Home
last modified time | relevance | path

Searched defs:Family (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/pseudo/lib/
H A DGLR.cpp
/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp631 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 Dx86.c300 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 DMallocChecker.cpp157 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 DNullabilityChecker.cpp681 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
/llvm-project/llvm/utils/TableGen/
H A DARMTargetDefEmitter.cpp
/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp34 StringRef Family; member
/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp81 switch (Family) { in mangledNameForMallocFamily() argument
113 MallocFamily Family; global() member
463 MallocFamily Family; global() member
/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp238 setAllocFamily(Function & F,StringRef Family) setAllocFamily() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp486 if (Family == OMF_dealloc) { in ActOnStartOfObjCMethodDef() local
180 if (ObjCMethodFamily Family = Overridden->getMethodFamily()) CheckObjCMethodOverride() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3116 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); isAllocSiteRemovable() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1615 inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL() argument