Home
last modified time | relevance | path

Searched defs:DN (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUDelayedMCExpr.cpp15 static msgpack::DocNode getNode(msgpack::DocNode DN, msgpack::Type Type, in getNode() argument
30 void DelayedMCExprs::assignDocNode(msgpack::DocNode &DN, msgpack::Type Type, in assignDocNode() argument
H A DAMDGPUDelayedMCExpr.h20 msgpack::DocNode &DN; member
/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp325 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in collectDebugInfoMetadata() local
571 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in checkDebugInfoMetadata() local
/llvm-project/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp2064 LazyCallGraph::Node &DN = *CG.lookup(lookupFunction(*M, "d")); in TEST() local
2132 LazyCallGraph::Node &DN = CG.get(lookupFunction(*M, "d")); TEST() local
2252 LazyCallGraph::Node &DN = CG.get(lookupFunction(*M, "d")); TEST() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp36 DeclarationName DN = S.PP.getIdentifierInfo(Name); lookupMember() local
1250 DeclarationName DN = makeReturnOnAllocFailure() local
H A DSemaAttr.cpp813 DeclarationName DN(II); ActOnPragmaMSAllocText() local
H A DSema.cpp307 if (IdResolver.begin(DN) == IdResolver.end()) in addImplicitTypedef() local
H A DSemaChecking.cpp4428 DeclarationName DN(&Context.Idents.get(NewBuiltinName)); BuiltinAtomicOverloaded() local
8157 DeclarationName DN(&S.Context.Idents.get(FunctionName)); emitReplacement() local
H A DSemaCodeComplete.cpp5594 DeclarationName DN = T.getNamedConcept()->getDeclName(); deduceType() local
H A DSemaDeclCXX.cpp17126 DeclarationName DN = PP.getIdentifierInfo(Member); EvaluateStaticAssertMessageAsString() local
H A DSemaOpenMP.cpp18702 DeclarationName DN = ReductionId.getName(); actOnOMPReductionKindClause() local
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp609 for (const DINode *DN : SP->getRetainedNodes()) { processDISubprogram() local
1202 for (const DINode *DN : SP->getRetainedNodes()) { beginFunctionImpl() local
H A DBPFAbstractMemberAccess.cpp212 for (const DINode *DN : SP->getRetainedNodes()) { in run() local
/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp521 NodeId DN = DA.Addr->getReachedDef(); in computePhiInfo() local
/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp66 getSimpleName(const DeclarationName & DN) getSimpleName() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp80 struct DN : D, N {}; struct
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp859 if (!DN) in preheader() local
H A DHexagonLoopIdiomRecognition.cpp2249 DomTreeNode *DN = DT->getNode(ExitD); processCopyingStore() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1985 for (const DINode *DN : SP->getRetainedNodes()) { in collectEntityInfo() local
2314 for (const DINode *DN : SP->getRetainedNodes()) { endFunctionImpl() local
[all...]
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp254 auto DN = D->getDeclName(); in getQualifiedNameStart() local
/llvm-project/clang/lib/AST/
H A DDeclBase.cpp343 if (const auto *DN = dyn_cast_or_null<NamedDecl>(TheDecl)) { print() local
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1786 DotCfgDiffNode(const DotCfgDiffNode & DN) DotCfgDiffNode() argument
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3721 UsingEnumDecl(DeclContext * DC,DeclarationName DN,SourceLocation UL,SourceLocation EL,SourceLocation NL,TypeSourceInfo * EnumType) UsingEnumDecl() argument