Searched refs:null_test (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | class.c | 246 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()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | class.c | 260 tree null_test = NULL; local 301 null_test = build (EQ_EXPR, boolean_type_node, expr, integer_zero_node); 374 null_test = NULL; 379 if (null_test) 380 expr = build (COND_EXPR, target_type, null_test,
|