Home
last modified time | relevance | path

Searched defs:Shadow (Results 1 – 24 of 24) 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/robolectric-shadows/processor/src/test/resources/mock-source/org/robolectric/shadow/api/
DShadow.java3 public class Shadow { class
/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/shadow/api/
DShadow.java6 public class Shadow { class
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp301 Value *Shadow; member
893 Value *&Shadow = ValShadowMap[V]; in getShadow() local
926 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow()
1035 Value *Shadow = getShadow(Inst->getOperand(0)); in combineOperandShadows() local
1150 PHINode *Shadow = PHINode::Create(DFS.ShadowTy, 2, "", &Tail->front()); in loadShadow() local
1180 Value *Shadow = DFSF.loadShadow(LI.getPointerOperand(), Size, Align, &LI); in visitLoadInst() local
1192 Value *Shadow, Instruction *Pos) { in storeShadow()
1259 Value* Shadow = DFSF.getShadow(SI.getValueOperand()); in visitStoreInst() local
DMemorySanitizer.cpp639 Value *Shadow; member
759 Value *Shadow = SI->isAtomic() ? getCleanShadow(Val) : getShadow(Val); in materializeStores() local
834 Value *Shadow = ShadowData.Shadow; in materializeChecks() local
1089 Value *Shadow = ShadowMap[V]; in getShadow() local
1219 Value *Shadow, *Origin; in insertShadowCheck() local
1486 Value *Shadow; member in __anonacd456620211::MemorySanitizerVisitor::Combiner
1813 Value *Shadow = IRB.CreateICmpSLT(getShadow(op), getCleanShadow(op), in handleSignedRelationalComparison() local
1933 Value *Shadow = getShadow(&I, 1); in handleVectorStoreIntrinsic() local
2655 Value *Shadow = getCleanShadow(RetVal); in visitReturnInst() local
2658 Value *Shadow = getShadow(RetVal); in visitReturnInst() local
DEfficiencySanitizer.cpp560 Value *EfficiencySanitizer::appToShadow(Value *Shadow, IRBuilder<> &IRB) { in appToShadow()
DAddressSanitizer.cpp883 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
/external/clang/lib/Sema/
DSemaLookup.cpp3491 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3535 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3545 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3552 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3559 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3567 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3573 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3579 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3586 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
3674 ShadowContextRAII Shadow(Visited); in LookupVisibleDecls() local
[all …]
DSemaAccess.cpp1297 if (UsingShadowDecl *Shadow = in IsMicrosoftUsingDeclarationAccessBug() local
1677 } else if (auto *Shadow = in CheckConstructorAccess() local
DSemaDeclCXX.cpp5086 ConstructorUsingShadowDecl *Shadow) in InheritedConstructorInfo()
7964 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(*I)) in CheckUsingShadowDecl() local
8056 UsingShadowDecl *Shadow; in BuildUsingShadowDecl() local
8111 void Sema::HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow) { in HideUsingShadowDecl()
9246 ConstructorUsingShadowDecl *Shadow) { in findInheritingConstructor()
9340 ConstructorUsingShadowDecl *Shadow = in DefineInheritingConstructor() local
11481 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) { in BuildCXXConstructExpr() local
DSemaTemplateInstantiateDecl.cpp2420 for (auto *Shadow : D->shadows()) { in VisitUsingDecl() local
4560 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(Other)) in isInstantiationOf() local
DSemaDecl.cpp2744 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(OldD)) { in MergeFunctionDecl() local
3486 if (auto *Shadow = in MergeVarDecl() local
3493 if (auto *Shadow = in MergeVarDecl() local
12628 if (auto *Shadow = dyn_cast<UsingShadowDecl>(DirectPrevDecl)) { in ActOnTag() local
DSemaInit.cpp5743 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>( in PerformConstructorInitialization() local
DSemaTemplate.cpp1002 if (auto *Shadow = dyn_cast_or_null<UsingShadowDecl>( in CheckClassTemplate() local
DSemaOverload.cpp8917 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) in MaybeEmitInheritedConstructorNote() local
/external/compiler-rt/lib/esan/
Dworking_set.cpp92 byte *Shadow = (byte *)appToShadow(Addr); in processRangeAccessWorkingSet() local
/external/mesa3d/src/mesa/program/
Dprogram_parser.h210 unsigned Shadow:1; member
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h178 explicit Shadow(u64 x) in Shadow() function
182 explicit Shadow(const FastState &s) in Shadow() function
/external/clang/lib/AST/
DDeclCXX.cpp971 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(D)) { in addedMember() local
2167 const UsingShadowDecl *Shadow = this; in getUsingDecl() local
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h248 Shadow = 0x0001 << 5, // 00001, Has extra reaching defs. enumerator
/external/clang/include/clang/AST/
DDeclCXX.h2162 ConstructorUsingShadowDecl *Shadow; variable
2167 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor()
/external/skia/src/sfnt/
DSkPanose.h401 Shadow = 6, enumerator
/external/skqp/src/sfnt/
DSkPanose.h401 Shadow = 6, enumerator
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1785 auto *Shadow = ReadDeclAs<ConstructorUsingShadowDecl>(Record, Idx); in VisitCXXConstructorDecl() local