Searched refs:ND (Results 1 - 25 of 104) sorted by relevance

12345

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCInstrInfo.h35 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, argument
39 InstrNameData = ND;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp58 static bool isExternC(const NamedDecl *ND) { argument
59 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND))
61 return cast<VarDecl>(ND)->isExternC();
65 const NamedDecl *ND) {
71 if (Context.getLangOpts().CPlusPlus && !isExternC(ND) &&
75 const FunctionDecl *FD = dyn_cast<FunctionDecl>(ND);
222 const NamedDecl *ND = cast<NamedDecl>(DC); local
223 if (!shouldMangleDeclName(ND) && ND->getIdentifier())
224 Stream << ND
64 getStdOrFastCallMangling(const ASTContext &Context, const NamedDecl *ND) argument
[all...]
H A DItaniumMangle.cpp159 bool getNextDiscriminator(const NamedDecl *ND, unsigned &disc) { argument
161 if (const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(ND))
166 if (const TagDecl *Tag = dyn_cast<TagDecl>(ND)) {
172 if (ND->isExternallyVisible()) {
173 unsigned discriminator = getASTContext().getManglingNumber(ND);
181 unsigned &discriminator = Uniquifier[ND];
183 const DeclContext *DC = getEffectiveDeclContext(ND);
184 discriminator = ++Discriminator[std::make_pair(DC, ND->getIdentifier())];
288 void mangleName(const NamedDecl *ND);
290 void mangleNameOrStandardSubstitution(const NamedDecl *ND);
303 addSubstitution(const NamedDecl *ND) argument
323 mangleUnqualifiedName(const NamedDecl *ND) argument
515 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) argument
541 isLambda(const NamedDecl *ND) argument
549 mangleName(const NamedDecl *ND) argument
604 mangleUnscopedName(const NamedDecl *ND) argument
614 mangleUnscopedTemplateName(const TemplateDecl *ND) argument
1050 mangleUnqualifiedName(const NamedDecl *ND, DeclarationName Name, unsigned KnownArity) argument
1233 mangleNestedName(const NamedDecl *ND, const DeclContext *DC, bool NoFunction) argument
1328 const NamedDecl *ND = cast<NamedDecl>(D); local
1488 const NamedDecl *ND = cast<NamedDecl>(DC); local
1528 mangleTemplatePrefix(const TemplateDecl *ND, bool NoFunction) argument
1900 mangleNameOrStandardSubstitution(const NamedDecl *ND) argument
[all...]
H A DMicrosoftMangle.cpp120 void mangleName(const NamedDecl *ND);
121 void mangleDeclaration(const NamedDecl *ND);
133 void mangleUnqualifiedName(const NamedDecl *ND) { argument
134 mangleUnqualifiedName(ND, ND->getDeclName());
136 void mangleUnqualifiedName(const NamedDecl *ND, DeclarationName Name);
143 void mangleUnscopedTemplateName(const TemplateDecl *ND);
374 void MicrosoftCXXNameMangler::mangleName(const NamedDecl *ND) { argument
376 const DeclContext *DC = ND->getDeclContext();
379 mangleUnqualifiedName(ND);
425 isTemplate(const NamedDecl *ND, const TemplateArgumentList *&TemplateArgs) argument
445 mangleUnqualifiedName(const NamedDecl *ND, DeclarationName Name) argument
953 const NamedDecl *ND = cast<NamedDecl>(TA.getAsDecl()); local
[all...]
H A DDeclBase.cpp239 if (const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC))
240 if (ND->isAnonymousNamespace())
1104 NamedDecl *ND = cast<NamedDecl>(D); local
1107 if (!ND->getDeclName()) return;
1112 StoredDeclsMap::iterator Pos = Map->find(ND->getDeclName());
1114 if (Pos->second.getAsVector() || Pos->second.getAsDecl() == ND)
1115 Pos->second.remove(ND);
1148 if (NamedDecl *ND = dyn_cast<NamedDecl>(D))
1149 ND->getDeclContext()->getPrimaryContext()->
1150 makeDeclVisibleInContextWithFlags(ND, fals
[all...]
/freebsd-10-stable/tools/tools/netmap/
H A Dvale-ctl.c44 #define ND(format, ...) do {} while(0) macro
112 ND("Unable to %s %s", nr_cmd == NETMAP_BDG_DELIF ? "delete":"create", name);
115 ND("Success to %s %s", nr_cmd == NETMAP_BDG_DELIF ? "delete":"create", name);
125 ND("Unable to %s %s to the bridge", nr_cmd ==
129 ND("Success to %s %s to the bridge", nr_cmd ==
137 ND("Unable to obtain info for %s", name);
159 ND("Unable to get if info for %s", name);
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap_pipe.c129 ND("freeing pipes for %s", na->name);
190 ND("%p: %s %x -> %s", txkring, txkring->name, flags, rxkring->name);
191 ND(2, "before: hwcur %d hwtail %d cur %d head %d tail %d", txkring->nr_hwcur, txkring->nr_hwtail,
205 ND(2, "m %d limit %d", m, limit);
237 ND(2, "after: hwcur %d hwtail %d cur %d head %d tail %d j %d", txkring->nr_hwcur, txkring->nr_hwtail,
252 ND("%s %x <- %s", rxkring->name, flags, txkring->name);
254 ND(5, "hwcur %d hwtail %d cur %d head %d tail %d", rxkring->nr_hwcur, rxkring->nr_hwtail,
371 ND("%p: case 2, hidden rings", na);
426 ND("%p: onoff %d", na, onoff);
433 ND("
[all...]
H A Dnetmap_offloadings.c81 ND("ip total length %u", be16toh(ip->tot_len));
85 ND("ip identification %u", be16toh(iph->id));
90 ND("IP csum %x", be16toh(iph->check));
101 ND("tcp seq %u", be32toh(tcph->seq));
107 ND("last_segment %u", last_segment);
128 ND("TCP/UDP csum %x", be16toh(*check));
240 ND(3, "type=%04x", ethertype);
253 ND(3, "gso_hdr_len %u gso_mtu %d", gso_hdr_len,
296 ND("frame %u completed with %d bytes", gso_idx, (int)gso_bytes);
321 ND(
[all...]
H A Dnetmap_generic.c84 #define rtnl_lock() ND("rtnl_lock called")
85 #define rtnl_unlock() ND("rtnl_unlock called")
138 ND(5, "create m %p refcnt %d", m, GET_MBUF_REFCNT(m));
474 ND("tx completed [%d] -> hwtail %d", n, kring->nr_hwtail);
527 ND(5, "Request Event at %d mbuf %p refcnt %d", e, m, m ? GET_MBUF_REFCNT(m) : -2 );
602 ND(5, "start_xmit failed: err %d [nm_i %u, head %u, hwtail %u]",
645 ND("tx #%d, hwtail = %d", n, kring->nr_hwtail);
826 ND("Netmap ring size: TX = %d, RX = %d", num_tx_desc, num_rx_desc);
850 ND("[GNA] num_tx_queues(%d), real_num_tx_queues(%d), len(%lu)",
853 ND("[GN
[all...]
H A Dif_vtnet_netmap.h173 ND(3,"sent %d packets, hwcur %d", n, nm_i);
178 ND(5, "pure notify ? head %d tail %d nused %d %d",
210 ND(3, "disable intr, hwcur %d", nm_i);
213 ND(3, "enable intr, hwcur %d", nm_i);
325 ND("[B] h %d c %d hwcur %d hwtail %d",
346 ND("[C] h %d c %d t %d hwcur %d hwtail %d",
H A Dnetmap_monitor.c195 ND("%s %x", kring->name, flags);
203 ND("%s %x", kring->name, flags);
226 ND("%s %x", kring->name, flags);
265 ND("%p: onoff %d", na, onoff);
331 ND("%p", na);
359 ND("not a monitor");
H A Dnetmap_vale.c304 ND("--- prefix is '%.*s' ---", namelen, name);
316 ND("found '%.*s' at %d", namelen, name, i);
324 ND("create new bridge %s with ports %d", b->bdg_basename,
427 ND("detach hw %d at %d", hw, i);
433 ND("detach sw %d at %d", sw, i);
457 ND("now %d active ports", lim);
459 ND("marking bridge %s as free", b->bdg_basename);
491 ND("%s has %d references", na->name, na->na_refcount);
638 ND("found existing if %s refs %d", nr_name)
655 ND("
[all...]
/freebsd-10-stable/usr.sbin/ndp/
H A Dndp.c928 #define ND nd.ndi macro
929 newflags = ND.flags;
980 SETVALUE("basereachable", ND.basereachable);
981 SETVALUE("retrans", ND.retrans);
982 SETVALUE("curhlim", ND.chlim);
984 ND.flags = newflags;
993 if (!ND.initialized) {
1002 printf("linkmtu=%d", ND.linkmtu);
1003 printf(", maxmtu=%d", ND.maxmtu);
1004 printf(", curhlim=%d", ND
1059 #undef ND macro
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclFriend.h136 if (NamedDecl *ND = getFriendDecl()) {
137 if (FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(ND))
139 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(ND)) {
143 return SourceRange(getFriendLoc(), ND->getLocEnd());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp81 void Add(const NamedDecl *ND, unsigned Index) { argument
84 DeclOrVector = ND;
100 DeclIndexPair(ND, Index));
269 /// \param ND the declaration that we are inspecting.
273 bool isInterestingDecl(const NamedDecl *ND,
326 bool IsOrdinaryName(const NamedDecl *ND) const;
327 bool IsOrdinaryNonTypeName(const NamedDecl *ND) const;
328 bool IsIntegralConstantValue(const NamedDecl *ND) const;
329 bool IsOrdinaryNonValueName(const NamedDecl *ND) const;
330 bool IsNestedNameSpecifier(const NamedDecl *ND) cons
483 isInterestingDecl(const NamedDecl *ND, bool &AsNestedNameSpecifier) const argument
654 getDeclUsageType(ASTContext &C, const NamedDecl *ND) argument
713 getBasePriority(const NamedDecl *ND) argument
855 const NamedDecl *ND = I->first; local
1260 FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, bool InBaseClass) argument
2056 AddResultTypeChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, CodeCompletionBuilder &Result) argument
2444 AddTypedNameChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, CodeCompletionBuilder &Result) argument
2551 const NamedDecl *ND = Declaration; local
2625 const NamedDecl *ND = Declaration; local
5335 NamedDecl *ND = LookupSingleName(S, Super, SuperLoc, local
[all...]
H A DSemaLookup.cpp940 if (NamedDecl *ND = R.getAcceptableDecl(*I)) {
958 R.addDecl(ND);
1016 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) {
1017 R.addDecl(ND);
1105 if (NamedDecl *ND = R.getAcceptableDecl(*I)) {
1111 R.addDecl(ND);
1283 if (NamedDecl *ND = dyn_cast<NamedDecl>(*RD)) {
1284 if (LookupResult::isVisible(SemaRef, ND))
1285 return ND;
1481 NamespaceDecl *ND local
1497 NamespaceDecl *ND = Queue.pop_back_val(); local
3013 add(NamedDecl *ND) argument
3036 checkHidden(NamedDecl *ND) argument
3452 FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, bool InBaseClass) argument
3486 addName(StringRef Name, NamedDecl *ND, NestedNameSpecifier *NNS, bool isKeyword) argument
3656 NamespaceDecl *ND = dyn_cast_or_null<NamespaceDecl>(DC); local
[all...]
H A DSemaTemplateVariadic.cpp518 getDepthAndIndex(NamedDecl *ND) { argument
519 if (TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(ND))
522 if (NonTypeTemplateParmDecl *NTTP = dyn_cast<NonTypeTemplateParmDecl>(ND))
525 TemplateTemplateParmDecl *TTP = cast<TemplateTemplateParmDecl>(ND);
553 NamedDecl *ND = i->first.get<NamedDecl *>(); local
554 if (isa<ParmVarDecl>(ND))
557 llvm::tie(Depth, Index) = getDepthAndIndex(ND);
559 Name = ND->getIdentifier();
654 NamedDecl *ND = Unexpanded[I].first.get<NamedDecl *>(); local
655 if (isa<ParmVarDecl>(ND)) {
779 NamedDecl *ND = candidate.getCorrectionDecl(); local
[all...]
H A DCodeCompleteConsumer.cpp271 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); local
272 if (!ND)
288 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DC)) {
289 if (ND->getIdentifier())
388 const NamedDecl *ND = dyn_cast<NamedDecl>(DC); local
389 if (!ND)
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddn_sched_rr.c212 ND("called");
227 ND("called");
236 ND("called");
261 ND("called, q->quantum %d", q->quantum);
277 ND("called");
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp64 if (NamedDecl *ND = dyn_cast<NamedDecl>(*D))
65 if (IdentifierInfo *II = ND->getIdentifier())
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp98 const NamedDecl *ND = cast<NamedDecl>(D); local
99 output << *ND; local
/freebsd-10-stable/sys/netinet6/
H A Dnd6.c99 /* preventing too many loops in ND option parsing */
100 static VNET_DEFINE(int, nd6_maxndopt) = 10; /* max # of ND options allowed */
105 * ND entries */
223 * Reset ND level link MTU. This function is called when the physical MTU
224 * changes, which means we might have to adjust the ND level MTU.
291 * Take one ND option.
339 * Parse multiple ND options.
340 * This function is much easier to use, for ND routines that do not need
1314 #define ND ndi->ndi macro
1316 bzero(&ND, sizeo
1449 #undef ND macro
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp209 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(FD))
210 return ND->printName(os);
230 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Node->getDecl()))
231 return ND->getNameAsString();
/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Dmylist.h44 ND("called on %p", entry);
H A Dmain.c105 ND("q %p id %d current length %d", q, m->flow_id, i);
163 ND("loop %d enqueue fail", i );
165 ND("enqueue ok");
551 ND(1, "state %d pending %2d", c->state, c->pending);
569 ND(1, "backlog %d p %p prev %p next %p", i, h, h->prev, h->next);
575 ND(2, "backlog %d empty", i);
578 ND(1, "before %d p %p prev %p next %p", i+1, h+1, h[1].prev, h[1].next);
580 ND(1, " after %d p %p prev %p next %p", i+1, h+1, h[1].prev, h[1].next);
582 ND(2, "backlog %d full", i+1);
620 ND(
[all...]

Completed in 355 milliseconds

12345