Home
last modified time | relevance | path

Searched defs:TREE_OPERAND (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Duninit-A.c35 #define TREE_OPERAND(t,x) ((t)->car) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h871 #define TREE_OPERAND(NODE, I) (EXPR_CHECK (NODE)->exp.operands[I]) macro
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h1421 #define TREE_OPERAND(NODE, I) TREE_OPERAND_CHECK (NODE, I) macro