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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-browser.c427 if (head && EXPR_P (head) && TREE_OPERAND (head, 0))
434 if (head && EXPR_P (head) && TREE_OPERAND (head, 1))
441 if (head && EXPR_P (head) && TREE_OPERAND (head, 2))
448 if (head && EXPR_P (head) && TREE_OPERAND (head, 3))
H A Dtree-ssanames.c129 gcc_assert (!stmt || EXPR_P (stmt) || TREE_CODE (stmt) == PHI_NODE);
H A Dtree-vn.c183 else if (EXPR_P (e) || DECL_P (e) || TREE_CODE (e) == TREE_LIST
438 else if (EXPR_P (expr) || DECL_P (expr) || TREE_CODE (expr) == TREE_LIST
H A Dtree-ssa-propagate.c612 && EXPR_P (expr)
H A Dtree-vectorizer.c1241 if (node && EXPR_P (node) && EXPR_HAS_LOCATION (node)
1256 if (node && EXPR_P (node) && EXPR_HAS_LOCATION (node))
H A Dtree-vrp.c1182 if (EXPR_P (max))
1217 if (EXPR_P (min))
5059 if (EXPR_P (max))
5074 if (EXPR_P (min))
H A Dtree.h173 #define EXPR_P(NODE) IS_EXPR_CODE_CLASS (TREE_CODE_CLASS (TREE_CODE (NODE))) macro
1468 (EXPR_P (NODE) ? (NODE)->exp.locus : UNKNOWN_LOCATION)
1474 (EXPR_P (NODE) ? &(NODE)->exp.locus : (location_t *)NULL)
1488 (EXPR_P (NODE) ? (NODE)->exp.locus : (location_t *)NULL)
H A Dtree-pretty-print.c74 if (EXPR_P (node))
422 is_expr = EXPR_P (node);
H A Dtree-ssa-alias.c848 if (lhs && (TREE_CODE (lhs) == TREE_LIST || EXPR_P (lhs)))
858 if (rhs && (TREE_CODE (rhs) == TREE_LIST || EXPR_P (rhs)))
H A Dc-parser.c2326 if (EXPR_P (e))
4016 if (stmt && EXPR_P (stmt))
4042 if (EXPR_P (cond))
4352 if (EXPR_P (cond))
8057 if (EXPR_P (cond))
H A Dtree-ssa-loop-niter.c687 if (!EXPR_P (expr))
H A Dc-typeck.c7950 if (EXPR_P (expr))
8087 if (EXPR_P (last))
H A Dfunction.c1631 if (! EXPR_P (t))
H A Dtree-ssa-pre.c1044 if (EXPR_P (expr))
3330 /* Tree-combine a value number expression *EXPR_P that does a type
3332 Returns true, if *EXPR_P simplifies to a value number or
3333 gimple min-invariant expression different from EXPR_P and
3334 sets *EXPR_P to the simplified expression value number.
3335 Otherwise returns false and does not change *EXPR_P. */
H A Dgimplify.c773 if (EXPR_P (t) && ! EXPR_HAS_LOCATION (t) && should_carry_locus_p (t))
1518 /* *EXPR_P is a COMPONENT_REF being used as an rvalue. If its type is
1608 /* *EXPR_P is a NOP_EXPR or CONVERT_EXPR. Remove it and/or other conversions
1684 node pointed to by EXPR_P.
1700 *EXPR_P should be stored.
1703 *EXPR_P should be stored. */
1861 set which would have caused all the outer expressions in EXPR_P
1881 /* Gimplify the self modifying expression pointed to by EXPR_P
1885 *EXPR_P should be stored.
1888 *EXPR_P shoul
[all...]
H A Dtree-ssa-loop-ivopts.c1317 if (!EXPR_P (expr))
1946 /* Records invariants in *EXPR_P. Callback for walk_tree. DATA contains
2447 /* Prepares decl_rtl for variables referred in *EXPR_P. Callback for
H A Dc-decl.c441 if (EXPR_P (t) && code != LABEL_EXPR)
H A Ddwarf2out.c10064 if (! EXPR_P (*tp) && ! CONSTANT_CLASS_P (*tp))
/freebsd-11.0-release/contrib/gcc/cp/
H A Dsemantics.c369 if (EXPR_P (t) && code != LABEL_EXPR)
1394 if (EXPR_P (expr))
H A Dpt.c5180 || EXPR_P (t)
10978 gcc_assert (EXPR_P (parm));

Completed in 296 milliseconds