Searched defs:NARGS (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-browser.c | 74 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) { SYM, STRING, sizeof (STRING) - 1 }, argument
|
H A D | tree.h | 33 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 378 #define INSTRUCTION(NAME, NARGS, ROUND_MODE, INTRINSIC) \ in classof() argument
|
H A D | Verifier.cpp | 5063 #define INSTRUCTION(NAME, NARGS, ROUND_MODE, INTRINSIC) \ in visitIntrinsicCall() argument
|
/openbsd-src/gnu/usr.bin/gcc/contrib/ |
H A D | paranoia.cc | 165 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
|
/openbsd-src/usr.bin/awk/ |
H A D | run.c | 224 #define NARGS 50 /* max args in a call */ macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | tree.h | 31 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
|