Home
last modified time | relevance | path

Searched refs:DEF_CONST (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValues.def18 #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 DValue.h21 #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 DType.h42 #define DEF_CONST(ID, CLASS) class CLASS; macro
74 #define DEF_CONST(ID, CLASS) friend class CLASS; macro
H A DContext.h148 #define DEF_CONST(ID, CLASS) friend class CLASS;
H A DConstant.h49 #define DEF_CONST(ID, CLASS) case ClassID::ID: in classof() macro
/freebsd/usr.bin/rpcgen/
H A Drpc_hout.c62 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 Drpc_parse.h65 DEF_CONST, enumerator
H A Drpc_cout.c58 if (def->def_kind == DEF_CONST) { in emit()
100 if (def->def_kind == DEF_PROGRAM || def->def_kind == DEF_CONST) { in findtype()
H A Drpc_parse.c269 defp->def_kind = DEF_CONST; in def_const()