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.cpp55 struct GenericField { struct
56 std::string Name;
57 RecTy *RecType = nullptr;
58 bool IsCode = false;
59 bool IsIntrinsic = false;
60 bool IsInstruction = false;
61 GenericEnum *Enum = nullptr;
63 GenericField(StringRef Name) : Name(std::string(Name)) {} in GenericField() function
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtexpress.c430 DT_FIELD *GenericField; in DtDetectAllLabels() local