| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | sharp,lq150x1lg11.yaml | 25 GPIO for the RL/UD (rotate 180 degrees) pin. 27 the RL/UD and/or SELLVDS pins are assumed to be handled 35 the RL/UD and/or SELLVDS pins are assumed to be handled 54 rlud-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; /* RL/UD */
|
| H A D | sharp,ls037v7dw01.yaml | 35 GPIO ordered MO, LR, and UD as specified in LS037V7DW01.pdf 59 &gpio1 3 GPIO_ACTIVE_HIGH>; /* gpio3, lcd UD */
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 302 UD.RegexKind, UD.DirectivePos, ExpectedLoc, MatchAnyFileAndLine, in attachDirective() 303 MatchAnyLine, UD.Text, UD.Min, UD.Max); in attachDirective() 307 Diags.Report(UD.ContentBegin, diag::err_verify_invalid_content) in attachDirective() 308 << (UD.RegexKind ? "regex" : "string") << Error; in attachDirective() 311 UD.DL->push_back(std::move(D)); in attachDirective() 356 for (auto &UD : Deferred->second) { in addMarker() local 358 M.UseLoc = UD.DirectivePos; in addMarker() 359 attachDirective(Diags, UD, Pos); in addMarker() 372 M.UseLoc = UD.DirectivePos; in addDirective() 373 return attachDirective(Diags, UD, M.DefLoc); in addDirective() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | AvailabilityInfo.h | 52 VersionTuple O, bool UD, bool UU) in AvailabilityInfo() 54 UnconditionallyDeprecated(UD), UnconditionallyUnavailable(UU) {} in AvailabilityInfo()
|
| /freebsd-14.2/contrib/ofed/libibverbs/ |
| H A D | opcode.h | 143 IBV_OPCODE(UD, SEND_ONLY), 144 IBV_OPCODE(UD, SEND_ONLY_WITH_IMMEDIATE)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteUndefForPHI.cpp | 156 if (DT->dominates(DominateBB, &BB) && all_of(Undefs, [&](BasicBlock *UD) { in INITIALIZE_PASS_DEPENDENCY() argument 157 return DT->dominates(DominateBB, UD); in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 144 const RecordDecl *UD = UT->getDecl(); in useFirstFieldIfTransparentUnion() local 145 if (UD->hasAttr<TransparentUnionAttr>()) { in useFirstFieldIfTransparentUnion() 146 assert(!UD->field_empty() && "sema created an empty transparent union"); in useFirstFieldIfTransparentUnion() 147 return UD->field_begin()->getType(); in useFirstFieldIfTransparentUnion()
|
| H A D | CGDebugInfo.h | 536 void EmitUsingDirective(const UsingDirectiveDecl &UD); 548 void EmitUsingDecl(const UsingDecl &UD); 551 void EmitUsingEnumDecl(const UsingEnumDecl &UD);
|
| H A D | CGDebugInfo.cpp | 5702 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective() argument 5705 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective() 5708 auto Loc = UD.getLocation(); in EmitUsingDirective() 5712 getCurrentContextDescriptor(cast<Decl>(UD.getDeclContext())), in EmitUsingDirective() 5727 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl() argument 5730 assert(UD.shadow_size() && in EmitUsingDecl() 5733 for (const auto *USD : UD.shadows()) { in EmitUsingDecl() 5752 void CGDebugInfo::EmitUsingEnumDecl(const UsingEnumDecl &UD) { in EmitUsingEnumDecl() argument 5755 assert(UD.shadow_size() && in EmitUsingEnumDecl() 5759 for (const auto *USD : UD.shadows()) in EmitUsingEnumDecl()
|
| /freebsd-14.2/contrib/bearssl/samples/ |
| H A D | key-ee-rsa.pem | 18 UD/14JowQhAsSFUkEeBbHMMCgYEAjazgoDPAmVK4kAcQm4Ohys3UjINomD3QGHC8ygywbQnkJdSd
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 737 if (auto *UD = dyn_cast<MemoryUseOrDef>(D)) in safeToHoistLdSt() local 738 if (!firstInBB(UD->getMemoryInst(), NewPt)) in safeToHoistLdSt() 789 if (MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn)) in checkSafety() local 790 if (safeToHoistLdSt(T, Insn, UD, K, NumBBsOnAllPaths)) in checkSafety()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 12356 if (UD) in ActOnUsingDeclaration() 12359 return UD; in ActOnUsingDeclaration() 12396 auto *UD = in ActOnUsingEnumDeclaration() local 12399 if (UD) in ActOnUsingEnumDeclaration() 12402 return UD; in ActOnUsingEnumDeclaration() 12928 return UD; in BuildUsingDeclaration() 13083 return UD; in BuildUsingDeclaration() 13123 return UD; in BuildUsingEnumDeclaration() 13139 return UD; in BuildUsingEnumDeclaration() 13274 assert(bool(NamedContext) == (R || UD) && !(R && UD) && in CheckUsingDeclQualifier() [all …]
|
| H A D | SemaLookup.cpp | 146 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() argument 147 DeclContext *NS = UD->getNominatedNamespace(); in visit() 151 addUsingDirective(UD, EffectiveDC); in visit() 161 for (auto *UD : DC->using_directives()) { in addUsingDirectives() local 162 DeclContext *NS = UD->getNominatedNamespace(); in addUsingDirectives() 163 if (SemaRef.isVisible(UD) && visited.insert(NS).second) { in addUsingDirectives() 164 addUsingDirective(UD, EffectiveDC); in addUsingDirectives() 183 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective() argument 186 DeclContext *Common = UD->getNominatedNamespace(); in addUsingDirective() 191 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common)); in addUsingDirective()
|
| H A D | SemaAccess.cpp | 1322 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug() local 1328 << UD->getQualifiedNameAsString() in IsMicrosoftUsingDeclarationAccessBug()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3494 NamedDecl *UD = SemaRef.BuildUsingDeclaration( in instantiateUnresolvedUsingDecl() local 3499 if (UD) { in instantiateUnresolvedUsingDecl() 3500 SemaRef.InstantiateAttrs(TemplateArgs, D, UD); in instantiateUnresolvedUsingDecl() 3501 SemaRef.Context.setInstantiatedFromUsingDecl(UD, D); in instantiateUnresolvedUsingDecl() 3504 return UD; in instantiateUnresolvedUsingDecl() 3524 for (auto *UD : D->expansions()) { in VisitUsingPackDecl() local 3526 SemaRef.FindInstantiatedDecl(D->getLocation(), UD, TemplateArgs)) in VisitUsingPackDecl()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | omap3-evm-common.dtsi | 106 &gpio1 3 GPIO_ACTIVE_HIGH>; /* gpio3, lcd UD */
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 869 void JSONNodeDumper::VisitUsingDecl(const UsingDecl *UD) { in VisitUsingDecl() argument 871 if (const NestedNameSpecifier *NNS = UD->getQualifier()) { in VisitUsingDecl() 873 NNS->print(SOS, UD->getASTContext().getPrintingPolicy()); in VisitUsingDecl() 875 Name += UD->getNameAsString(); in VisitUsingDecl()
|
| H A D | Decl.cpp | 1881 if (const auto *UD = dyn_cast<UsingDecl>(this)) { in declarationReplaces() local 1883 return Context.getCanonicalNestedNameSpecifier(UD->getQualifier()) == in declarationReplaces() 1947 if (auto *UD = dyn_cast<UsingShadowDecl>(ND)) in getUnderlyingDeclImpl() local 1948 ND = UD->getTargetDecl(); in getUnderlyingDeclImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 250 void VisitUsingDecl(const UsingDecl *UD);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | hexagon_types.h | 651 unsigned long long UD(void) { in UD() function 1878 unsigned long long UD(void) { in UD() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 1746 uint32_t UD = Diff; in replaceInstrExpr() local 1748 uint32_t A = std::min<uint32_t>(R.Align, 1u << llvm::countr_zero(UD)); in replaceInstrExpr()
|
| /freebsd-14.2/stand/i386/btx/btx/ |
| H A D | btx.S | 323 push $0x6 # Int 0x6: #UD
|
| /freebsd-14.2/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
|