/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 431 void setShadow(Value &V, Value &Shadow) { in setShadow() 725 Value *Shadow = Builder.CreateSelect(HasShadowArgs, L, in createShadowArguments() local 1056 PHINode *Shadow = PHINode::Create(ExtendedVT, Phi.getNumIncomingValues()); in maybeCreateShadowPhi() local 1552 Value *Shadow = Map.getShadow(Arg); in maybeHandleKnownCallBase() local 1597 Value *Shadow = Builder.CreateSelect(HasShadowRet, ShadowRetVal, in handleCallBase() local 1634 Value *Shadow = handleCallBase(*Invoke, VT, ExtendedVT, TLI, Map, Builder); in createShadowValueWithOperandsAvailable() local 1735 Value *Shadow = createShadowValueWithOperandsAvailable(*I, TLI, Map); in maybeCreateShadowValue() local 1875 Value *Shadow = in propagateNonFTStore() local 2091 if (PHINode *Shadow = maybeCreateShadowPhi(*Phi, TLI)) { in sanitizeFunction() local 2111 Value *Shadow = ValueToShadow.getShadow(V); in sanitizeFunction() local
|
H A D | MemorySanitizer.cpp | 1151 Value *Shadow; member 1329 Value *Shadow = SI->isAtomic() ? getCleanShadow(Val) : getShadow(Val); in materializeStores() local 1431 Value *Shadow = nullptr; in materializeInstructionChecks() local 1947 Value *Shadow = ShadowMap[V]; in getShadow() local 2115 Value *Shadow, *Origin; in insertShadowCheck() local 2445 Value *Shadow = nullptr; member in __anonb346f5430811::MemorySanitizerVisitor::Combiner 2791 Value *Shadow = IRB.CreateICmpSLT(getShadow(op), getCleanShadow(op), in handleSignedRelationalComparison() local 2930 Value *Shadow = getShadow(&I, 1); in handleVectorStoreIntrinsic() local 3543 Value *Shadow = IRB.CreateAlignedLoad(Ty, ShadowPtr, Alignment, "_ldmxcsr"); in handleLdmxcsr() local 3571 Value *Shadow = IRB.CreateMaskedExpandLoad( in handleMaskedExpandLoad() local [all …]
|
H A D | DataFlowSanitizer.cpp | 607 Value *Shadow; member 949 Value *Shadow, SmallVector<unsigned, 4> &Indices, Type *SubShadowTy, in expandFromPrimitiveShadowRecursive() 993 Value *Shadow = UndefValue::get(ShadowTy); in expandFromPrimitiveShadow() local 1003 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow() 1019 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow() 1031 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow() 1880 Value *&Shadow = ValShadowMap[V]; in getShadow() local 1894 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow() 2040 Value *Shadow = getShadow(Inst->getOperand(0)); in combineOperandShadows() local 2439 Value *Shadow = in visitLoadInst() local [all …]
|
H A D | HWAddressSanitizer.cpp | 895 Value *Shadow = IRB.CreateLShr(Mem, Mapping.Scale); in memToShadow() local 923 Value *Shadow = memToShadow(R.AddrLong, IRB); in insertShadowTagCheck() local
|
H A D | MemProfiler.cpp | 301 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
|
H A D | AddressSanitizer.cpp | 1314 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 88 ShadowFT Shadow; in ReadShadowInternal() local 421 int32_t checkFT(const FT value, ShadowFT Shadow, CheckTypeT CheckType, in checkFT() 710 ShadowFT Shadow; in checkFTFromShadowStack() local
|
/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/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4040 ShadowContextRAII Shadow(Visited); in lookupVisibleDecls() local 4051 ShadowContextRAII Shadow(Visited); in lookupVisibleDecls() local 4130 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4190 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4200 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4207 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4214 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4222 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4228 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local 4234 ShadowContextRAII Shadow(Visited); in lookupInDeclContext() local [all …]
|
H A D | SemaAccess.cpp | 1318 if (UsingShadowDecl *Shadow = in IsMicrosoftUsingDeclarationAccessBug() local 1723 } else if (auto *Shadow = in CheckConstructorAccess() local
|
H A D | SemaDeclCXX.cpp | 7239 ConstructorUsingShadowDecl *Shadow) in InheritedConstructorInfo() argument 12433 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(*I)) in CheckUsingShadowDecl() local 12540 UsingShadowDecl *Shadow; in BuildUsingShadowDecl() local 12569 HideUsingShadowDecl(Scope * S,UsingShadowDecl * Shadow) HideUsingShadowDecl() argument 13945 findInheritingConstructor(SourceLocation Loc,CXXConstructorDecl * BaseCtor,ConstructorUsingShadowDecl * Shadow) findInheritingConstructor() argument 14057 ConstructorUsingShadowDecl *Shadow = DefineInheritingConstructor() local 15964 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) { BuildCXXConstructExpr() local [all...] |
H A D | SemaDecl.cpp | 3540 if (UsingShadowDecl *Shadow = dyn_cast<UsingShadowDecl>(OldD)) { in MergeFunctionDecl() local 4477 if (auto *Shadow = in MergeVarDecl() local 4484 if (auto *Shadow = in MergeVarDecl() local 8292 for (const auto &Shadow : LSI->ShadowingDecls) { in DiagnoseShadowingLambdaDecls() local 17465 if (auto *Shadow = dyn_cast<UsingShadowDecl>(DirectPrevDecl)) { in ActOnTag() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 3301 for (auto *Shadow : D->shadows()) { in VisitBaseUsingDecls() local 6037 if (auto *Shadow = dyn_cast<UsingShadowDecl>(Other)) in isInstantiationOf() local
|
H A D | SemaOverload.cpp | 6917 auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl.getDecl()); in AddOverloadCandidate() local 10873 if (const auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>(FoundDecl)) in MaybeEmitInheritedConstructorNote() local
|
H A D | SemaInit.cpp | 7223 if (auto *Shadow = dyn_cast<ConstructorUsingShadowDecl>( in PerformConstructorInitialization() local
|
H A D | SemaTemplate.cpp | 1951 if (auto *Shadow = dyn_cast_or_null<UsingShadowDecl>( in CheckClassTemplate() local
|
H A D | TreeTransform.h | 16212 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/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 | 1719 for (const auto *Shadow : D->shadows()) { in VisitUsingDecl() local
|
H A D | DeclCXX.cpp | 1407 if (auto *Shadow = dyn_cast<UsingShadowDecl>(D)) { in addedMember() local 3129 const UsingShadowDecl *Shadow = this; in getIntroducer() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2514 ConstructorUsingShadowDecl *Shadow = nullptr; variable 2519 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2302 auto *Shadow = readDeclAs<ConstructorUsingShadowDecl>(); in VisitCXXConstructorDecl() local
|