Searched defs:main (Results 176 - 200 of 10559) sorted by relevance

1234567891011>>

/external/clang/test/Frontend/
H A Dast-main.c6 int main() { function
/external/clang/test/Index/
H A Dpreamble_macro_template.cpp3 int main() { } function
14 // CHECK: preamble_macro_template.cpp:3:5: FunctionDecl=main:3:5 (Definition) Extent=[3:1 - 3:15]
H A Dreparse-instantiate.cpp1 int main() function
/external/clang/test/Lexer/
H A Dchar-literal-encoding-error.c5 int main() { function
/external/clang/test/Misc/
H A Dinterpreter.c6 int main() { function
H A Dunnecessary-elipses.cpp3 int main() { function
H A Dwrong-encoding2.c4 int main() { function
/external/clang/test/Sema/
H A Dgnu89.c5 void main() {} // expected-warning {{return type of 'main' is not 'int'}} expected-note {{change return type to 'int'}} function
H A Dwarn-main.c6 int main() { function
10 // expected-error@+2 {{static declaration of 'main' follows non-static declaration}}
11 // expected-warning@+1 {{'main' should not be declared static}}
12 static int main() { function
17 // expected-error@+2 {{redefinition of 'main'}}
18 // expected-error@+1 {{'main' is not allowed to be declared inline}}
19 inline int main() { function
24 // expected-warning@+5 {{function 'main' declared 'noreturn' should not return}}
25 // expected-warning@+2 {{'main' is not allowed to be declared _Noreturn}}
27 _Noreturn int main() { function
[all...]
/external/cmockery/cmockery_0_1_2/
H A Dconfig.guess413 int main (int argc, char *argv[]) {
415 int main (argc, argv) int argc; char *argv[]; {
510 main() function
593 int main ()
656 main () function
1278 main () function
/external/compiler-rt/make/platform/
H A Dclang_linux_test_input.c4 int main(){} function
/external/compiler-rt/test/asan/TestCases/Darwin/
H A Dinterface_symbols_darwin.c43 int main() { return 0; } function
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterface_symbols_linux.c37 int main() { return 0; } function
H A Dkernel-area.cc21 int main() { function
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dhello_world.cc6 int main() { function
H A Dwindows_h.cc7 int main() {} function
/external/compiler-rt/test/asan/TestCases/
H A Dinterface_test.cc8 int main() { function
/external/compiler-rt/test/lsan/TestCases/
H A Dsanity_check_pure_c.c7 int main() { function
/external/compiler-rt/test/msan/
H A Dinitgroups.cc6 int main(void) { function
H A Dtzset.cc9 int main(void) { function
H A Dwrap_indirect_calls.cc61 int main() { function
/external/compiler-rt/test/tsan/
H A Dignore_lib0.cc15 int main() { function
H A Dthread_end_with_ignore2.cc4 int main() { function
8 // CHECK: ThreadSanitizer: main thread finished with ignores enabled
11 // CHECK: #1 main
H A Dthread_end_with_ignore3.cc5 int main() { function
15 // CHECK: ThreadSanitizer: main thread finished with ignores enabled
18 // CHECK: #1 main {{.*}}thread_end_with_ignore3.cc:10
21 // CHECK: #1 main {{.*}}thread_end_with_ignore3.cc:11
/external/compiler-rt/test/ubsan/TestCases/Integer/
H A Ddiv-overflow.cpp5 int main() { function

Completed in 5929 milliseconds

1234567891011>>