Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree.h698 #define EXPR_CHECK(T) __extension__ \ macro
749 (*({const tree __t = EXPR_CHECK (T); \
831 #define EXPR_CHECK(T) (T) macro
844 #define TREE_BLOCK(NODE) (EXPR_CHECK (NODE)->exp.block)
1422 #define TREE_COMPLEXITY(NODE) (EXPR_CHECK (NODE)->exp.complexity)
1434 (EXPR_CHECK (NODE)->exp.locus = (FROM))
1441 EXPR_CHECK (NODE)->exp.locus \
1444 LOCATION_FILE (EXPR_CHECK (NODE)->exp.locus)
1446 LOCATION_LINE (EXPR_CHECK (NODE)->exp.locus)
1454 (EXPR_CHECK (NODE)->exp.locus = (FROM))
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h311 #define EXPR_CHECK(t) __extension__ \ macro
346 #define EXPR_CHECK(t) (t) macro
871 #define TREE_OPERAND(NODE, I) (EXPR_CHECK (NODE)->exp.operands[I])
872 #define TREE_COMPLEXITY(NODE) (EXPR_CHECK (NODE)->exp.complexity)
898 #define EXPR_WFL_LINECOL(NODE) (EXPR_CHECK (NODE)->exp.complexity)
H A DChangeLog.210708 (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
H A DChangeLog.34263 CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
H A DChangeLog.721226 (EXPR_CHECK): Add parenthis, whitespace and wrap line.