OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:main
(Results
1126 - 1150
of
11809
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
syscalls.cc
15
int
main
(int argc, char *argv[]) {
function
time_null_regtest.cc
15
int
main
() {
function
/external/compiler-rt/lib/asan/lit_tests/TestCases/
null_deref.cc
20
int
main
() {
function
22
// CHECK: {{ #1 0x.* in
main
.*null_deref.cc:}}[[@LINE-1]]
sanity_check_pure_c.c
10
int
main
() {
function
16
// CHECK:
main
{{.*}}sanity_check_pure_c.c:[[@LINE-4]]
18
// CHECK:
main
{{.*}}sanity_check_pure_c.c:[[@LINE-7]]
sleep_before_dying.c
5
int
main
() {
function
strip_path_prefix.c
5
int
main
() {
function
use-after-free-right.cc
14
int
main
() {
function
21
// CHECK: {{ #0 0x.* in
main
.*use-after-free-right.cc:17}}
26
// CHECK-Linux: {{ #1 0x.* in
main
.*use-after-free-right.cc:16}}
29
// CHECK-Darwin: {{ #1 0x.* in
main
.*use-after-free-right.cc:16}}
34
// CHECK-Linux: {{ #1 0x.* in
main
.*use-after-free-right.cc:15}}
37
// CHECK-Darwin: {{ #1 0x.* in
main
.*use-after-free-right.cc:15}}
use-after-free.cc
11
int
main
() {
function
18
// CHECK: {{ #0 0x.* in
main
.*use-after-free.cc:14}}
23
// CHECK-Linux: {{ #1 0x.* in
main
.*use-after-free.cc:13}}
26
// CHECK-Darwin: {{ #1 0x.* in
main
.*use-after-free.cc:13}}
31
// CHECK-Linux: {{ #1 0x.* in
main
.*use-after-free.cc:12}}
34
// CHECK-Darwin: {{ #1 0x.* in
main
.*use-after-free.cc:12}}
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
ignore_object_errors.cc
11
int
main
() {
function
large_allocation_leak.cc
9
int
main
() {
function
use_globals_initialized.cc
13
int
main
() {
function
use_globals_uninitialized.cc
13
int
main
() {
function
use_stacks.cc
1
// Test that stack of
main
thread is included in the root set.
11
int
main
() {
function
14
// Do not return from
main
to prevent the pointer from going out of scope.
use_tls_static.cc
13
int
main
() {
function
/external/compiler-rt/lib/lsan/tests/
lsan_dummy_unittest.cc
19
int
main
(int argc, char **argv) {
function
/external/compiler-rt/lib/msan/lit_tests/
dso-origin.cc
11
int
main
(int argc, char **argv) {
function
18
// CHECK: {{#1 0x.* in
main
.*dso-origin.cc:}}[[@LINE-5]]
22
// CHECK: {{#2 0x.* in
main
.*dso-origin.cc:}}[[@LINE-10]]
heap-origin.cc
20
int
main
(int argc, char **argv) {
function
25
// CHECK: {{#0 0x.* in
main
.*heap-origin.cc:}}[[@LINE-3]]
29
// CHECK-ORIGINS: {{#1 0x.* in
main
.*heap-origin.cc:}}[[@LINE-8]]
31
// CHECK: SUMMARY: MemorySanitizer: use-of-uninitialized-value {{.*heap-origin.cc:.*
main
}}
keep-going-dso.cc
24
int
main
(int argc, char **argv) {
function
keep-going.cc
22
int
main
(int argc, char **argv) {
function
setlocale.cc
7
int
main
(void) {
function
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_main.cc
17
int
main
(int argc, char **argv) {
function
/external/compiler-rt/lib/tsan/lit_tests/
malloc_overflow.cc
5
int
main
() {
function
mutex_destroy_locked.cc
5
int
main
() {
function
15
// CHECK: #1
main
18
// CHECK: #1
main
21
// CHECK: #1
main
22
// CHECK: SUMMARY: ThreadSanitizer: destroy of a locked mutex{{.*}}
main
/external/compiler-rt/lib/ubsan/lit_tests/Integer/
add-overflow.cpp
8
int
main
() {
function
div-zero.cpp
12
int
main
() {
function
Completed in 262 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>