Home
last modified time | relevance | path

Searched refs:USD (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/file/magic/Magdir/
H A Dusd7 # 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 DTemplateName.cpp147 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 DQualTypeNames.cpp85 if (UsingShadowDecl *USD = TName.getAsUsingShadowDecl()) in getFullyQualifiedTemplateName() local
86 UnderlyingTN = TemplateName(USD); in getFullyQualifiedTemplateName()
H A DTextNodeDumper.cpp1168 const UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); in dumpBareTemplateName() local
1169 AddChild([=] { Visit(USD); }); in dumpBareTemplateName()
1170 AddChild("target", [=] { Visit(USD->getTargetDecl()); }); in dumpBareTemplateName()
H A DJSONNodeDumper.cpp915 void JSONNodeDumper::VisitUsingShadowDecl(const UsingShadowDecl *USD) { in VisitUsingShadowDecl() argument
916 JOS.attribute("target", createBareDeclRef(USD->getTargetDecl())); in VisitUsingShadowDecl()
/freebsd/share/monetdef/
H A Den_US.US-ASCII.src7 USD
/freebsd/share/monetdef_unicode/
H A Den_US.UTF-8.src7 USD
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-NAN-USD1 Wi-Fi Aware unsynchronized service discovery (NAN USD)
20 Enable NAN USD in wpa_supplicant build config file
H A Dandroid.config557 # Wi-Fi Aware unsynchronized service discovery (NAN USD)
H A Ddefconfig687 # Wi-Fi Aware unsynchronized service discovery (NAN USD)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp959 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 DSemaCXXScopeSpec.cpp655 if (const auto *USD = dyn_cast<UsingShadowDecl>(SD)) { in BuildCXXNestedNameSpecifier() local
656 T = Context.getUsingType(USD, T); in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp3615 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 DSemaType.cpp3039 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 DSemaTemplate.cpp1113 UsingShadowDecl *USD = TN.getAsUsingShadowDecl(); in BuildTypeConstraint() local
1132 ConceptName, CD, /*FoundDecl=*/USD ? cast<NamedDecl>(USD) : CD, in BuildTypeConstraint()
H A DSemaDecl.cpp1143 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 Ddefinitions.units512 USD usdollar
530 # See https://en.wikipedia.org/wiki/USD for details.
/freebsd/contrib/wpa/hostapd/
H A Dandroid.config219 # Wi-Fi Aware unsynchronized service discovery (NAN USD)
H A Ddefconfig426 # Wi-Fi Aware unsynchronized service discovery (NAN USD)
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h255 void VisitUsingShadowDecl(const UsingShadowDecl *USD);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5900 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 DCGDebugInfo.h561 void EmitUsingShadowDecl(const UsingShadowDecl &USD);
/freebsd/contrib/bmake/mk/
H A DREADME154 DOCDIR Base path for system documentation (e.g. PSD, USD, etc.)
/freebsd/share/misc/
H A Dbsd-family-tree546 35 tapes sold for 50 USD [QCU]
H A Dusb_hid_usages1668 0x120 USD-5 (Slug Code)

12