Home
last modified time | relevance | path

Searched defs:USD (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedUsingDeclsCheck.cpp160 if (const auto *USD = dyn_cast<UsingShadowDecl>(ND)) in check() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberRangeFormatterTest.java48 private static final Currency USD = Currency.getInstance("USD"); field in NumberRangeFormatterTest
DNumberFormatterApiTest.java64 private static final Currency USD = Currency.getInstance("USD"); field in NumberFormatterApiTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberRangeFormatterTest.java45 private static final Currency USD = Currency.getInstance("USD"); field in NumberRangeFormatterTest
DNumberFormatterApiTest.java61 private static final Currency USD = Currency.getInstance("USD"); field in NumberFormatterApiTest
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp389 } else if (const UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) { in add() local
443 if (auto *USD = llvm::dyn_cast<UsingShadowDecl>(DRE->getFoundDecl())) in add() local
449 if (auto *USD = in add() local
DSemanticHighlighting.cpp50 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { in kindForDecl() local
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp661 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { in checkExportedDecl() local
DSemaLookup.cpp3354 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) in LookupLiteralOperator() local
3546 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in ArgumentDependentLookup() local
DSemaOpenMP.cpp14657 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in argumentDependentLookup() local
14668 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in argumentDependentLookup() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCurrencyTest.java202 Currency USD = Currency.getInstance("USD"); in TestNames() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCurrencyTest.java205 Currency USD = Currency.getInstance("USD"); in TestNames() local
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp1953 UChar USD[4]; in TestRegCurrency() local
1999 static const UChar USD[] = {0x55, 0x53, 0x44, 0}; /*USD*/ in TestCurrencyNames() local
2188 static const UChar USD[] = u"USD"; in TestCurrencyUnit() local
2348 static const UChar USD[] = {85, 83, 68, 0}; /*USD*/ in TestCurrencyAmount() local
8599 const UChar USD[] = {0x55, 0x53, 0x44, 0x0}; in Test11376_getAndSetPositivePrefix() local
8619 const UChar USD[] = {0x55, 0x53, 0x44, 0x0}; in Test11376_getAndSetPositivePrefix() local
8728 static UChar USD[] = {0x55, 0x53, 0x44, 0x0}; in Test11649_toPatternWithMultiCurrency() local
9378 static const UChar USD[] = u"USD"; in Test11649_DecFmtCurrencies() local
Dmeasfmttest.cpp3205 UChar USD[4] = {}; in TestCurrencies() local
Dloctest.cpp5233 UChar USD[4]; in TestCurrencyByDate() local
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp759 void JSONNodeDumper::VisitUsingShadowDecl(const UsingShadowDecl *USD) { in VisitUsingShadowDecl()
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py1478 USD = 1 variable in MessageTest.testAllowNestedEnums.Trade.Currency
/external/clang/lib/Sema/
DSemaLookup.cpp3129 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) in LookupLiteralOperator() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3650 const UsingShadowDecl &USD = **UD.shadow_begin(); in EmitUsingDecl() local
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp4839 const UsingShadowDecl &USD = **UD.shadow_begin(); in EmitUsingDecl() local