Home
last modified time | relevance | path

Searched refs:UD (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp298 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 DAvailability.h105 VersionTuple O, bool U, bool UD, bool UU) in AvailabilityInfo()
107 Unavailable(U), UnconditionallyDeprecated(UD), in AvailabilityInfo()
H A DJSONNodeDumper.h253 void VisitUsingDecl(const UsingDecl *UD);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteUndefForPHI.cpp154 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 Dopcode.h143 IBV_OPCODE(UD, SEND_ONLY),
144 IBV_OPCODE(UD, SEND_ONLY_WITH_IMMEDIATE)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp141 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 DCGDebugInfo.h577 void EmitUsingDirective(const UsingDirectiveDecl &UD);
589 void EmitUsingDecl(const UsingDecl &UD);
592 void EmitUsingEnumDecl(const UsingEnumDecl &UD);
H A DCGDebugInfo.cpp6148 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 Dkey-ee-rsa.pem18 UD/14JowQhAsSFUkEeBbHMMCgYEAjazgoDPAmVK4kAcQm4Ohys3UjINomD3QGHC8ygywbQnkJdSd
/freebsd/sys/ofed/include/rdma/
H A Dib_pack.h177 IB_OPCODE(UD, SEND_ONLY),
178 IB_OPCODE(UD, SEND_ONLY_WITH_IMMEDIATE)
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp615 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 DModuleMap.cpp1580 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 Dmthca_qp.c285 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 DGVNHoist.cpp723 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 Domap3-evm-common.dtsi106 &gpio1 3 GPIO_ACTIVE_HIGH>; /* gpio3, lcd UD */
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11771 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 DSemaLookup.cpp147 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 DSemaAccess.cpp1319 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug() local
1325 << UD->getQualifiedNameAsString() in IsMicrosoftUsingDeclarationAccessBug()
H A DSemaTemplateInstantiateDecl.cpp4089 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 DJSONNodeDumper.cpp903 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 DDecl.cpp1883 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 Dhexagon_types.h655 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 DHexagonConstExtenders.cpp1730 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 Dbtx.S323 push $0x6 # Int 0x6: #UD
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux203 HO;-X-L_JV3W+9_NLG_VS@#;0"MI!2V@+K:$]M(@VT2K:1<MH&^UD`$MG

12