Home
last modified time | relevance | path

Searched defs:Shadow (Results 1 – 12 of 12) 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/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp294 Value *Shadow; member
889 Value *&Shadow = ValShadowMap[V]; in getShadow() local
922 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow()
1025 Value *Shadow = getShadow(Inst->getOperand(0)); in combineOperandShadows() local
1140 PHINode *Shadow = PHINode::Create(DFS.ShadowTy, 2, "", &Tail->front()); in loadShadow() local
1170 Value *Shadow = DFSF.loadShadow(LI.getPointerOperand(), Size, Align, &LI); in visitLoadInst() local
1182 Value *Shadow, Instruction *Pos) { in storeShadow()
1249 Value* Shadow = DFSF.getShadow(SI.getValueOperand()); in visitStoreInst() local
DMemorySanitizer.cpp571 Value *Shadow; member
692 Value *Shadow = SI.isAtomic() ? getCleanShadow(Val) : getShadow(Val); in materializeStores() local
765 Value *Shadow = ShadowData.Shadow; in materializeChecks() local
1019 Value *Shadow = ShadowMap[V]; in getShadow() local
1149 Value *Shadow, *Origin; in insertShadowCheck() local
1410 Value *Shadow; member in __anon554764450211::MemorySanitizerVisitor::Combiner
1726 Value* Shadow = in handleSignedRelationalComparison() local
1865 Value *Shadow = getShadow(&I, 1); in handleVectorStoreIntrinsic() local
2506 Value *Shadow = getCleanShadow(RetVal); in visitReturnInst() local
2509 Value *Shadow = getShadow(RetVal); in visitReturnInst() local
DAddressSanitizer.cpp777 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
/external/clang/lib/Sema/
DSemaLookup.cpp3084 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3128 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3138 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3145 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3152 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3160 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3166 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3172 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3179 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3267 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
[all …]
DSemaAccess.cpp1297 if (UsingShadowDecl *Shadow = in IsMicrosoftUsingDeclarationAccessBug() local
DSemaTemplateInstantiateDecl.cpp2281 for (auto *Shadow : D->shadows()) { in VisitUsingDecl() local
4297 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(Other)) in isInstantiationOf() local
DSemaDeclCXX.cpp7770 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(*I)) in CheckUsingShadowDecl() local
7844 UsingShadowDecl *Shadow in BuildUsingShadowDecl() local
7891 void Sema::HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow) { in HideUsingShadowDecl()
DSemaDecl.cpp2555 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(OldD)) { in MergeFunctionDecl() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h177 explicit Shadow(u64 x) in Shadow() function
181 explicit Shadow(const FastState &s) in Shadow() function
/external/mesa3d/src/mesa/program/
Dprogram_parser.h207 unsigned Shadow:1; member
/external/clang/lib/AST/
DDeclCXX.cpp930 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(D)) { in addedMember() local
2057 const UsingShadowDecl *Shadow = this; in getUsingDecl() local