Home
last modified time | relevance | path

Searched defs:type_quals (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dtree.c442 int type_quals = cp_type_quals (elt_type); in build_cplus_array_type() local
477 int type_quals, in cp_build_qualified_type_real()
968 int type_quals = TYPE_QUALS (type); in build_exception_variant() local
Dtypeck.c1839 int type_quals; in build_class_member_access_expr() local
6824 cp_apply_type_quals_to_decl (int type_quals, tree decl) in cp_apply_type_quals_to_decl()
Ddecl2.c115 int type_quals; in build_memfn_type() local
Dclass.c465 int type_quals = cp_type_quals (TREE_TYPE (expr)); in build_simple_base_path() local
Ddecl.c7011 int type_quals; in grokdeclarator() local
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtree.c466 int type_quals = cp_type_quals (elt_type); local
502 cp_build_qualified_type_real (type, type_quals, complain) in cp_build_qualified_type_real() argument
1104 int type_quals = TYPE_QUALS (type); local
Dtypeck2.c1192 int type_quals; local
Dcvt.c1146 int type_quals; local
Dtypeck.c209 int type_quals; local
1934 int type_quals; in build_class_member_access_expr() local
Ddecl2.c134 int type_quals = TYPE_UNQUALIFIED; local
Ddecl.c10492 int type_quals; local
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlanghooks.h87 int (*type_quals) PARAMS ((tree)); member
Dtree.c2787 set_type_quals (type, type_quals) in set_type_quals() argument
2801 get_qualified_type (type, type_quals) in get_qualified_type() argument
2822 build_qualified_type (type, type_quals) in build_qualified_type() argument
Dc-common.c2913 c_build_qualified_type (type, type_quals) in c_build_qualified_type() argument
2942 c_apply_type_quals_to_decl (type_quals, decl) in c_apply_type_quals_to_decl() argument
Dc-decl.c3481 int type_quals = TYPE_UNQUALIFIED; local
/openbsd/src/gnu/lib/libiberty/src/
Dcplus-dem.c133 int type_quals; /* The type qualifiers. */ member
589 qualifier_string (int type_quals) in qualifier_string()
3389 int type_quals; in do_type() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp902 unsigned type_quals = 0; in ParseSubroutine() local
2355 unsigned type_quals = 0; in ConstructDemangledNameFromDWARF() local
3046 unsigned &type_quals) { in ParseChildParameters()
/openbsd/src/gnu/gcc/gcc/
Dlanghooks.h91 int (*type_quals) (tree); member
Dtree.c3807 set_type_quals (tree type, int type_quals) in set_type_quals()
3817 check_qualified_type (tree cand, tree base, int type_quals) in check_qualified_type()
3832 get_qualified_type (tree type, int type_quals) in get_qualified_type()
3853 build_qualified_type (tree type, int type_quals) in build_qualified_type()
Dc-common.c2624 c_build_qualified_type (tree type, int type_quals) in c_build_qualified_type()
2670 c_apply_type_quals_to_decl (int type_quals, tree decl) in c_apply_type_quals_to_decl()
Dc-decl.c3912 int type_quals = TYPE_UNQUALIFIED; in grokdeclarator() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp652 uint32_t type_quals = 0; in CreateLLDBTypeFromPDBType() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2207 unsigned num_args, bool is_variadic, unsigned type_quals, in CreateFunctionType()