Home
last modified time | relevance | path

Searched refs:virtual_access (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dclass.c252 bool virtual_access; in build_base_path() local
320 virtual_access = (v_binfo && fixed_type_p <= 0); in build_base_path()
340 if (virtual_access && fixed_type_p < 0 in build_base_path()
358 if (!virtual_access && integer_zerop (offset)) in build_base_path()
364 if (TREE_SIDE_EFFECTS (expr) && (null_test || virtual_access)) in build_base_path()
376 if (code == PLUS_EXPR && !virtual_access in build_base_path()
389 if (virtual_access) in build_base_path()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dclass.c263 bool virtual_access; in build_base_path() local
361 virtual_access = (v_binfo && fixed_type_p <= 0); in build_base_path()
379 if (virtual_access && fixed_type_p < 0 in build_base_path()
395 if (!virtual_access && integer_zerop (offset)) in build_base_path()
401 if (TREE_SIDE_EFFECTS (expr) && (null_test || virtual_access)) in build_base_path()
416 if (code == PLUS_EXPR && !virtual_access in build_base_path()
431 if (virtual_access) in build_base_path()