/external/clang/lib/CodeGen/ |
D | SanitizerMetadata.cpp | 28 if (!CGM.getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in reportGlobalToASan() 60 if (!CGM.getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in reportGlobalToASan() 72 if (CGM.getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in disableSanitizerForGlobal()
|
D | BackendUtil.cpp | 273 if (LangOpts.Sanitize.has(SanitizerKind::EfficiencyCacheFrag)) in addEfficiencySanitizerPass() 275 else if (LangOpts.Sanitize.has(SanitizerKind::EfficiencyWorkingSet)) in addEfficiencySanitizerPass() 396 if (LangOpts.Sanitize.has(SanitizerKind::LocalBounds)) { in CreatePasses() 412 if (LangOpts.Sanitize.has(SanitizerKind::Address)) { in CreatePasses() 419 if (LangOpts.Sanitize.has(SanitizerKind::KernelAddress)) { in CreatePasses() 426 if (LangOpts.Sanitize.has(SanitizerKind::Memory)) { in CreatePasses() 433 if (LangOpts.Sanitize.has(SanitizerKind::Thread)) { in CreatePasses() 440 if (LangOpts.Sanitize.has(SanitizerKind::DataFlow)) { in CreatePasses() 447 if (LangOpts.Sanitize.hasOneOf(SanitizerKind::Efficiency)) { in CreatePasses()
|
D | CGDeclCXX.cpp | 279 if (getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in CreateGlobalInitOrDestructFunction() 282 if (getLangOpts().Sanitize.has(SanitizerKind::Thread)) in CreateGlobalInitOrDestructFunction() 284 if (getLangOpts().Sanitize.has(SanitizerKind::Memory)) in CreateGlobalInitOrDestructFunction() 286 if (getLangOpts().Sanitize.has(SanitizerKind::SafeStack)) in CreateGlobalInitOrDestructFunction()
|
D | CodeGenModule.cpp | 125 if (LangOpts.Sanitize.has(SanitizerKind::Thread) || in CodeGenModule() 1003 if (!LangOpts.Sanitize.has(SanitizerKind::CFIICall)) in CreateFunctionTypeMetadata() 1411 if (!LangOpts.Sanitize.hasOneOf( in isInSanitizerBlacklist() 3469 !LangOpts.Sanitize.has(SanitizerKind::Address) && in GetAddrOfConstantStringFromLiteral() 4251 return ((LangOpts.Sanitize.has(SanitizerKind::CFIVCall) && in NeedAllVtablesTypeId() 4253 (LangOpts.Sanitize.has(SanitizerKind::CFINVCall) && in NeedAllVtablesTypeId() 4255 (LangOpts.Sanitize.has(SanitizerKind::CFIDerivedCast) && in NeedAllVtablesTypeId() 4257 (LangOpts.Sanitize.has(SanitizerKind::CFIUnrelatedCast) && in NeedAllVtablesTypeId()
|
D | CGDecl.cpp | 920 if (LangOpts.Sanitize.has(SanitizerKind::Memory)) in shouldEmitLifetimeMarkers()
|
D | ItaniumCXXABI.cpp | 1765 if (CGM.getLangOpts().Sanitize.has(SanitizerKind::Address) && AS == 0 && in InitializeArrayCookie() 1793 if (!CGM.getLangOpts().Sanitize.has(SanitizerKind::Address) || AS != 0) in readArrayCookieImpl()
|
D | CodeGenFunction.cpp | 46 SanOpts(CGM.getLangOpts().Sanitize), IsSanitizerScope(false), in CodeGenFunction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | name_mapper.cpp | 68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize() function in spvtools::FriendlyNameMapper 87 const std::string sanitized_suggested_name = Sanitize(suggested_name); in SaveName() 278 Sanitize(reinterpret_cast<const char*>(inst.words + 2))); in ParseInstruction()
|
D | name_mapper.h | 84 std::string Sanitize(const std::string& suggested_name);
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | name_mapper.cpp | 68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize() function in spvtools::FriendlyNameMapper 87 const std::string sanitized_suggested_name = Sanitize(suggested_name); in SaveName() 278 Sanitize(reinterpret_cast<const char*>(inst.words + 2))); in ParseInstruction()
|
D | name_mapper.h | 84 std::string Sanitize(const std::string& suggested_name);
|
/external/clang/lib/Basic/ |
D | LangOptions.cpp | 33 Sanitize.clear(); in resetNonModularOptions()
|
/external/clang/include/clang/Basic/ |
D | LangOptions.h | 87 SanitizerSet Sanitize;
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | name_uniquer_test.cc | 73 TEST_F(NameUniquerTest, Sanitize) { in TEST_F() argument
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1058 LangOpts.Sanitize.hasOneOf(SanitizerKind::Address | in HasFeature() 1093 .Case("memory_sanitizer", LangOpts.Sanitize.has(SanitizerKind::Memory)) in HasFeature() 1094 .Case("thread_sanitizer", LangOpts.Sanitize.has(SanitizerKind::Thread)) in HasFeature() 1095 .Case("dataflow_sanitizer", LangOpts.Sanitize.has(SanitizerKind::DataFlow)) in HasFeature() 1097 LangOpts.Sanitize.hasOneOf(SanitizerKind::Efficiency)) in HasFeature() 1219 .Case("safe_stack", LangOpts.Sanitize.has(SanitizerKind::SafeStack)) in HasFeature()
|
/external/pdfium/third_party/lcms/ |
D | README.pdfium | 33 0021-sanitize-float-read.patch: Sanitize floating point read. Partially backport
|
/external/libusb-compat/ |
D | ChangeLog | 63 Sanitize more endpoint addresses
|
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 430 const SanitizerArgs &Sanitize = getSanitizerArgs(); in AddLinkRuntimeLibArgs() local 431 if (Sanitize.needsAsanRt()) in AddLinkRuntimeLibArgs() 433 if (Sanitize.needsUbsanRt()) in AddLinkRuntimeLibArgs() 435 if (Sanitize.needsTsanRt()) in AddLinkRuntimeLibArgs() 437 if (Sanitize.needsStatsRt()) { in AddLinkRuntimeLibArgs() 444 if (Sanitize.needsEsanRt()) in AddLinkRuntimeLibArgs()
|
/external/grpc-grpc/third_party/nanopb/ |
D | CHANGELOG.txt | 180 Sanitize #ifndef filename (issue 50)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 151 "Sanitize complete address space; "
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2146 Diags, Opts.Sanitize); in ParseLangArgs() 2362 Diags, LangOpts.Sanitize); in CreateFromArgs() 2386 !LangOpts.Sanitize.has(SanitizerKind::Address) && in CreateFromArgs() 2387 !LangOpts.Sanitize.has(SanitizerKind::Memory); in CreateFromArgs()
|
/external/nanopb-c/ |
D | CHANGELOG.txt | 241 Sanitize #ifndef filename (issue 50)
|
/external/ImageMagick/ |
D | ChangeLog | 874 * Sanitize comments that include braces for the MIFF image format (reference 1248 * Sanitize all delegate emedded formatting characters. 1271 * Sanitize input filename for http / https delegates (improved patch).
|
/external/tensorflow/tensorflow/ |
D | workspace.bzl | 47 # Sanitize a dependency so that it works correctly from code that includes
|
/external/kmod/ |
D | NEWS | 77 - Sanitize use of strcpy and allow to grow from small strings on stack
|