/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/robolectric-shadows/processor/src/test/resources/mock-source/org/robolectric/shadow/api/ |
D | Shadow.java | 3 public class Shadow { class
|
/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/shadow/api/ |
D | Shadow.java | 6 public class Shadow { class
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 301 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
|
D | MemorySanitizer.cpp | 639 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
|
D | EfficiencySanitizer.cpp | 560 Value *EfficiencySanitizer::appToShadow(Value *Shadow, IRBuilder<> &IRB) { in appToShadow()
|
D | AddressSanitizer.cpp | 883 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3491 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 …]
|
D | SemaAccess.cpp | 1297 if (UsingShadowDecl *Shadow = in IsMicrosoftUsingDeclarationAccessBug() local 1677 } else if (auto *Shadow = in CheckConstructorAccess() local
|
D | SemaDeclCXX.cpp | 5086 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
|
D | SemaTemplateInstantiateDecl.cpp | 2420 for (auto *Shadow : D->shadows()) { in VisitUsingDecl() local 4560 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(Other)) in isInstantiationOf() local
|
D | SemaDecl.cpp | 2744 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
|
D | SemaInit.cpp | 5743 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>( in PerformConstructorInitialization() local
|
D | SemaTemplate.cpp | 1002 if (auto *Shadow = dyn_cast_or_null<UsingShadowDecl>( in CheckClassTemplate() local
|
D | SemaOverload.cpp | 8917 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) in MaybeEmitInheritedConstructorNote() local
|
/external/compiler-rt/lib/esan/ |
D | working_set.cpp | 92 byte *Shadow = (byte *)appToShadow(Addr); in processRangeAccessWorkingSet() local
|
/external/mesa3d/src/mesa/program/ |
D | program_parser.h | 210 unsigned Shadow:1; member
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 178 explicit Shadow(u64 x) in Shadow() function 182 explicit Shadow(const FastState &s) in Shadow() function
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 971 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(D)) { in addedMember() local 2167 const UsingShadowDecl *Shadow = this; in getUsingDecl() local
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 248 Shadow = 0x0001 << 5, // 00001, Has extra reaching defs. enumerator
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2162 ConstructorUsingShadowDecl *Shadow; variable 2167 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor()
|
/external/skia/src/sfnt/ |
D | SkPanose.h | 401 Shadow = 6, enumerator
|
/external/skqp/src/sfnt/ |
D | SkPanose.h | 401 Shadow = 6, enumerator
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1785 auto *Shadow = ReadDeclAs<ConstructorUsingShadowDecl>(Record, Idx); in VisitCXXConstructorDecl() local
|