| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 427 void setShadow(Value &V, Value &Shadow) { in setShadow() 779 Value *Shadow = Builder.CreateSelect(HasShadowArgs, L, in createShadowArguments() local 1110 PHINode *Shadow = PHINode::Create(ExtendedVT, Phi.getNumIncomingValues()); in maybeCreateShadowPhi() local 1606 Value *Shadow = Map.getShadow(Arg); in maybeHandleKnownCallBase() local 1651 Value *Shadow = Builder.CreateSelect(HasShadowRet, ShadowRetVal, in handleCallBase() local 1688 Value *Shadow = handleCallBase(*Invoke, VT, ExtendedVT, TLI, Map, Builder); in createShadowValueWithOperandsAvailable() local 1792 Value *Shadow = createShadowValueWithOperandsAvailable(*I, TLI, Map); in maybeCreateShadowValue() local 1932 Value *Shadow = in propagateNonFTStore() local 2147 if (PHINode *Shadow = maybeCreateShadowPhi(*Phi, TLI)) { in sanitizeFunction() local 2167 Value *Shadow = ValueToShadow.getShadow(V); in sanitizeFunction() local
|
| H A D | MemorySanitizer.cpp | 1210 Value *Shadow; member 1388 Value *Shadow = SI->isAtomic() ? getCleanShadow(Val) : getShadow(Val); in materializeStores() local 1504 Value *Shadow = nullptr; in materializeInstructionChecks() local 2022 Value *Shadow = ShadowMap[V]; in getShadow() local 2211 Value *Shadow, *Origin; in insertCheckShadowOf() local 2558 Value *Shadow = nullptr; member in __anonb346f5430811::MemorySanitizerVisitor::Combiner 3016 Value *Shadow = IRB.CreateICmpSLT(getShadow(op), getCleanShadow(op), in handleSignedRelationalComparison() local 3156 Value *Shadow = getShadow(&I, 1); in handleVectorStoreIntrinsic() local 3484 Value *Shadow = in handleSSEVectorConvertIntrinsicByProp() local 3981 Value *Shadow = IRB.CreateAlignedLoad(Ty, ShadowPtr, Alignment, "_ldmxcsr"); in handleLdmxcsr() local [all …]
|
| H A D | DataFlowSanitizer.cpp | 607 Value *Shadow; member 948 Value *Shadow, SmallVector<unsigned, 4> &Indices, Type *SubShadowTy, in expandFromPrimitiveShadowRecursive() 992 Value *Shadow = UndefValue::get(ShadowTy); in expandFromPrimitiveShadow() local 1002 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow() 1018 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow() 1030 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow() 1874 Value *&Shadow = ValShadowMap[V]; in getShadow() local 1888 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow() 2030 Value *Shadow = getShadow(Inst->getOperand(0)); in combineOperandShadows() local 2429 Value *Shadow = in visitLoadInst() local [all …]
|
| H A D | MemProfInstrumentation.cpp | 263 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
|
| H A D | HWAddressSanitizer.cpp | 933 Value *Shadow = IRB.CreateLShr(Mem, Mapping.scale()); in memToShadow() local 961 Value *Shadow = memToShadow(R.AddrLong, IRB); in insertShadowTagCheck() local
|
| H A D | AddressSanitizer.cpp | 1381 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 527 struct Shadow { struct in __hwasan::__anon865875d10511::BaseReport 528 uptr addr = 0; 529 tag_t tags[kShadowDumpSize] = {}; 530 tag_t short_tags[kShortDumpSize] = {};
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan.cpp | 107 ShadowFT Shadow; in ReadShadowInternal() local 447 int32_t checkFT(const FT value, ShadowFT Shadow, CheckTypeT CheckType, in checkFT() 762 ShadowFT Shadow; in checkFTFromShadowStack() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4135 ShadowContextRAII Shadow(Visited); in lookupVisibleDecls() local 4146 ShadowContextRAII Shadow(Visited); in lookupVisibleDecls() local 4225 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4285 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4295 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4302 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4309 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4317 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4323 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4329 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local [all …]
|
| H A D | SemaAccess.cpp | 1317 if (UsingShadowDecl *Shadow = in IsMicrosoftUsingDeclarationAccessBug() local 1719 } else if (auto *Shadow = in CheckConstructorAccess() local
|
| H A D | SemaDeclCXX.cpp | 7396 ConstructorUsingShadowDecl *Shadow) in InheritedConstructorInfo() 12760 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(*I)) in CheckUsingShadowDecl() local 12867 UsingShadowDecl *Shadow; in BuildUsingShadowDecl() local 12896 void Sema::HideUsingShadowDecl(Scope *S, UsingShadowDecl *Shadow) { in HideUsingShadowDecl() 14236 ConstructorUsingShadowDecl *Shadow) { in findInheritingConstructor() 14348 ConstructorUsingShadowDecl *Shadow = in DefineInheritingConstructor() local 16253 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) { in BuildCXXConstructExpr() local
|
| H A D | SemaDecl.cpp | 3609 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(OldD)) { in MergeFunctionDecl() local 4571 if (auto *Shadow = in MergeVarDecl() local 4578 if (auto *Shadow = in MergeVarDecl() local 8491 for (const auto &Shadow : LSI->ShadowingDecls) { in DiagnoseShadowingLambdaDecls() local 17971 if (auto *Shadow = dyn_cast<UsingShadowDecl>(DirectPrevDecl)) { in ActOnTag() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3846 for (auto *Shadow : D->shadows()) { in VisitBaseUsingDecls() local 6719 if (auto *Shadow = dyn_cast<UsingShadowDecl>(Other)) in isInstantiationOf() local
|
| H A D | SemaOverload.cpp | 7180 auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl.getDecl()); in AddOverloadCandidate() local 11566 if (const auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) in MaybeEmitInheritedConstructorNote() local
|
| H A D | SemaInit.cpp | 7507 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>( in PerformConstructorInitialization() local
|
| H A D | SemaTemplate.cpp | 1994 if (auto *Shadow = dyn_cast_or_null<UsingShadowDecl>( in CheckClassTemplate() local
|
| H A D | TreeTransform.h | 17349 UsingShadowDecl *Shadow = *Using->shadow_begin(); in RebuildUnresolvedUsingType() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_shadow.h | 61 Shadow(FastState state, u32 addr, u32 size, AccessType typ) { in Shadow() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 140 Value *Shadow, int AsanScale, uint32_t AsanOffset) { in memToShadow()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 287 Shadow = 0x0001 << 5, // 0000001, Has extra reaching defs. enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1755 for (const auto *Shadow : D->shadows()) { in VisitUsingDecl() local
|
| H A D | DeclCXX.cpp | 1479 if (auto *Shadow = dyn_cast<UsingShadowDecl>(D)) { in addedMember() local 3354 const UsingShadowDecl *Shadow = this; in getIntroducer() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2571 ConstructorUsingShadowDecl *Shadow = nullptr; variable 2576 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2331 auto *Shadow = readDeclAs<ConstructorUsingShadowDecl>(); in VisitCXXConstructorDecl() local
|