Home
last modified time | relevance | path

Searched defs:Family (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp146 AllocationFamily Family; member in __anon093a02e60211::RefState
1506 AllocationFamily Family) { in MallocMemAux()
1517 AllocationFamily Family) { in MallocMemAux()
1549 AllocationFamily Family, in MallocUpdateRefState()
1598 AllocationFamily Family, in FreeMemAux()
1664 static void printExpectedAllocName(raw_ostream &os, AllocationFamily Family) { in printExpectedAllocName()
1677 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) { in printExpectedDeallocName()
1692 AllocationFamily Family, bool ReturnsNullOnFailure) const { in FreeMemAux()
1866 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked()
2133 AllocationFamily Family, in HandleOffsetFree()
[all …]
H A DNullabilityChecker.cpp597 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp589 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel()
603 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype()
884 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype()
1144 unsigned Family = 0, Model = 0; in getHostCPUName() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAVR.cpp34 StringRef Family; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp174 if (ObjCMethodFamily Family = Overridden->getMethodFamily()) in CheckObjCMethodOverride() local
478 ObjCMethodFamily Family = MDecl->getMethodFamily(); in ActOnStartOfObjCMethodDef() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h1471 inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()