| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 298 void attachDirective(DiagnosticsEngine &Diags, const UnattachedDirective &UD, in attachDirective() argument 304 UD.RegexKind, UD.DirectivePos, ExpectedLoc, UD.Spelling, in attachDirective() 305 MatchAnyFileAndLine, MatchAnyLine, UD.Text, UD.Min, UD.Max); in attachDirective() 309 Diags.Report(UD.ContentBegin, diag::err_verify_invalid_content) in attachDirective() 310 << (UD.RegexKind ? "regex" : "string") << Error; in attachDirective() 313 UD.DL->push_back(std::move(D)); in attachDirective() 358 for (auto &UD : Deferred->second) { in addMarker() local 360 M.UseLoc = UD.DirectivePos; in addMarker() 361 attachDirective(Diags, UD, Pos); in addMarker() 369 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Availability.h | 105 VersionTuple O, bool U, bool UD, bool UU) in AvailabilityInfo() 107 Unavailable(U), UnconditionallyDeprecated(UD), in AvailabilityInfo()
|
| H A D | JSONNodeDumper.h | 253 void VisitUsingDecl(const UsingDecl *UD);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteUndefForPHI.cpp | 154 if (DT->dominates(DominateBB, &BB) && all_of(Undefs, [&](BasicBlock *UD) { in INITIALIZE_PASS_DEPENDENCY() argument 155 return DT->dominates(DominateBB, UD); in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | opcode.h | 143 IBV_OPCODE(UD, SEND_ONLY), 144 IBV_OPCODE(UD, SEND_ONLY_WITH_IMMEDIATE)
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 141 const RecordDecl *UD = UT->getDecl(); in useFirstFieldIfTransparentUnion() local 142 if (UD->hasAttr<TransparentUnionAttr>()) { in useFirstFieldIfTransparentUnion() 143 assert(!UD->field_empty() && "sema created an empty transparent union"); in useFirstFieldIfTransparentUnion() 144 return UD->field_begin()->getType(); in useFirstFieldIfTransparentUnion()
|
| H A D | CGDebugInfo.h | 577 void EmitUsingDirective(const UsingDirectiveDecl &UD); 589 void EmitUsingDecl(const UsingDecl &UD); 592 void EmitUsingEnumDecl(const UsingEnumDecl &UD);
|
| H A D | CGDebugInfo.cpp | 6148 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective() argument 6151 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective() 6154 auto Loc = UD.getLocation(); in EmitUsingDirective() 6158 getCurrentContextDescriptor(cast<Decl>(UD.getDeclContext())), in EmitUsingDirective() 6173 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl() argument 6176 assert(UD.shadow_size() && in EmitUsingDecl() 6179 for (const auto *USD : UD.shadows()) { in EmitUsingDecl() 6198 void CGDebugInfo::EmitUsingEnumDecl(const UsingEnumDecl &UD) { in EmitUsingEnumDecl() argument 6201 assert(UD.shadow_size() && in EmitUsingEnumDecl() 6205 for (const auto *USD : UD.shadows()) in EmitUsingEnumDecl()
|
| /freebsd/contrib/bearssl/samples/ |
| H A D | key-ee-rsa.pem | 18 UD/14JowQhAsSFUkEeBbHMMCgYEAjazgoDPAmVK4kAcQm4Ohys3UjINomD3QGHC8ygywbQnkJdSd
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | ib_pack.h | 177 IB_OPCODE(UD, SEND_ONLY), 178 IB_OPCODE(UD, SEND_ONLY_WITH_IMMEDIATE)
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMapFile.cpp | 615 UseDecl UD; in parseUseDecl() local 616 UD.Location = consumeToken(); in parseUseDecl() 617 if (parseModuleId(UD.Id)) in parseUseDecl() 619 return std::move(UD); in parseUseDecl() 1199 [&](const UseDecl &UD) { in dumpDecls() argument
|
| H A D | ModuleMap.cpp | 1580 void handleUseDecl(const modulemap::UseDecl &UD); 1818 [&](const modulemap::UseDecl &UD) { handleUseDecl(UD); }, in handleModuleDecl() argument 2062 void ModuleMapLoader::handleUseDecl(const modulemap::UseDecl &UD) { in handleUseDecl() argument 2064 Diags.Report(UD.Location, diag::err_mmap_use_decl_submodule); in handleUseDecl() 2066 ActiveModule->UnresolvedDirectUses.push_back(UD.Id); in handleUseDecl()
|
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_qp.c | 285 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator 292 case UD: return MTHCA_QP_ST_UD; in to_mthca_st() 591 if (qp->transport == MLX || qp->transport == UD) in __mthca_modify_qp() 928 case UD: in mthca_max_data_size() 998 case UD: in mthca_alloc_wqe_buf() 1288 case IB_QPT_UD: qp->transport = UD; break; in mthca_alloc_qp() 1716 case UD: in mthca_tavor_post_send() 2057 case UD: in mthca_arbel_post_send()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 723 if (auto *UD = dyn_cast<MemoryUseOrDef>(D)) in safeToHoistLdSt() local 724 if (!firstInBB(UD->getMemoryInst(), NewPt)) in safeToHoistLdSt() 775 if (MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn)) in checkSafety() local 776 if (safeToHoistLdSt(T, Insn, UD, K, NumBBsOnAllPaths)) in checkSafety()
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | omap3-evm-common.dtsi | 106 &gpio1 3 GPIO_ACTIVE_HIGH>; /* gpio3, lcd UD */
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11771 UsingDirectiveDecl *&UD, bool IsNested) { in ActOnStartNamespaceDef() argument 11908 UD = UsingDirectiveDecl::Create(Context, Parent, in ActOnStartNamespaceDef() 11915 UD->setImplicit(); in ActOnStartNamespaceDef() 11916 Parent->addDecl(UD); in ActOnStartNamespaceDef() 12595 NamedDecl *UD = in ActOnUsingDeclaration() local 12600 if (UD) in ActOnUsingDeclaration() 12601 PushOnScopeChains(UD, S, /*AddToContext*/ false); in ActOnUsingDeclaration() 12603 return UD; in ActOnUsingDeclaration() 12640 auto *UD = in ActOnUsingEnumDeclaration() local 12643 if (UD) in ActOnUsingEnumDeclaration() [all …]
|
| H A D | SemaLookup.cpp | 147 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() argument 148 DeclContext *NS = UD->getNominatedNamespace(); in visit() 152 addUsingDirective(UD, EffectiveDC); in visit() 162 for (auto *UD : DC->using_directives()) { in addUsingDirectives() local 163 DeclContext *NS = UD->getNominatedNamespace(); in addUsingDirectives() 164 if (SemaRef.isVisible(UD) && visited.insert(NS).second) { in addUsingDirectives() 165 addUsingDirective(UD, EffectiveDC); in addUsingDirectives() 184 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective() argument 187 DeclContext *Common = UD->getNominatedNamespace(); in addUsingDirective() 192 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common)); in addUsingDirective()
|
| H A D | SemaAccess.cpp | 1319 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug() local 1325 << UD->getQualifiedNameAsString() in IsMicrosoftUsingDeclarationAccessBug()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4089 NamedDecl *UD = SemaRef.BuildUsingDeclaration( in instantiateUnresolvedUsingDecl() local 4094 if (UD) { in instantiateUnresolvedUsingDecl() 4095 SemaRef.InstantiateAttrs(TemplateArgs, D, UD); in instantiateUnresolvedUsingDecl() 4096 SemaRef.Context.setInstantiatedFromUsingDecl(UD, D); in instantiateUnresolvedUsingDecl() 4099 return UD; in instantiateUnresolvedUsingDecl() 4119 for (auto *UD : D->expansions()) { in VisitUsingPackDecl() local 4121 SemaRef.FindInstantiatedDecl(D->getLocation(), UD, TemplateArgs)) in VisitUsingPackDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 903 void JSONNodeDumper::VisitUsingDecl(const UsingDecl *UD) { in VisitUsingDecl() argument 905 if (const NestedNameSpecifier *NNS = UD->getQualifier()) { in VisitUsingDecl() 907 NNS->print(SOS, UD->getASTContext().getPrintingPolicy()); in VisitUsingDecl() 909 Name += UD->getNameAsString(); in VisitUsingDecl()
|
| H A D | Decl.cpp | 1883 if (const auto *UD = dyn_cast<UsingDecl>(this)) { in declarationReplaces() local 1885 return Context.getCanonicalNestedNameSpecifier(UD->getQualifier()) == in declarationReplaces() 1949 if (auto *UD = dyn_cast<UsingShadowDecl>(ND)) in getUnderlyingDeclImpl() local 1950 ND = UD->getTargetDecl(); in getUnderlyingDeclImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | hexagon_types.h | 655 unsigned long long UD(void) { in UD() function 1882 unsigned long long UD(void) { in UD() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 1730 uint32_t UD = Diff; in replaceInstrExpr() local 1732 uint32_t A = std::min<uint32_t>(R.Align, 1u << llvm::countr_zero(UD)); in replaceInstrExpr()
|
| /freebsd/stand/i386/btx/btx/ |
| H A D | btx.S | 323 push $0x6 # Int 0x6: #UD
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mail.local.linux | 203 HO;-X-L_JV3W+9_NLG_VS@#;0"MI!2V@+K:$]M(@VT2K:1<MH&^UD`$MG
|