Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DHost.cpp95 static void DetectX86FamilyModel(unsigned EAX, unsigned &Family, in DetectX86FamilyModel()
112 unsigned Family = 0; in getHostCPUName() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.cpp240 unsigned Family = 0; in AutoDetectSubtargetFeatures() local
/external/llvm/lib/Support/
DHost.cpp285 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/
DHost.cpp319 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/
DMallocChecker.cpp69 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
DNullabilityChecker.cpp579 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp114 void X86_MC::DetectFamilyModel(unsigned EAX, unsigned &Family, in DetectFamilyModel()
/external/python/cpython3/Modules/
Doverlapped.c436 int Family; in overlapped_BindLocal() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp150 if (ObjCMethodFamily Family = Overridden->getMethodFamily()) in CheckObjCMethodOverride() local
408 ObjCMethodFamily Family = MDecl->getMethodFamily(); in ActOnStartOfObjCMethodDef() local
/external/llvm/include/llvm/Support/
DMachO.h1401 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1416 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()