Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-browser.c427 if (head && EXPR_P (head) && TREE_OPERAND (head, 0)) in browse_tree()
434 if (head && EXPR_P (head) && TREE_OPERAND (head, 1)) in browse_tree()
441 if (head && EXPR_P (head) && TREE_OPERAND (head, 2)) in browse_tree()
448 if (head && EXPR_P (head) && TREE_OPERAND (head, 3)) in browse_tree()
H A Dtree-vn.c183 else if (EXPR_P (e) || DECL_P (e) || TREE_CODE (e) == TREE_LIST in set_value_handle()
438 else if (EXPR_P (expr) || DECL_P (expr) || TREE_CODE (expr) == TREE_LIST in get_value_handle()
H A Dtree-ssanames.c129 gcc_assert (!stmt || EXPR_P (stmt) || TREE_CODE (stmt) == PHI_NODE); in make_ssa_name()
H A Dtree-vectorizer.c1240 if (node && EXPR_P (node) && EXPR_HAS_LOCATION (node) in find_loop_location()
1255 if (node && EXPR_P (node) && EXPR_HAS_LOCATION (node)) in find_loop_location()
H A Dtree-ssa-propagate.c643 && EXPR_P (expr) in set_rhs()
H A Dtree-vrp.c1182 if (EXPR_P (max)) in extract_range_from_assert()
1217 if (EXPR_P (min)) in extract_range_from_assert()
5053 if (EXPR_P (max)) in test_for_singularity()
5068 if (EXPR_P (min)) in test_for_singularity()
H A Dc-parser.c2176 if (EXPR_P (e)) in c_parser_typeof_specifier()
3821 if (stmt && EXPR_P (stmt)) in c_parser_statement_after_labels()
3840 if (EXPR_P (cond)) in c_parser_paren_condition()
4077 if (EXPR_P (cond)) in c_parser_for_statement()
7467 if (EXPR_P (cond)) in c_parser_omp_for_loop()
H A Dtree.h168 #define EXPR_P(NODE) IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (NODE))) macro
1432 (EXPR_P (NODE) ? (NODE)->exp.locus : UNKNOWN_LOCATION)
1438 (EXPR_P (NODE) ? &(NODE)->exp.locus : (location_t *)NULL)
1452 (EXPR_P (NODE) ? (NODE)->exp.locus : (location_t *)NULL)
H A Dtree-ssa-alias.c845 if (lhs && (TREE_CODE (lhs) == TREE_LIST || EXPR_P (lhs))) in count_uses_and_derefs()
855 if (rhs && (TREE_CODE (rhs) == TREE_LIST || EXPR_P (rhs))) in count_uses_and_derefs()
H A Dtree-pretty-print.c74 if (EXPR_P (node)) in do_niy()
422 is_expr = EXPR_P (node); in dump_generic_node()
H A Dtree-ssa-loop-niter.c687 if (!EXPR_P (expr)) in simplify_replace_tree()
H A Dtree-ssa-pre.c1044 if (EXPR_P (expr)) in phi_translate()
H A Dc-typeck.c7487 if (EXPR_P (expr)) in c_process_expr_stmt()
7624 if (EXPR_P (last)) in c_finish_stmt_expr()
H A Dfunction.c1612 if (! EXPR_P (t)) in instantiate_expr()
H A Dtree-ssa-loop-ivopts.c1317 if (!EXPR_P (expr)) in expr_invariant_in_loop_p()
H A Dgimplify.c773 if (EXPR_P (t) && ! EXPR_HAS_LOCATION (t) && should_carry_locus_p (t)) in annotate_one_with_locus()
H A Dc-decl.c435 if (EXPR_P (t) && code != LABEL_EXPR) in add_stmt()
H A Ddwarf2out.c10000 if (! EXPR_P (*tp) && ! CONSTANT_CLASS_P (*tp)) in reference_to_unused()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dsemantics.c369 if (EXPR_P (t) && code != LABEL_EXPR) in add_stmt()
1365 if (EXPR_P (expr)) in finish_parenthesized_expr()
H A Dpt.c5179 || EXPR_P (t) in uses_template_parms()
10939 gcc_assert (EXPR_P (parm)); in unify()