Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dtree.h1452 #define TREE_COMPLEXITY(NODE) (EXPR_CHECK (NODE)->exp.complexity) macro
Dtree.c2902 TREE_COMPLEXITY (t) = 0; in build1_stat()
DChangeLog-2000491 * c-semantics.c (build_stmt): Use STMT_LINENO not TREE_COMPLEXITY.
16464 (build1): Likewise; also, clear TREE_COMPLEXITY.
DChangeLog-200613815 Use tree_node.omp_clause.subcode instead of TREE_COMPLEXITY.
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-19963463 * tree.c (build_min): Set TREE_COMPLEXITY to lineno.
3467 (tsubst_expr): Set lineno from TREE_COMPLEXITY in stmt nodes.
DChangeLog-20043470 unused TREE_COMPLEXITY.
4196 Don't set TREE_COMPLEXITY from input_line.