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

/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DHost.cpp182 static void DetectX86FamilyModel(unsigned EAX, unsigned &Family, argument
199 unsigned Family = 0; local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp185 void X86_MC::DetectFamilyModel(unsigned EAX, unsigned &Family, argument
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.cpp258 unsigned Family = 0; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp745 MallocMemAux(CheckerContext &C, const CallExpr *CE, SVal Size, SVal Init, ProgramStateRef State, AllocationFamily Family) argument
787 MallocUpdateRefState(CheckerContext &C, const Expr *E, ProgramStateRef State, AllocationFamily Family) argument
935 AllocationFamily Family = getAllocationFamily(C, E); local
1079 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() local
1585 AllocationFamily Family = RS->getAllocationFamily(); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp399 ObjCMethodFamily Family = MDecl->getMethodFamily(); local
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DMachO.h954 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { argument

Completed in 185 milliseconds