Searched defs:Family (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 146 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 D | NullabilityChecker.cpp | 597 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Host.cpp | 589 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 D | AVR.cpp | 34 StringRef Family; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 174 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 D | MachO.h | 1471 inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()
|