OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:after
(Results
1776 - 1800
of
38973
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/external/clang/test/CodeGen/
2008-07-30-redef-of-bitcasted-decl.c
15
* sometime
after
the dangling pointer has been introduced.
pgo-sample-preparation.c
3
// Ensure that instcombine is executed
after
simplifycfg and sroa so that
/external/clang/test/CodeGenCXX/
c99-variable-length-array.cpp
30
// Make sure this doesn't crash; there was a use-
after
-free issue
pragma-unroll.cpp
3
// Verify while loop is recognized
after
unroll pragma.
16
// Verify do loop is recognized
after
multi-option pragma clang loop directive.
29
// Verify for loop is recognized
after
unroll pragma.
39
// Verify c++11 for range loop is recognized
after
unroll pragma.
sanitize-no-dtor-callback.cpp
1
// Test without the flag -fsanitize-memory-use-
after
-dtor, to ensure that
/external/clang/test/CoverageMapping/
lambda.cpp
10
// Make sure the zero region
after
the return doesn't escape the lambda.
/external/clang/test/Driver/
cuda-simple.cu
5
// Verify that we pass -x cuda-cpp-output to compiler
after
/external/clang/test/Modules/
implicit-build-config-out-of-date.m
2
// Use -DA=0 so that there is at least one preprocessor option serialized
after
the diagnostic options.
/external/clang/test/OpenMP/
parallel_proc_bind_messages.cpp
6
#pragma omp parallel proc_bind // expected-error {{expected '('
after
'proc_bind'}}
/external/clang/test/Parser/
cxx-undeclared-identifier.cpp
19
// expected-error {{expected ';'
after
class}}
warn-semicolon-before-method-body.m
4
// Allow optional semicolon in objc method definition
after
method prototype,
/external/clang/test/Preprocessor/
iwithprefix.c
1
// Check that -iwithprefix falls into the "
after
" search list.
/external/clang/test/Profile/
c-unreachable-after-switch.c
1
// RUN: %clang_cc1 -O3 -triple x86_64-apple-macosx10.10 -main-file-name c-unreachable-
after
-switch.c %s -o - -emit-llvm -fprofile-instrument=clang | FileCheck %s
/external/clang/test/SemaObjCXX/
crash.mm
19
} // expected-error {{expected ';'
after
struct}}
/external/clang/test/SemaTemplate/
instantiate-member-initializers.cpp
13
B() : b(1), // expected-warning {{field 'b' will be initialized
after
field 'a'}}
/external/clang/test/Tooling/
pch.cpp
10
// Test for an non-empty file
after
clang-check is executed.
/external/compiler-rt/test/asan/TestCases/Darwin/
abort_on_error.cc
16
// CHECK: {{.*ERROR: AddressSanitizer: heap-use-
after
-free on address}}
/external/compiler-rt/test/asan/TestCases/Linux/
abort_on_error.cc
17
// CHECK: {{.*ERROR: AddressSanitizer: heap-use-
after
-free on address}}
/external/compiler-rt/test/asan/TestCases/Windows/
longjmp.cc
21
fprintf(stderr, "
After
: %p poisoned: %d\n", &x,
stack_use_after_return.cc
14
// CHECK: AddressSanitizer: stack-use-
after
-return
/external/compiler-rt/test/asan/TestCases/
longjmp.cc
18
fprintf(stderr, "
After
: %p poisoned: %d\n", &x,
sanity_check_pure_c.c
16
// CHECK: heap-use-
after
-free
uar_and_exceptions.cc
1
// Test that use-
after
-return works with exceptions.
/external/compiler-rt/test/msan/
dtor-multiple-inheritance.cc
8
// RUN: %clangxx_msan %s -O0 -fsanitize=memory -fsanitize-memory-use-
after
-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
10
// RUN: %clangxx_msan %s -O1 -fsanitize=memory -fsanitize-memory-use-
after
-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
12
// RUN: %clangxx_msan %s -O2 -fsanitize=memory -fsanitize-memory-use-
after
-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
82
// since the virtual base table is inaccessible
after
destruction.
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/
sanitizer_set_death_callback_test.cc
37
global = sink[0]; // use-
after
-free: trigger asan/tsan report.
Completed in 2912 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>