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

/freebsd-10-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-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h352 unsigned type_quals);
359 unsigned type_quals)
366 type_quals);
355 CreateFunctionType(const ClangASTType &result_type, const ClangASTType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
/freebsd-10-stable/contrib/gcc/
H A Dlanghooks.h91 int (*type_quals) (tree); member in struct:lang_hooks_for_tree_dump
H A Dc-decl.c4467 int type_quals = TYPE_UNQUALIFIED;
4600 type_quals = ((constp ? TYPE_QUAL_CONST : 0)
5019 if (type_quals)
5033 type = c_build_qualified_type (type, type_quals);
5035 type_quals = TYPE_UNQUALIFIED;
5059 && type_quals)
5061 if (type_quals)
5062 type = c_build_qualified_type (type, type_quals);
5103 type_quals = declarator->u.pointer_quals;
5124 type_quals
4447 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-10-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-10-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-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h371 unsigned &type_quals,
H A DSymbolFileDWARF.cpp4206 unsigned &type_quals,
4301 type_quals |= clang::Qualifiers::Const;
4303 type_quals |= clang::Qualifiers::Volatile;
6461 unsigned type_quals = 0; local
6601 type_quals,
6610 type_quals);
4196 ParseChildParameters(const SymbolContext& sc, clang::DeclContext *containing_decl_ctx, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, bool skip_artificial, bool &is_static, bool &is_variadic, TypeList* type_list, std::vector<ClangASTType>& function_param_types, std::vector<clang::ParmVarDecl*>& function_param_decls, unsigned &type_quals, ClangASTContext::TemplateParameterInfos &template_param_infos) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1966 unsigned type_quals)
1977 proto_info.TypeQuals = type_quals;
1961 CreateFunctionType(ASTContext *ast, const ClangASTType& result_type, const ClangASTType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument

Completed in 275 milliseconds