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

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DHost.cpp202 static void DetectX86FamilyModel(unsigned EAX, unsigned &Family, argument
219 unsigned Family = 0; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp564 isCMemFunction(const FunctionDecl *FD, ASTContext &C, AllocationFamily Family, MemoryOperationKind MemKind) const argument
1057 MallocMemAux(CheckerContext &C, const CallExpr *CE, const Expr *SizeEx, SVal Init, ProgramStateRef State, AllocationFamily Family) argument
1069 MallocMemAux(CheckerContext &C, const CallExpr *CE, SVal Size, SVal Init, ProgramStateRef State, AllocationFamily Family) argument
1113 MallocUpdateRefState(CheckerContext &C, const Expr *E, ProgramStateRef State, AllocationFamily Family) argument
1275 AllocationFamily Family = getAllocationFamily(C, E); local
1438 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() local
1451 getCheckIfTracked(AllocationFamily Family, bool IsALeakCheck) const argument
2056 AllocationFamily Family = RS->getAllocationFamily(); local
2703 AllocationFamily Family = RefS->getAllocationFamily(); local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DMachO.h1360 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp409 ObjCMethodFamily Family = MDecl->getMethodFamily(); local

Completed in 177 milliseconds