Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp67 struct GenericField { struct
68 std::string Name;
69 const RecTy *RecType = nullptr;
70 bool IsCode = false;
71 bool IsIntrinsic = false;
72 bool IsInstruction = false;
73 GenericEnum *Enum = nullptr;
75 GenericField(StringRef Name) : Name(Name.str()) {} in GenericField() function
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtexpress.c430 DT_FIELD *GenericField; in DtDetectAllLabels() local