OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__msan_warning
(Results
1 - 4
of
4
) sorted by null
/external/llvm/test/Instrumentation/MemorySanitizer/
msan_basic.ll
66
; load followed by cmp: check that we load the shadow and call
__msan_warning
.
307
; CHECK: call void @
__msan_warning
323
; CHECK-NOT: call void @
__msan_warning
325
; CHECK-NOT: call void @
__msan_warning
335
; CHECK-NOT: call void @
__msan_warning
337
; CHECK-NOT: call void @
__msan_warning
347
; CHECK-NOT: call void @
__msan_warning
349
; CHECK-NOT: call void @
__msan_warning
359
; CHECK-NOT: call void @
__msan_warning
361
; CHECK-NOT: call void @
__msan_warning
[
all
...]
/external/compiler-rt/lib/msan/
msan_interface_internal.h
32
void
__msan_warning
();
msan.cc
221
void
__msan_warning
() {
function
/external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
42
/// shadow memory is ready. On error,
__msan_warning
is called. Since
273
StringRef WarningFnName = ClKeepGoing ? "
__msan_warning
"
[
all
...]
Completed in 96 milliseconds