Searched refs:DN (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/sys/dev/usb/
H A Dudl.c66 #define DN(sc) ((sc)->sc_dev.dv_xname) macro
294 DN(sc), FUNC,
364 DN(sc), FUNC,
400 printf("%s: run in uncompressed mode\n", DN(sc));
501 DN(sc), FUNC, (int) IOCGROUP(cmd), cmd & 0xff, IOCPARM_LEN(cmd));
572 DPRINTF(1, "%s: %s\n", DN(sc), FUNC);
595 DPRINTF(1, "%s: %s\n", DN(sc), FUNC);
648 DN(sc));
658 DN(sc), FUNC, font->name, sc->sc_ri.ri_cols, sc->sc_ri.ri_rows);
670 DPRINTF(1, "%s: %s\n", DN(s
[all...]
/openbsd-current/regress/usr.bin/m4/
H A DMakefile56 ${M4} -DN=${FIBOMAX} ${.CURDIR}/fibo.m4| diff - fibo.out
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp325 for (const DINode *DN : SP->getRetainedNodes()) {
326 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) {
568 for (const DINode *DN : SP->getRetainedNodes()) {
569 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) {
/openbsd-current/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1448 DotCfgDiffNode(const DotCfgDiffNode &DN)
1449 : Graph(DN.Graph), N(DN.N), Data{DN.Data[0], DN.Data[1]},
1450 Colour(DN.Colour), EdgesMap(DN.EdgesMap), Children(DN.Children),
1451 Edges(DN.Edges) {}
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp523 NodeId DN = DA.Addr->getReachedDef(); local
524 while (DN != 0) {
525 NodeAddr<DefNode*> A = DFG.addr<DefNode*>(DN);
534 DN = A.Addr->getSibling();
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp34 DeclarationName DN = S.PP.getIdentifierInfo(Name); local
35 LookupResult LR(S, DN, Loc, Sema::LookupMemberName);
1236 DeclarationName DN = local
1238 LookupResult Found(S, DN, Loc, Sema::LookupMemberName);
1260 << DN;
H A DSemaAttr.cpp803 DeclarationName DN(II);
804 NamedDecl *ND = LookupSingleName(TUScope, DN, Loc, LookupOrdinaryName);
H A DSema.cpp262 DeclarationName DN = &Context.Idents.get(Name); local
263 if (IdResolver.begin(DN) == IdResolver.end())
H A DSemaCodeComplete.cpp5498 DeclarationName DN = T.getNamedConcept()->getDeclName(); local
5499 if (DN.isIdentifier() && DN.getAsIdentifierInfo()->isStr("same_as"))
H A DSemaChecking.cpp7046 DeclarationName DN(&Context.Idents.get(NewBuiltinName));
7047 LookupResult Res(*this, DN, DRE->getBeginLoc(), LookupOrdinaryName);
11197 DeclarationName DN(&S.Context.Idents.get(FunctionName));
11198 LookupResult R(S, DN, Loc, Sema::LookupAnyName);
H A DSemaOpenMP.cpp19076 DeclarationName DN = ReductionId.getName();
19077 OverloadedOperatorKind OOK = DN.getCXXOverloadedOperator();
19151 if (IdentifierInfo *II = DN.getAsIdentifierInfo()) {
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1968 for (const DINode *DN : SP->getRetainedNodes()) {
1969 if (!Processed.insert(InlinedEntity(DN, nullptr)).second)
1972 if (auto *DV = dyn_cast<DILocalVariable>(DN)) {
1974 } else if (auto *DL = dyn_cast<DILabel>(DN)) {
1979 createConcreteEntity(TheCU, *Scope, DN, nullptr);
2275 for (const DINode *DN : SP->getRetainedNodes()) {
2276 if (!Processed.insert(InlinedEntity(DN, nullptr)).second)
2280 if (auto *DV = dyn_cast<DILocalVariable>(DN))
2282 else if (auto *DL = dyn_cast<DILabel>(DN))
2288 ensureAbstractEntityIsCreated(TheCU, DN, Scop
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp859 DomTreeNode *DN = DT->getNode(L->getHeader());
860 if (!DN)
862 return DN->getIDom()->getBlock();
H A DHexagonLoopIdiomRecognition.cpp2255 DomTreeNode *DN = DT->getNode(ExitD); local
2256 BN->setIDom(DN);
/openbsd-current/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp607 for (const DINode *DN : SP->getRetainedNodes()) {
608 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) {
1201 for (const DINode *DN : SP->getRetainedNodes()) {
1202 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) {
H A DBPFAbstractMemberAccess.cpp240 for (const DINode *DN : SP->getRetainedNodes()) {
241 if (const auto *DV = dyn_cast<DILocalVariable>(DN))
/openbsd-current/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp254 auto DN = D->getDeclName(); local
255 bool IsAnonymous = DN.isIdentifier() && !DN.getAsIdentifierInfo();
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp321 if (const auto *DN = dyn_cast_or_null<NamedDecl>(TheDecl)) {
323 DN->printQualifiedName(OS);
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h3634 UsingEnumDecl(DeclContext *DC, DeclarationName DN, SourceLocation UL, argument
3636 : BaseUsingDecl(UsingEnum, DC, NL, DN), UsingLocation(UL), EnumLocation(EL),
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dcrt1.asm736 shll16 r4 ! Set DN bit (flush denormal inputs to zero)
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2567 DeclarationNameInfo DN = Record.readDeclarationNameInfo(); local
2573 D->setTypeConstraint(NNS, DN, /*FoundDecl=*/nullptr, NamedConcept,

Completed in 653 milliseconds