/freebsd/contrib/file/magic/Magdir/ |
H A D | usd | 7 # https://github.com/PixarAnimationStudios/USD 9 # USD crate file 10 # https://github.com/PixarAnimationStudios/USD/blob/ebac0a8b6703f4fa1c27115f1f013bb9819662f4/pxr/us… 11 0 string PXR-USDC USD crate 17 # USD ASCII file 18 0 string #usda\040 USD ASCII
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 147 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(TemplateOrUsing)) in getAsTemplateDecl() local 148 return cast<TemplateDecl>(USD->getTargetDecl()); in getAsTemplateDecl() 160 if (UsingShadowDecl *USD = getAsUsingShadowDecl()) in getAsTemplateDecl() local 161 return cast<TemplateDecl>(USD->getTargetDecl()); in getAsTemplateDecl() 210 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) in getAsUsingShadowDecl() local 211 return USD; in getAsUsingShadowDecl() 268 if (const auto* USD = getAsUsingShadowDecl()) in Profile() local 269 ID.AddPointer(USD->getCanonicalDecl()); in Profile()
|
H A D | QualTypeNames.cpp | 85 if (UsingShadowDecl *USD = TName.getAsUsingShadowDecl()) in getFullyQualifiedTemplateName() local 86 UnderlyingTN = TemplateName(USD); in getFullyQualifiedTemplateName()
|
H A D | TextNodeDumper.cpp | 1168 const UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); in dumpBareTemplateName() local 1169 AddChild([=] { Visit(USD); }); in dumpBareTemplateName() 1170 AddChild("target", [=] { Visit(USD->getTargetDecl()); }); in dumpBareTemplateName()
|
H A D | JSONNodeDumper.cpp | 915 void JSONNodeDumper::VisitUsingShadowDecl(const UsingShadowDecl *USD) { in VisitUsingShadowDecl() argument 916 JOS.attribute("target", createBareDeclRef(USD->getTargetDecl())); in VisitUsingShadowDecl()
|
/freebsd/share/monetdef/ |
H A D | en_US.US-ASCII.src | 7 USD
|
/freebsd/share/monetdef_unicode/ |
H A D | en_US.UTF-8.src | 7 USD
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-NAN-USD | 1 Wi-Fi Aware unsynchronized service discovery (NAN USD) 20 Enable NAN USD in wpa_supplicant build config file
|
H A D | android.config | 557 # Wi-Fi Aware unsynchronized service discovery (NAN USD)
|
H A D | defconfig | 687 # Wi-Fi Aware unsynchronized service discovery (NAN USD)
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 959 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { in checkExportedDecl() local 960 NamedDecl *Target = USD->getUnderlyingDecl(); in checkExportedDecl() 963 S.Diag(USD->getLocation(), diag::err_export_using_internal) in checkExportedDecl()
|
H A D | SemaCXXScopeSpec.cpp | 655 if (const auto *USD = dyn_cast<UsingShadowDecl>(SD)) { in BuildCXXNestedNameSpecifier() local 656 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier()
|
H A D | SemaLookup.cpp | 3615 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) in LookupLiteralOperator() local 3616 D = USD->getTargetDecl(); in LookupLiteralOperator() 3820 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in ArgumentDependentLookup() local 3821 Underlying = USD->getTargetDecl(); in ArgumentDependentLookup()
|
H A D | SemaType.cpp | 3039 UsingShadowDecl *USD = in InventTemplateParameter() local 3049 USD ? cast<NamedDecl>(USD) : CD, in InventTemplateParameter() 5978 UsingShadowDecl *USD = TN.getAsUsingShadowDecl()) in VisitAutoTypeLoc() 5979 FoundDecl = cast<NamedDecl>(USD); in VisitAutoTypeLoc()
|
H A D | SemaTemplate.cpp | 1113 UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); in BuildTypeConstraint() local 1132 ConceptName, CD, /*FoundDecl=*/USD ? cast<NamedDecl>(USD) : CD, in BuildTypeConstraint()
|
H A D | SemaDecl.cpp | 1143 if (const auto *USD = dyn_cast<UsingShadowDecl>(Found)) in ClassifyName() local 1144 T = Context.getUsingType(USD, T); in ClassifyName() 1179 if (auto *USD = dyn_cast<UsingShadowDecl>(Result.getRepresentativeDecl())) in ClassifyName() local 1180 return NameClassification::Concept(TemplateName(USD)); in ClassifyName()
|
/freebsd/usr.bin/units/ |
H A D | definitions.units | 512 USD usdollar 530 # See https://en.wikipedia.org/wiki/USD for details.
|
/freebsd/contrib/wpa/hostapd/ |
H A D | android.config | 219 # Wi-Fi Aware unsynchronized service discovery (NAN USD)
|
H A D | defconfig | 426 # Wi-Fi Aware unsynchronized service discovery (NAN USD)
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | JSONNodeDumper.h | 255 void VisitUsingShadowDecl(const UsingShadowDecl *USD);
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5900 void CGDebugInfo::EmitUsingShadowDecl(const UsingShadowDecl &USD) { in EmitUsingShadowDecl() argument 5902 getDeclarationOrDefinition(USD.getUnderlyingDecl())) { in EmitUsingShadowDecl() 5903 auto Loc = USD.getLocation(); in EmitUsingShadowDecl() 5905 getCurrentContextDescriptor(cast<Decl>(USD.getDeclContext())), Target, in EmitUsingShadowDecl() 5916 for (const auto *USD : UD.shadows()) { in EmitUsingDecl() local 5921 if (const auto *FD = dyn_cast<FunctionDecl>(USD->getUnderlyingDecl())) in EmitUsingDecl() 5928 EmitUsingShadowDecl(*USD); in EmitUsingDecl() 5942 for (const auto *USD : UD.shadows()) in EmitUsingEnumDecl() local 5943 EmitUsingShadowDecl(*USD); in EmitUsingEnumDecl()
|
H A D | CGDebugInfo.h | 561 void EmitUsingShadowDecl(const UsingShadowDecl &USD);
|
/freebsd/contrib/bmake/mk/ |
H A D | README | 154 DOCDIR Base path for system documentation (e.g. PSD, USD, etc.)
|
/freebsd/share/misc/ |
H A D | bsd-family-tree | 546 35 tapes sold for 50 USD [QCU]
|
H A D | usb_hid_usages | 1668 0x120 USD-5 (Slug Code)
|