Home
last modified time | relevance | path

Searched defs:TREE_CONSTANT (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree.h612 #define TREE_CONSTANT(NODE) ((NODE)->common.constant_flag) macro
/openbsd/src/gnu/gcc/gcc/
Dtree.h1148 #define TREE_CONSTANT(NODE) (NON_TYPE_CHECK (NODE)->common.constant_flag) macro