Home
last modified time | relevance | path

Searched refs:as_base (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcall.c6693 tree as_base = CLASSTYPE_AS_BASE (type); in build_over_call() local
6704 else if (tree_int_cst_equal (TYPE_SIZE (type), TYPE_SIZE (as_base))) in build_over_call()
6715 arg2 = TYPE_SIZE_UNIT (as_base); in build_over_call()
H A Dcp-tree.h1399 tree as_base; member
1633 #define CLASSTYPE_AS_BASE(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->as_base)
/dragonfly/contrib/bmake/
H A Dconfigure209 for as_base in sh bash ksh sh5; do
211 as_shell=$as_dir$as_base
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcall.c8212 tree as_base = CLASSTYPE_AS_BASE (type); in build_over_call() local
8221 else if (tree_int_cst_equal (TYPE_SIZE (type), TYPE_SIZE (as_base))) in build_over_call()
8232 arg2 = TYPE_SIZE_UNIT (as_base); in build_over_call()
H A Dcp-tree.h2049 tree as_base; member
2226 #define CLASSTYPE_AS_BASE(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->as_base)
/dragonfly/contrib/lvm2/dist/
H A Dconfigure247 for as_base in sh bash ksh sh5; do
248 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"