/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | GLR.cpp |
|
/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 631 detectX86FamilyModel(unsigned EAX,unsigned * Family,unsigned * Model) detectX86FamilyModel() argument 646 getIntelProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getIntelProcessorTypeAndSubtype() argument 1007 getAMDProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getAMDProcessorTypeAndSubtype() argument 1305 unsigned Family = 0, Model = 0; getHostCPUName() local 1430 uint32_t Family; getHostCPUName() local [all...] |
/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | x86.c | 300 detectX86FamilyModel(unsigned EAX,unsigned * Family,unsigned * Model) detectX86FamilyModel() argument 315 getIntelProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getIntelProcessorTypeAndSubtype() argument 603 getAMDProcessorTypeAndSubtype(unsigned Family,unsigned Model,const unsigned * Features,unsigned * Type,unsigned * Subtype) getAMDProcessorTypeAndSubtype() argument 1081 unsigned Model, Family; __cpu_indicator_init() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 157 AllocationFamily Family; global() member in __anonca30e6ce0211::RefState 1795 MallocUpdateRefState(CheckerContext & C,const Expr * E,ProgramStateRef State,AllocationFamily Family,std::optional<SVal> RetVal) MallocUpdateRefState() argument 1853 FreeMemAux(CheckerContext & C,const CallEvent & Call,ProgramStateRef State,unsigned Num,bool Hold,bool & IsKnownToBeAllocated,AllocationFamily Family,bool ReturnsNullOnFailure) const FreeMemAux() argument 1919 printExpectedAllocName(raw_ostream & os,AllocationFamily Family) printExpectedAllocName() argument 1932 printExpectedDeallocName(raw_ostream & os,AllocationFamily Family) printExpectedDeallocName() argument 1948 FreeMemAux(CheckerContext & C,const Expr * ArgExpr,const CallEvent & Call,ProgramStateRef State,bool Hold,bool & IsKnownToBeAllocated,AllocationFamily Family,bool ReturnsNullOnFailure,std::optional<SVal> ArgValOpt) const FreeMemAux() argument 2120 getCheckIfTracked(AllocationFamily Family,bool IsALeakCheck) const getCheckIfTracked() argument 2389 HandleOffsetFree(CheckerContext & C,SVal ArgVal,SourceRange Range,const Expr * DeallocExpr,AllocationFamily Family,const Expr * AllocExpr) const HandleOffsetFree() argument 2616 ReallocMemAux(CheckerContext & C,const CallEvent & Call,bool ShouldFreeOnFail,ProgramStateRef State,AllocationFamily Family,bool SuffixWithN) const ReallocMemAux() argument 2789 AllocationFamily Family = RS->getAllocationFamily(); HandleLeak() local 3485 const auto Family = RSCurr->getAllocationFamily(); VisitNode() local 3631 AllocationFamily Family = RefS->getAllocationFamily(); printState() local 3653 AllocationFamily Family = AF_InnerBuffer; markReleased() local [all...] |
H A D | NullabilityChecker.cpp | 681 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | ARMTargetDefEmitter.cpp |
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AVR.cpp | 34 StringRef Family; member
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 81 switch (Family) { in mangledNameForMallocFamily() argument 113 MallocFamily Family; global() member 463 MallocFamily Family; global() member
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 238 setAllocFamily(Function & F,StringRef Family) setAllocFamily() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 486 if (Family == OMF_dealloc) { in ActOnStartOfObjCMethodDef() local 180 if (ObjCMethodFamily Family = Overridden->getMethodFamily()) CheckObjCMethodOverride() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3116 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); isAllocSiteRemovable() local
|
/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() argument
|