/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | UnusedUsingDeclsCheck.cpp | 160 if (const auto *USD = dyn_cast<UsingShadowDecl>(ND)) in check() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | NumberRangeFormatterTest.java | 48 private static final Currency USD = Currency.getInstance("USD"); field in NumberRangeFormatterTest
|
D | NumberFormatterApiTest.java | 64 private static final Currency USD = Currency.getInstance("USD"); field in NumberFormatterApiTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberRangeFormatterTest.java | 45 private static final Currency USD = Currency.getInstance("USD"); field in NumberRangeFormatterTest
|
D | NumberFormatterApiTest.java | 61 private static final Currency USD = Currency.getInstance("USD"); field in NumberFormatterApiTest
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FindTarget.cpp | 389 } 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
|
D | SemanticHighlighting.cpp | 50 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { in kindForDecl() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaModule.cpp | 661 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) { in checkExportedDecl() local
|
D | SemaLookup.cpp | 3354 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) in LookupLiteralOperator() local 3546 if (auto *USD = dyn_cast<UsingShadowDecl>(D)) in ArgumentDependentLookup() local
|
D | SemaOpenMP.cpp | 14657 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/ |
D | CurrencyTest.java | 202 Currency USD = Currency.getInstance("USD"); in TestNames() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | CurrencyTest.java | 205 Currency USD = Currency.getInstance("USD"); in TestNames() local
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 1953 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
|
D | measfmttest.cpp | 3205 UChar USD[4] = {}; in TestCurrencies() local
|
D | loctest.cpp | 5233 UChar USD[4]; in TestCurrencyByDate() local
|
/external/llvm-project/clang/lib/AST/ |
D | JSONNodeDumper.cpp | 759 void JSONNodeDumper::VisitUsingShadowDecl(const UsingShadowDecl *USD) { in VisitUsingShadowDecl()
|
/external/python/apitools/apitools/base/protorpclite/ |
D | messages_test.py | 1478 USD = 1 variable in MessageTest.testAllowNestedEnums.Trade.Currency
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3129 if (UsingShadowDecl *USD = dyn_cast<UsingShadowDecl>(D)) in LookupLiteralOperator() local
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3650 const UsingShadowDecl &USD = **UD.shadow_begin(); in EmitUsingDecl() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 4839 const UsingShadowDecl &USD = **UD.shadow_begin(); in EmitUsingDecl() local
|