Searched refs:ARITY (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | OperandTraits.h | 29 template <typename SubClass, unsigned ARITY> 35 return reinterpret_cast<Use*>(U) - ARITY; in op_begin() 41 return ARITY; in operands() 52 template <typename SubClass, unsigned ARITY = 1> 53 struct OptionalOperandTraits : public FixedNumOperandTraits<SubClass, ARITY> {
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | operators.def | 49 ARITY 70 #define DEF_SIMPLE_OPERATOR(NAME, CODE, MANGLING, ARITY) \ 71 DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, 0) 77 #define DEF_ASSN_OPERATOR(NAME, CODE, MANGLING, ARITY) \ 78 DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, 1)
|
H A D | lex.c | 110 #define DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, ASSN_P) \ in init_operators() argument 121 oni->arity = ARITY; in init_operators()
|
H A D | decl.c | 9216 #define DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, ASSN_P) \ in grok_op_properties() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | operators.def | 49 ARITY 70 #define DEF_SIMPLE_OPERATOR(NAME, CODE, MANGLING, ARITY) \ 71 DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, 0) 77 #define DEF_ASSN_OPERATOR(NAME, CODE, MANGLING, ARITY) \ 78 DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, 1)
|
H A D | lex.c | 256 #define DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, ASSN_P) \ in init_operators() argument 267 oni->arity = ARITY; in init_operators()
|
H A D | decl.c | 13215 #define DEF_OPERATOR(NAME, CODE, MANGLING, ARITY, ASSN_P) \ argument
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | bld.c | 53 #define FFEBLD_OP(KWD,NAME,ARITY) ARITY, argument 210 #define FFEBLD_OP(KWD,NAME,ARITY) NAME, argument
|
H A D | bld.h | 94 #define FFEBLD_OP(KWD,NAME,ARITY) KWD, argument
|