/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_shadow_test.cc | 19 TEST(Shadow, FastState) { in TEST() argument 49 TEST(Shadow, Mapping) { in TEST() argument 64 TEST(Shadow, Celling) { in TEST() argument
|
/external/chromium_org/ui/views/corewm/ |
D | shadow_controller.h | 29 class Shadow; variable
|
D | shadow.cc | 56 Shadow::Shadow() : style_(STYLE_ACTIVE), interior_inset_(0) { in Shadow() function in views::corewm::Shadow
|
D | shadow_controller_unittest.cc | 56 TEST_F(ShadowControllerTest, Shadow) { in TEST_F() argument
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3012 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3059 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3072 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3081 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3088 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3096 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3103 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3110 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3117 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local 3207 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 2132 UsingShadowDecl *Shadow = *I; in VisitUsingDecl() local 3968 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(Other)) in isInstantiationOf() local
|
D | SemaAccess.cpp | 1307 if (UsingShadowDecl *Shadow = in IsMicrosoftUsingDeclarationAccessBug() local
|
D | SemaDeclCXX.cpp | 6983 UsingShadowDecl *Shadow in BuildUsingShadowDecl() local 7028 void Sema::HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow) { in HideUsingShadowDecl()
|
D | SemaDecl.cpp | 2289 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(OldD)) { in MergeFunctionDecl() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 433 Instruction *Shadow; member 465 Value *Shadow = getShadow(Val); in materializeStores() local 506 Instruction *Shadow = InstrumentationList[i].Shadow; in materializeChecks() local 743 Value *Shadow = ShadowMap[V]; in getShadow() local 842 Instruction *Shadow = dyn_cast_or_null<Instruction>(getShadow(Val)); in insertCheck() local 1032 Value *Shadow; member in __anon2071d7ef0211::MemorySanitizerVisitor::Combiner 1284 Value* Shadow = in handleSignedRelationalComparison() local 1423 Value *Shadow = getShadow(&I, 1); in handleVectorStoreIntrinsic() local 1691 Value *Shadow = getShadow(RetVal); in visitReturnInst() local
|
D | AddressSanitizer.cpp | 565 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() 1243 static void PoisonShadowPartialRightRedzone(uint8_t *Shadow, in PoisonShadowPartialRightRedzone()
|
/external/chromium_org/ui/views/bubble/ |
D | bubble_border.h | 57 enum Shadow { enum
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 234 explicit Shadow(u64 x) in Shadow() function 238 explicit Shadow(const FastState &s) in Shadow() function
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | program_parser.h | 207 unsigned Shadow:1; member
|
/external/mesa3d/src/mesa/program/ |
D | program_parser.h | 207 unsigned Shadow:1; member
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 883 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(D)) in addedMember() local 1919 const UsingShadowDecl *Shadow = this; in getUsingDecl() local
|