Searched refs:hasName (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInstructionNamer.cpp36 if (!Arg.hasName())
40 if (!BB.hasName())
44 if (!I.hasName() && !I.getType()->isVoidTy())
H A DNameAnonGlobals.cpp41 if (F.isDeclaration() || F.hasLocalLinkage() || !F.hasName())
47 if (GV.isDeclaration() || GV.hasLocalLinkage() || !GV.hasName())
70 if (GV.hasName())
H A DSplitModule.cpp112 if (!GV.hasName())
223 if (!GV->hasName())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h49 if (I->hasName())
56 if (I->hasName())
67 if (V->hasName())
76 if (V->hasName())
96 bool HasName = V.hasName();
H A DValueSymbolTable.cpp73 assert(V->hasName() && "Can't insert nameless Value into symbol table");
H A DTypeFinder.cpp104 if (!OnlyNamed || STy->hasName())
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp544 anyOf(hasName("exit"), hasName("panic"), hasName("error"),
545 hasName("Assert"), hasName("assert"), hasName("ziperr"),
546 hasName("assfail"), hasName("db_error"), hasName("__assert"),
547 hasName("__assert
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h40 assert(Target.hasName() && "GOT edge cannot point to anonymous target");
56 assert(Target.hasName() &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp203 typedefDecl(hasName("CFNumberRef")),
204 typedefDecl(hasName("CFBooleanRef")))))))
214 cxxRecordDecl(hasName("OSBoolean")),
215 cxxRecordDecl(hasName("OSNumber"))
226 objcInterfaceDecl(hasName("NSNumber")))))))))))
244 typedefDecl(hasName("BOOL"))))).bind("objc_bool_type");
H A DOSObjectCStyleCast.cpp68 auto DynamicCastM = callExpr(callee(functionDecl(hasName("safeMetaCast"))));
H A DPointerIterationChecker.cpp69 recordDecl(hasName("std::unordered_set")
H A DPointerSortingChecker.cpp58 return callee(functionDecl(hasName(FunctionName)));
H A DGCDAntipatternChecker.cpp57 return callee(functionDecl(hasName(FunctionName)));
H A DRunLoopAutoreleaseLeakChecker.cpp143 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp26 if (!AI->hasName())
31 if (!FI->hasName())
37 if (!BI->hasName() && !BI->getType()->isVoidTy())
48 if (V->hasName()) {
112 if (L->hasName() && R->hasName() && L->getName() == R->getName())
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp53 if (Group.hasName()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysisEvaluator.cpp49 if (!V->hasName())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp102 if (Sym->hasName() && Sym->getScope() != Scope::Local) {
121 if (Sym->hasName()) {
185 if (Sym->hasName() && Sym->getLinkage() == Linkage::Weak) {
191 if (Sym->hasName() && Sym->getLinkage() == Linkage::Weak) {
202 if (Sym->hasName() && MR.getSymbols().count(ES.intern(Sym->getName())))
258 if (!Sym->hasName()) {
264 if (TargetSym.hasName())
H A DCompileOnDemandLayer.cpp36 assert(A.hasName() && "Anonymous alias?");
37 assert(Aliasee->hasName() && "Anonymous aliasee");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp228 assert(val.hasName() && "Found texture variable with no name");
233 assert(val.hasName() && "Found surface variable with no name");
238 assert(val.hasName() && "Found sampler variable with no name");
H A DNVPTXReplaceImageHandles.cpp171 assert(GV->hasName() && "Global sampler must be named!");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp111 if (!F.hasName()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp470 if (!From->hasName())
479 if (!To->hasName())
513 if (BB->hasName())
525 if (BB->hasName())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp79 assert(F.hasName());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp162 if (BB->hasName())

Completed in 249 milliseconds

12345