Searched refs:DEF_CONST (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Values.def | 18 #ifndef DEF_CONST 19 #define DEF_CONST(ID, CLASS) 22 DEF_CONST(Function, Function) 28 DEF_CONST(Constant, Constant) 29 DEF_CONST(ConstantInt, ConstantInt) 30 DEF_CONST(ConstantFP, ConstantFP) 31 DEF_CONST(ConstantDataArray, ConstantDataArray) 32 DEF_CONST(ConstantDataVector, ConstantDataVector) 33 DEF_CONST(ConstantArray, ConstantArray) 34 DEF_CONST(ConstantStruct, ConstantStruct) [all …]
|
| H A D | Value.h | 21 #define DEF_CONST(ID, CLASS) class CLASS; macro 71 #define DEF_CONST(ID, CLASS) ID, macro 85 #define DEF_CONST(ID, CLASS) \ in getSubclassIDStr() macro
|
| H A D | Type.h | 42 #define DEF_CONST(ID, CLASS) class CLASS; macro 74 #define DEF_CONST(ID, CLASS) friend class CLASS; macro
|
| H A D | Context.h | 148 #define DEF_CONST(ID, CLASS) friend class CLASS;
|
| H A D | Constant.h | 49 #define DEF_CONST(ID, CLASS) case ClassID::ID: in classof() macro
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_hout.c | 62 if (def->def_kind != DEF_CONST) { in print_datadef() 81 case DEF_CONST: in print_datadef() 85 if (def->def_kind != DEF_PROGRAM && def->def_kind != DEF_CONST) { in print_datadef()
|
| H A D | rpc_parse.h | 65 DEF_CONST, enumerator
|
| H A D | rpc_cout.c | 58 if (def->def_kind == DEF_CONST) { in emit() 100 if (def->def_kind == DEF_PROGRAM || def->def_kind == DEF_CONST) { in findtype()
|
| H A D | rpc_parse.c | 269 defp->def_kind = DEF_CONST; in def_const()
|