/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 667 detectX86FamilyModel(unsigned EAX,unsigned * Family,unsigned * Model) detectX86FamilyModel() argument 681 getIntelProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getIntelProcessorTypeAndSubtype() argument 1047 getAMDProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getAMDProcessorTypeAndSubtype() argument 1349 unsigned Family = 0, Model = 0; getHostCPUName() local 1472 uint32_t Family; getHostCPUName() local [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | x86.c | 289 detectX86FamilyModel(unsigned EAX,unsigned * Family,unsigned * Model) detectX86FamilyModel() argument 302 getIntelProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getIntelProcessorTypeAndSubtype() argument 592 getAMDProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getAMDProcessorTypeAndSubtype() argument 898 unsigned Model, Family; __cpu_indicator_init() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 157 AllocationFamily Family; member in __anonfd3743ad0211::RefState 1709 MallocMemAux(CheckerContext & C,const CallEvent & Call,const Expr * SizeEx,SVal Init,ProgramStateRef State,AllocationFamily Family) MallocMemAux() argument 1720 MallocMemAux(CheckerContext & C,const CallEvent & Call,SVal Size,SVal Init,ProgramStateRef State,AllocationFamily Family) MallocMemAux() argument 1758 MallocUpdateRefState(CheckerContext & C,const Expr * E,ProgramStateRef State,AllocationFamily Family,std::optional<SVal> RetVal) MallocUpdateRefState() argument 1807 FreeMemAux(CheckerContext & C,const CallEvent & Call,ProgramStateRef State,unsigned Num,bool Hold,bool & IsKnownToBeAllocated,AllocationFamily Family,bool ReturnsNullOnFailure) const FreeMemAux() argument 1873 printExpectedAllocName(raw_ostream & os,AllocationFamily Family) printExpectedAllocName() argument 1886 printExpectedDeallocName(raw_ostream & os,AllocationFamily Family) printExpectedDeallocName() argument 1901 FreeMemAux(CheckerContext & C,const Expr * ArgExpr,const CallEvent & Call,ProgramStateRef State,bool Hold,bool & IsKnownToBeAllocated,AllocationFamily Family,bool ReturnsNullOnFailure) const FreeMemAux() argument 2072 getCheckIfTracked(AllocationFamily Family,bool IsALeakCheck) const getCheckIfTracked() argument 2341 HandleOffsetFree(CheckerContext & C,SVal ArgVal,SourceRange Range,const Expr * DeallocExpr,AllocationFamily Family,const Expr * AllocExpr) const HandleOffsetFree() argument 2568 ReallocMemAux(CheckerContext & C,const CallEvent & Call,bool ShouldFreeOnFail,ProgramStateRef State,AllocationFamily Family,bool SuffixWithN) const ReallocMemAux() argument 2741 AllocationFamily Family = RS->getAllocationFamily(); HandleLeak() local 3419 const auto Family = RSCurr->getAllocationFamily(); VisitNode() local 3565 AllocationFamily Family = RefS->getAllocationFamily(); printState() local 3587 AllocationFamily Family = AF_InnerBuffer; markReleased() local [all...] |
H A D | NullabilityChecker.cpp | 681 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AVR.cpp | 34 StringRef Family; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 81 StringRef mangledNameForMallocFamily(const MallocFamily &Family) { in mangledNameForMallocFamily() argument 113 MallocFamily Family; member 463 MallocFamily Family; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 174 if (ObjCMethodFamily Family = Overridden->getMethodFamily()) CheckObjCMethodOverride() local 478 ObjCMethodFamily Family = MDecl->getMethodFamily(); ActOnStartOfObjCMethodDef() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 238 static bool setAllocFamily(Function &F, StringRef Family) { in setAllocFamily() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2711 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); isAllocSiteRemovable() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1615 inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()
|