Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dclass.c246 tree null_test = NULL; in build_base_path() local
317 null_test = error_mark_node; in build_base_path()
321 if (TREE_SIDE_EFFECTS (expr) && (null_test || virtual_access)) in build_base_path()
325 if (null_test) in build_base_path()
328 null_test = fold_build2 (NE_EXPR, boolean_type_node, in build_base_path()
410 null_test = NULL; in build_base_path()
416 if (null_test) in build_base_path()
417 expr = fold_build3 (COND_EXPR, target_type, null_test, expr, in build_base_path()