Home
last modified time | relevance | path

Searched refs:constant_flag (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c158 unsigned constant_flag : 1; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.h133 unsigned constant_flag : 1; member
612 #define TREE_CONSTANT(NODE) ((NODE)->common.constant_flag)
/openbsd/gnu/gcc/gcc/
H A Dtree.h359 unsigned constant_flag : 1; member
1148 #define TREE_CONSTANT(NODE) (NON_TYPE_CHECK (NODE)->common.constant_flag)
1151 #define TYPE_SIZES_GIMPLIFIED(NODE) (TYPE_CHECK (NODE)->common.constant_flag)