HomeSort by relevance Sort by last modified time
    Searched defs:main (Results 201 - 225 of 11809) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CodeGen/
debug-info-block-decl.c 5 // CHECK: define{{.*}}@main()
10 int main() function
debug-info-gline-tables-only2.c 5 int main() { function
12 // CHECK: {{.*main.* DW_TAG_subprogram}}
dwarf-version.c 6 int main (void) { function
func-in-block.c 7 int main() function
kr-style-block.c 5 int main() function
mips-clobber-reg.c 10 main() function
r5.c 3 int main() { function
split-debug-filename.c 2 int main (void) { function
  /external/clang/test/Driver/
output-file-is-dir.c 6 int main() { return 0; } function
  /external/clang/test/FixIt/
fixit-include.c 13 int main( void ) { function
fixit-recursive-block.c 6 int main() { function
  /external/clang/test/Frontend/
ast-main.c 6 int main() { function
  /external/clang/test/Index/
preamble_macro_template.cpp 3 int main() { } function
14 // CHECK: preamble_macro_template.cpp:3:5: FunctionDecl=main:3:5 (Definition) Extent=[3:1 - 3:15]
reparse-instantiate.cpp 1 int main() function
  /external/clang/test/Lexer/
char-literal-encoding-error.c 5 int main() { function
  /external/clang/test/Misc/
unnecessary-elipses.cpp 3 int main() { function
wrong-encoding2.c 4 int main() { function
  /external/clang/test/OpenMP/
parallel_default_messages.cpp 5 int main(int argc, char **argv) { function
  /external/clang/test/Sema/
freemain.c 3 // Tests that -ffreestanding disables all special treatment of main().
7 void* main(void* context, long size) { function
gnu89.c 5 void main() {} // expected-warning {{return type of 'main' is not 'int'}} expected-note {{change return type to 'int'}} function
surpress-deprecated.c 5 int main (int argc, const char * argv[]) { function
warn-main.c 6 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/clang/tools/diagtool/
diagtool_main.cpp 10 // This file implements the main function for diagtool.
18 int main(int argc, char *argv[]) { function
  /external/compiler-rt/BlocksRuntime/tests/
c99.c 15 int main(int argc, char *argv[]) { function
copynull.c 21 int main(int argc, char *argv[]) { function

Completed in 92 milliseconds

1 2 3 4 5 6 7 891011>>