Home
last modified time | relevance | path

Searched defs:Shadow (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_shadow_test.cc19 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/
Dshadow_controller.h29 class Shadow; variable
Dshadow.cc56 Shadow::Shadow() : style_(STYLE_ACTIVE), interior_inset_(0) { in Shadow() function in views::corewm::Shadow
Dshadow_controller_unittest.cc56 TEST_F(ShadowControllerTest, Shadow) { in TEST_F() argument
/external/clang/lib/Sema/
DSemaLookup.cpp3012 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 …]
DSemaTemplateInstantiateDecl.cpp2132 UsingShadowDecl *Shadow = *I; in VisitUsingDecl() local
3968 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(Other)) in isInstantiationOf() local
DSemaAccess.cpp1307 if (UsingShadowDecl *Shadow = in IsMicrosoftUsingDeclarationAccessBug() local
DSemaDeclCXX.cpp6983 UsingShadowDecl *Shadow in BuildUsingShadowDecl() local
7028 void Sema::HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow) { in HideUsingShadowDecl()
DSemaDecl.cpp2289 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(OldD)) { in MergeFunctionDecl() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp433 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
DAddressSanitizer.cpp565 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
1243 static void PoisonShadowPartialRightRedzone(uint8_t *Shadow, in PoisonShadowPartialRightRedzone()
/external/chromium_org/ui/views/bubble/
Dbubble_border.h57 enum Shadow { enum
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h234 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/
Dprogram_parser.h207 unsigned Shadow:1; member
/external/mesa3d/src/mesa/program/
Dprogram_parser.h207 unsigned Shadow:1; member
/external/clang/lib/AST/
DDeclCXX.cpp883 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(D)) in addedMember() local
1919 const UsingShadowDecl *Shadow = this; in getUsingDecl() local