Searched refs:main (Results 1 - 25 of 3811) sorted by relevance

1234567891011>>

/external/llvm/utils/llvm-build/llvmbuild/
H A D__init__.py1 from main import main namespace
/external/clang/bindings/python/tests/cindex/INPUTS/
H A Dinclude.cpp5 int main() { } function
/external/clang/test/CXX/basic/basic.start/basic.start.main/
H A Dp2c.cpp3 int main() { function
H A Dp2d.cpp3 static int main() { // expected-error {{'main' is not allowed to be declared static}} function
H A Dp2e.cpp3 inline int main() { // expected-error {{'main' is not allowed to be declared inline}} function
H A Dp2f.cpp3 void // expected-error {{'main' must return 'int'}}
4 main( // expected-error {{first parameter of 'main' (argument count) must be of type 'int'}} function
H A Dp2h.cpp4 int main() { } // expected-error{{'main' cannot be a template}} function
H A Dp2i.cpp6 constexpr int main() { } // expected-error{{'main' is not allowed to be declared constexpr}} function
H A Dp2g.cpp3 int main(int argc, const char* const* argv) { function
/external/clang/test/CodeGen/
H A D2007-05-08-PCH.c4 int main() { function
H A Ddebug-info-gline-tables-only2.c5 int main() { function
12 // CHECK: {{.*main.* DW_TAG_subprogram}}
H A D2009-10-20-GlobalDebug.c4 int main() { function
9 // CHECK: metadata !{i32 {{.*}}, i32 0, metadata !5, metadata !"localstatic", metadata !"localstatic", metadata !"", metadata !6, i32 5, metadata !9, i32 1, i32 1, i32* @main.localstatic} ; [ DW_TAG_variable ]
/external/clang/test/Frontend/
H A Dast-main.c6 int main() { function
/external/clang/test/Index/
H A Dreparse-instantiate.cpp1 int main() function
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]
/external/compiler-rt/lib/asan/lit_tests/
H A Dinterface_symbols.c22 int main() { return 0; } function
/external/linux-tools-perf/
H A Dmm.c1 int main() function
/external/valgrind/main/massif/tests/
H A Dnull.c4 int main(void) function
/external/valgrind/main/none/tests/
H A Dansi.c11 int main(void) function
H A Dpth_empty.c4 int main(void) function
H A Drequire-text-symbol.c5 int main ( void ) function
/external/valgrind/main/tests/
H A Dtrue.c1 int main(void) function
/external/clang/test/Sema/
H A Dgnu89.c5 void main() {} // expected-warning {{return type of 'main' is not 'int'}} function
/external/valgrind/main/cachegrind/tests/
H A Dclreq.c8 int main(void) function
/external/qemu/distrib/sdl-1.2.15/src/main/dummy/
H A DSDL_dummy_main.c2 /* Include the SDL main definition header */
5 #ifdef main
6 #undef main macro
7 int main(int argc, char *argv[]) function

Completed in 457 milliseconds

1234567891011>>