Searched defs:Family (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Host.cpp | 95 static void DetectX86FamilyModel(unsigned EAX, unsigned &Family, in DetectX86FamilyModel() 112 unsigned Family = 0; in getHostCPUName() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.cpp | 240 unsigned Family = 0; in AutoDetectSubtargetFeatures() local
|
/external/llvm/lib/Support/ |
D | Host.cpp | 285 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel() 299 getIntelProcessorTypeAndSubtype(unsigned int Family, unsigned int Model, in getIntelProcessorTypeAndSubtype() 585 static void getAMDProcessorTypeAndSubtype(unsigned int Family, in getAMDProcessorTypeAndSubtype() 752 unsigned Family = 0, Model = 0; in getHostCPUName() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Host.cpp | 319 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel() 333 getIntelProcessorTypeAndSubtype(unsigned int Family, unsigned int Model, in getIntelProcessorTypeAndSubtype() 619 static void getAMDProcessorTypeAndSubtype(unsigned int Family, in getAMDProcessorTypeAndSubtype() 794 unsigned Family = 0, Model = 0; in getHostCPUName() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 69 unsigned Family : 29; // Rest of 32-bit word, currently just an allocation member in __anon6bfaf1fa0111::RefState 575 AllocationFamily Family, in isCMemFunction() 1072 AllocationFamily Family) { in MallocMemAux() 1084 AllocationFamily Family) { in MallocMemAux() 1127 AllocationFamily Family) { in MallocUpdateRefState() 1286 AllocationFamily Family = getAllocationFamily(C, E); in printExpectedAllocName() local 1449 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() in FreeMemAux() local 1462 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked() 2067 AllocationFamily Family = RS->getAllocationFamily(); in reportLeak() local 2714 AllocationFamily Family = RefS->getAllocationFamily(); in printState() local
|
D | NullabilityChecker.cpp | 579 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 114 void X86_MC::DetectFamilyModel(unsigned EAX, unsigned &Family, in DetectFamilyModel()
|
/external/python/cpython3/Modules/ |
D | overlapped.c | 436 int Family; in overlapped_BindLocal() local
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 150 if (ObjCMethodFamily Family = Overridden->getMethodFamily()) in CheckObjCMethodOverride() local 408 ObjCMethodFamily Family = MDecl->getMethodFamily(); in ActOnStartOfObjCMethodDef() local
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 1401 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 1416 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()
|