Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h284 #define TREE_SET_CODE(NODE, VALUE) \ macro
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h559 #define TREE_SET_CODE(NODE, VALUE) ((NODE)->common.code = (VALUE)) macro