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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp573 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, argument
587 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, argument
854 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, argument
1108 unsigned Family = 0, Model = 0; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp597 ObjCMethodFamily Family = MD->getMethodFamily(); local
H A DMallocChecker.cpp146 AllocationFamily Family; member in class:__anon2253::RefState
1553 MallocMemAux(CheckerContext &C, const CallEvent &Call, const Expr *SizeEx, SVal Init, ProgramStateRef State, AllocationFamily Family) argument
1565 MallocMemAux(CheckerContext &C, const CallEvent &Call, SVal Size, SVal Init, ProgramStateRef State, AllocationFamily Family) argument
1610 MallocUpdateRefState(CheckerContext &C, const Expr *E, ProgramStateRef State, AllocationFamily Family, Optional<SVal> RetVal) argument
1657 FreeMemAux(CheckerContext &C, const CallEvent &Call, ProgramStateRef State, unsigned Num, bool Hold, bool &IsKnownToBeAllocated, AllocationFamily Family, bool ReturnsNullOnFailure) const argument
1727 printExpectedAllocName(raw_ostream &os, AllocationFamily Family) argument
1740 printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) argument
1752 FreeMemAux( CheckerContext &C, const Expr *ArgExpr, const CallEvent &Call, ProgramStateRef State, bool Hold, bool &IsKnownToBeAllocated, AllocationFamily Family, bool ReturnsNullOnFailure) const argument
1929 getCheckIfTracked(AllocationFamily Family, bool IsALeakCheck) const argument
2194 HandleOffsetFree(CheckerContext &C, SVal ArgVal, SourceRange Range, const Expr *DeallocExpr, AllocationFamily Family, const Expr *AllocExpr) const argument
2420 ReallocMemAux(CheckerContext &C, const CallEvent &Call, bool ShouldFreeOnFail, ProgramStateRef State, AllocationFamily Family, bool SuffixWithN) const argument
2594 AllocationFamily Family = RS->getAllocationFamily(); local
3278 const auto Family = RSCurr->getAllocationFamily(); local
3421 AllocationFamily Family = RefS->getAllocationFamily(); local
3442 AllocationFamily Family = AF_InnerBuffer; local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c262 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, argument
276 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, argument
466 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, argument
699 unsigned Model, Family; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp478 ObjCMethodFamily Family = MDecl->getMethodFamily(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1468 inline int CPU_SUBTYPE_INTEL(int Family, int Model) { argument

Completed in 225 milliseconds