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

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DHost.cpp130 static void DetectX86FamilyModel(unsigned EAX, unsigned &Family, argument
147 unsigned Family = 0; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp185 void X86_MC::DetectFamilyModel(unsigned EAX, unsigned &Family, argument
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.cpp258 unsigned Family = 0; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp739 MallocMemAux(CheckerContext &C, const CallExpr *CE, SVal Size, SVal Init, ProgramStateRef State, AllocationFamily Family) argument
781 MallocUpdateRefState(CheckerContext &C, const Expr *E, ProgramStateRef State, AllocationFamily Family) argument
929 AllocationFamily Family = getAllocationFamily(C, E); local
1073 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() local
1566 AllocationFamily Family = RS->getAllocationFamily(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp399 ObjCMethodFamily Family = MDecl->getMethodFamily(); local

Completed in 77 milliseconds