Searched defs:type_quals (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h355 CreateFunctionType(const ClangASTType &result_type, const ClangASTType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
/freebsd-10.3-release/contrib/gcc/
H A Dlanghooks.h91 int (*type_quals) (tree); member in struct:lang_hooks_for_tree_dump
H A Dtree.c3837 TYPE_VOLATILE (type) = (type_quals & TYPE_QUAL_VOLATILE) != 0; argument
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.c2708 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 Dc-decl.c4447 int type_quals = TYPE_UNQUALIFIED; local
[all...]
/freebsd-10.3-release/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
3389 int type_quals; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1961 CreateFunctionType(ASTContext *ast, const ClangASTType& result_type, const ClangASTType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
/freebsd-10.3-release/contrib/gcc/cp/
H A Ddecl2.c115 int type_quals; local
H A Dtree.c442 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 Dclass.c465 int type_quals = cp_type_quals (TREE_TYPE (expr)); local
H A Dtypeck.c1877 int type_quals; local
7138 cp_apply_type_quals_to_decl(int type_quals, tree decl) argument
[all...]
H A Ddecl.c7472 int type_quals; local
[all...]
/freebsd-10.3-release/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
3389 int type_quals; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp6461 unsigned type_quals = 0; local
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

Completed in 513 milliseconds