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

/freebsd-9.3-release/contrib/gcc/
H A Dlanghooks.h91 int (*type_quals) (tree); member in struct:lang_hooks_for_tree_dump
H A Dc-decl.c4069 int type_quals = TYPE_UNQUALIFIED; local
[all...]
H A Dc-common.c2703 c_build_qualified_type(tree type, int type_quals) argument
2749 c_apply_type_quals_to_decl(int type_quals, tree decl) argument
[all...]
H A Dtree.c3833 TYPE_VOLATILE (type) = (type_quals & TYPE_QUAL_VOLATILE) != 0; argument
3808 set_type_quals(tree type, int type_quals) argument
3818 check_qualified_type(tree cand, tree base, int type_quals) argument
3854 build_qualified_type(tree type, int type_quals) argument
[all...]
/freebsd-9.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-9.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.c1845 int type_quals; local
6875 cp_apply_type_quals_to_decl(int type_quals, tree decl) argument
[all...]
H A Ddecl.c7065 int type_quals; local
[all...]
/freebsd-9.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...]

Completed in 371 milliseconds