Home
last modified time | relevance | path

Searched refs:AKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DOptEmitter.cpp21 const Record *AKind = A->getValueAsDef("Kind"); in IsOptionRecordsLess() local
24 bool ASent = AKind->getValueAsBit("Sentinel"); in IsOptionRecordsLess()
43 int APrec = AKind->getValueAsInt("Precedence"); in IsOptionRecordsLess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1767 Attribute::AttrKind AKind; member
1779 SetAttribute(SetAttr), AKind(AK), in InferenceDescriptor()
1837 return D.AKind == ID.AKind; in run()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp119 explicit AllocationFamily(AllocationFamilyKind AKind, in AllocationFamily()
121 : Kind(AKind), CustomName(Name) { in AllocationFamily()