OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sanitizers
(Results
1 - 5
of
5
) sorted by null
/build/soong/cc/
sanitize.go
71
// main
sanitizers
75
// local
sanitizers
83
//
Sanitizers
to run in the diagnostic mode (as opposed to the release mode).
85
// Address and Thread
sanitizers
always run in diagnostic mode.
114
// Don't apply
sanitizers
to NDK code.
241
ctx.ModuleErrorf("Use of
sanitizers
requires clang")
244
var
sanitizers
[]string
248
sanitizers
= append(
sanitizers
, "undefined")
254
sanitizers
= append(sanitizers
[
all
...]
/build/make/core/
config_sanitizers.mk
2
## Perform configuration steps for
sanitizers
.
54
# Don't apply
sanitizers
to NDK code.
120
#
Sanitizers
can only be used with clang.
123
$(error $(LOCAL_PATH): $(LOCAL_MODULE): Use of
sanitizers
requires LOCAL_CLANG := true)
/external/clang/
build.py
486
sanitizers
= ('asan', 'ubsan_standalone')
489
for sanitizer in
sanitizers
:
/prebuilts/go/darwin-x86/src/html/template/
escape.go
223
// If the pipeline already has some of the
sanitizers
, do not interfere.
255
// Merge existing identifier commands with the
sanitizers
needed.
269
// Create any remaining
sanitizers
.
/prebuilts/go/linux-x86/src/html/template/
escape.go
223
// If the pipeline already has some of the
sanitizers
, do not interfere.
255
// Merge existing identifier commands with the
sanitizers
needed.
269
// Create any remaining
sanitizers
.
Completed in 98 milliseconds