Searched refs:main (Results 301 - 325 of 12592) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/tests/
H A Dtrue.c1 int main(void) function
/external/clang/test/Analysis/
H A Dchecker-plugins.c6 int main();
9 main(); // expected-warning {{call to main}}
/external/llvm/utils/llvm-build/llvmbuild/
H A D__init__.py1 from llvmbuild.main import main namespace
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dplugin_main_irt.c10 * An application that doesn't define its own main but links in -lppapi
11 * gets this one. A plugin may instead have its own main that calls
14 int main(void) { function
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeMain.cpp10 int main(int /*argc*/, char** /*argv*/) { function
/external/chromium_org/tools/gyp/test/mac/debuginfo/
H A Dfile.c6 int main() {} function
/external/chromium_org/tools/gyp/test/mac/type_envvars/
H A Dfile.c6 int main() {} function
/external/chromium_org/tools/gyp/test/target/
H A Dhello.c5 void main(void) { function
/external/chromium_org/tools/gyp/test/win/compiler-flags/
H A Dadditional-options.cc5 int main() { function
H A Dfunction-level-linking.cc9 int main() { function
H A Dwarning-as-error.cc5 int main() { function
H A Dwarning-level1.cc5 int main() { function
/external/chromium_org/tools/gyp/test/win/linker-flags/
H A Dentrypointsymbol.cc9 // Still needed because the linker checks for existence of one of main, wmain,
11 int main() { function
H A Dnodefaultlib.cc9 // Still needed because the linker checks for existence of one of main, wmain,
11 int main() { function
H A Dopt-ref.cc9 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]
/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-return-type.c6 int main() { function
10 // expected-error@+3 {{conflicting types for 'main}}
11 // expected-warning@+2 {{return type of 'main' is not 'int'}}
13 void main() { function
17 // expected-error@+3 {{conflicting types for 'main}}
18 // expected-warning@+2 {{return type of 'main' is not 'int'}}
20 double main() { function
28 // expected-error@+3 {{conflicting types for 'main}}
29 // expected-warning@+2 {{return type of 'main' is not 'int'}}
31 const float main() { function
41 fptr main() { function
48 void *(*main())(int a) { function
[all...]
/external/libcxx/test/containers/sequences/array/array.zero/
H A Dtested_elsewhere.pass.cpp16 int main() function
/external/libcxx/test/input.output/iostreams.base/ios.base/
H A Dnothing_to_do.pass.cpp14 int main() function
/external/libcxx/test/strings/c.strings/
H A Dcuchar.disabled.cpp16 int main() function
/external/nanopb-c/tests/message_sizes/
H A Ddummy.c5 int main() function
/external/skia/experimental/Intersection/
H A DEdgeMain.cpp10 int main(int /*argc*/, char** /*argv*/) { function
/external/valgrind/main/cachegrind/tests/
H A Dclreq.c8 int main(void) function
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A D__main__.py1 """Coverage.py's main entrypoint."""
2 from coverage.cmdline import main namespace
3 main()

Completed in 624 milliseconds

<<11121314151617181920>>