Searched refs:type_quals (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dtree.c443 int type_quals = cp_type_quals (elt_type);
445 if (type_quals != TYPE_UNQUALIFIED)
450 if (type_quals != TYPE_UNQUALIFIED)
451 t = cp_build_qualified_type (t, type_quals);
479 int type_quals,
488 if (type_quals == cp_type_quals (type))
498 type_quals,
506 if (cp_type_quals (t) == type_quals
541 t = cp_build_qualified_type_real (t, type_quals, complain);
547 if (type_quals
442 int type_quals = cp_type_quals (elt_type); local
476 cp_build_qualified_type_real(tree type, int type_quals, tsubst_flags_t complain) argument
968 int type_quals = TYPE_QUALS (type); local
[all...]
H A Ddecl.c7486 int type_quals;
7934 type_quals = TYPE_UNQUALIFIED;
7936 type_quals |= TYPE_QUAL_CONST;
7938 type_quals |= TYPE_QUAL_VOLATILE;
7940 type_quals |= TYPE_QUAL_RESTRICT;
7941 if (sfk == sfk_conversion && type_quals != TYPE_UNQUALIFIED)
7946 && type_quals != TYPE_UNQUALIFIED)
7953 tree bad_type = build_qualified_type (type, type_quals);
7957 type_quals = TYPE_UNQUALIFIED;
7959 type_quals |
7472 int type_quals; local
[all...]
H A Dtypeck.c1882 int type_quals;
1963 type_quals = TYPE_UNQUALIFIED;
1967 type_quals = (cp_type_quals (member_type)
1974 type_quals &= ~TYPE_QUAL_CONST;
1975 member_type = cp_build_qualified_type (member_type, type_quals);
1985 if (type_quals & TYPE_QUAL_CONST)
1987 if (type_quals & TYPE_QUAL_VOLATILE)
7154 cp_apply_type_quals_to_decl (int type_quals, tree decl)
7162 && type_quals != TYPE_UNQUALIFIED)
7169 tree bad_type = build_qualified_type (type, type_quals);
1877 int type_quals; local
7138 cp_apply_type_quals_to_decl(int type_quals, tree decl) argument
[all...]
H A Ddecl2.c116 int type_quals;
121 type_quals = quals & ~TYPE_QUAL_RESTRICT;
122 ctype = cp_build_qualified_type (ctype, type_quals);
115 int type_quals; local
H A Dclass.c465 int type_quals = cp_type_quals (TREE_TYPE (expr)); local
468 cp_build_qualified_type (type, type_quals),
475 if (type_quals & TYPE_QUAL_CONST)
477 if (type_quals & TYPE_QUAL_VOLATILE)
/freebsd-11-stable/contrib/gcc/
H A Dlanghooks.h91 int (*type_quals) (tree); member in struct:lang_hooks_for_tree_dump
H A Dc-decl.c4461 int type_quals = TYPE_UNQUALIFIED;
4594 type_quals = ((constp ? TYPE_QUAL_CONST : 0)
5013 if (type_quals)
5027 type = c_build_qualified_type (type, type_quals);
5029 type_quals = TYPE_UNQUALIFIED;
5053 && type_quals)
5055 if (type_quals)
5056 type = c_build_qualified_type (type, type_quals);
5097 type_quals = declarator->u.pointer_quals;
5118 type_quals
4441 int type_quals = TYPE_UNQUALIFIED; local
[all...]
H A Dtree.c3834 set_type_quals (tree type, int type_quals)
3836 TYPE_READONLY (type) = (type_quals & TYPE_QUAL_CONST) != 0;
3837 TYPE_VOLATILE (type) = (type_quals & TYPE_QUAL_VOLATILE) != 0; argument
3838 TYPE_RESTRICT (type) = (type_quals & TYPE_QUAL_RESTRICT) != 0;
3841 /* Returns true iff cand is equivalent to base with type_quals. */
3844 check_qualified_type (tree cand, tree base, int type_quals)
3846 return (TYPE_QUALS (cand) == type_quals
3859 get_qualified_type (tree type, int type_quals)
3863 if (TYPE_QUALS (type) == type_quals)
3870 if (check_qualified_type (t, type, type_quals))
3812 set_type_quals(tree type, int type_quals) argument
3822 check_qualified_type(tree cand, tree base, int type_quals) argument
3858 build_qualified_type(tree type, int type_quals) argument
[all...]
H A Dc-common.c2720 c_build_qualified_type (tree type, int type_quals)
2729 type_quals);
2734 if (TYPE_QUALS (strip_array_types (t)) == type_quals
2752 if ((type_quals & TYPE_QUAL_RESTRICT)
2757 type_quals &= ~TYPE_QUAL_RESTRICT;
2760 return build_qualified_type (type, type_quals);
2766 c_apply_type_quals_to_decl (int type_quals, tree decl)
2773 if (((type_quals & TYPE_QUAL_CONST)
2782 if (type_quals & TYPE_QUAL_VOLATILE)
2787 if (type_quals
2708 c_build_qualified_type(tree type, int type_quals) argument
2754 c_apply_type_quals_to_decl(int type_quals, tree decl) argument
[all...]
H A Dtree-dump.c369 int quals = lang_hooks.tree_dump.type_quals (t);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c133 int type_quals; /* The type qualifiers. */ member in struct:work_stuff
589 qualifier_string (int type_quals) argument
591 switch (type_quals)
1021 s4 = work->type_quals;
1023 work->type_quals = TYPE_UNQUALIFIED;
1069 work->type_quals = s4;
1303 work->type_quals |= code_for_qualifier (**mangled);
1533 if (work->type_quals != TYPE_UNQUALIFIED)
1536 string_append (declp, qualifier_string (work->type_quals));
3389 int type_quals; local
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c133 int type_quals; /* The type qualifiers. */ member in struct:work_stuff
589 qualifier_string (int type_quals) argument
591 switch (type_quals)
1021 s4 = work->type_quals;
1023 work->type_quals = TYPE_UNQUALIFIED;
1069 work->type_quals = s4;
1303 work->type_quals |= code_for_qualifier (**mangled);
1533 if (work->type_quals != TYPE_UNQUALIFIED)
1536 string_append (declp, qualifier_string (work->type_quals));
3389 int type_quals; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h124 unsigned &type_quals);
H A DDWARFASTParserClang.cpp835 unsigned type_quals = 0; local
882 type_quals);
905 function_param_types.size(), is_variadic, type_quals);
2323 unsigned type_quals = 0; local
2336 param_decls, type_quals);
2346 if (type_quals & clang::Qualifiers::Const)
2985 unsigned &type_quals) {
3053 type_quals |= clang::Qualifiers::Const;
3055 type_quals |= clang::Qualifiers::Volatile;
2980 ParseChildParameters( clang::DeclContext *containing_decl_ctx, const DWARFDIE &parent_die, bool skip_artificial, bool &is_static, bool &is_variadic, bool &has_template_params, std::vector<CompilerType> &function_param_types, std::vector<clang::ParmVarDecl *> &function_param_decls, unsigned &type_quals) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp628 uint32_t type_quals = 0; local
630 type_quals |= clang::Qualifiers::Const;
632 type_quals |= clang::Qualifiers::Volatile;
636 arg_list.size(), is_variadic, type_quals, cc);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h342 bool is_variadic, unsigned type_quals,
347 bool is_variadic, unsigned type_quals) {
349 type_quals, clang::CC_C);
345 CreateFunctionType(const CompilerType &result_type, const CompilerType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1898 bool is_variadic, unsigned type_quals,
1927 proto_info.TypeQuals = clang::Qualifiers::fromFastMask(type_quals);
1896 CreateFunctionType(const CompilerType &result_type, const CompilerType *args, unsigned num_args, bool is_variadic, unsigned type_quals, clang::CallingConv cc) argument

Completed in 425 milliseconds