Home
last modified time | relevance | path

Searched defs:main (Results 1 – 25 of 10946) sorted by relevance

12345678910>>...438

/external/curl/CMake/
DCurlTests.c30 main () in main() function
64 main () in main() function
94 int main(void) in main() function
164 main () in main() function
180 main () in main() function
199 main () in main() function
213 int main() { return 0; } in main() function
228 main () in main() function
238 int main() in main() function
253 int main() in main() function
[all …]
/external/clang/test/CXX/basic/basic.start/basic.start.main/
Dp2.cpp28 Int main(Int argc, Carp argv[]) { in main() function
38 Int main(Int argc, Carp argv[], Char *env[]) { in main() function
44 int main() { in main() function
49 static int main() { // expected-error {{'main' is not allowed to be declared static}} in main() function
54 inline int main() { // expected-error {{'main' is not allowed to be declared inline}} in main() function
60 main( // expected-error {{first parameter of 'main' (argument count) must be of type 'int'}} in main() function
70 int main(int argc, const char* const* argv) { in main() function
76 int main() { } // expected-error{{'main' cannot be a template}} in main() function
80 constexpr int main() { } // expected-error{{'main' is not allowed to be declared constexpr}} in main() function
87 int main(int, const charT**) {} in main() function
[all …]
Dp3.cpp13 int main; // expected-error{{main cannot be declared as global variable}} variable
18 int main; in f() local
24 void x(int main) {}; in x()
30 static int main; member in A
35 template<class T> constexpr T main; variable
43 int main; variable
56 static int main; in q() local
62 int main; variable
/external/clang/test/Sema/
Dwarn-extern-main.c12 int main; // expected-warning{{variable named 'main' with external linkage has undefined behavior}} variable
20 static int main; in x() local
31 int main; in x() local
36 static int main; variable
41 auto int main; in x() local
47 register int main; in x() local
52 int main; variable
Dwarn-main-return-type.c6 int main() { in main() function
13 void main() { in main() function
20 double main() { in main() function
31 const float main() { in main() function
41 fptr main() { in main() function
48 void *(*main())(int a) { in main() function
Dwarn-main.c6 int main() { in main() function
12 static int main() { in main() function
19 inline int main() { in main() function
27 _Noreturn int main() { in main() function
33 int main(int argc, char**argv, ...) { return 0; } in main() function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_runners.py62 async def main(): function
69 async def main(): function
84 async def main(expected): function
92 async def main(): function
109 async def main(): function
127 async def main(): function
165 async def main(): function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/
D5-1.c22 int main(void) in main() function
31 int main(void) in main() function
53 int main(void) in main() function
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DFakeWorkers.java90 public static void main(String[] args) throws NumberFormatException, InterruptedException { in main() method in FakeWorkers.Sleeper
99 public static void main(String[] args) { in main() method in FakeWorkers.Exit
108 public static void main(String[] args) throws IOException, InterruptedException { in main() method in FakeWorkers.CloseAndSleep
120 public static void main(String[] args) { in main() method in FakeWorkers.PrintClient
139 public static void main(String[] args) throws ClassNotFoundException { in main() method in FakeWorkers.LoadBenchmarkClass
174 public static void main(String[] args) throws Exception { in main() method in FakeWorkers.SocketEchoClient
/external/compiler-rt/test/tsan/
Dunaligned_race.cc49 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) { in access3()
66 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) { in access2()
86 access1(bool main, int off, int sz1, int off2, bool rw, char *obj) { in access1()
105 NOINLINE void Test(bool main) { in Test()
128 int main() { in main() function
/external/llvm/test/MC/ARM/
Dthumb-st_other.s13 .global main symbol
15 main: label
/external/llvm/bindings/go/
Dconftest.go1 package main package
9 func main() { func
/external/syzkaller/tools/syz-tty/
Dsyz-tty.go7 package main package
17 func main() { func
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dthumb-st_other.s13 .global main symbol
15 main: label
/external/golang-protobuf/protoc-gen-go/
Dmain.go49 package main package
59 func main() { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/
Dconftest.go1 package main package
9 func main() { func
/external/tensorflow/tensorflow/go/genop/
Dmain.go20 package main package
35 func main() { func
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dmkpost.go12 package main package
24 func main() { func
/external/skia/experimental/go-demo/
Dmain.go7 package main package
22 func main() { func
/external/llvm/test/MC/PowerPC/
Dtls-ie-obj.s9 .globl main symbol
13 main: # @main label
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/
Dcompare.pass.cpp31 int main() in main() function
57 int main () {} in main() function
Dlength.pass.cpp29 int main() in main() function
40 int main() { } in main() function
/external/swiftshader/third_party/LLVM/test/MC/ELF/
Dbasic-elf-32.s4 .globl main symbol
7 main: # @main label
/external/llvm/test/MC/ELF/
Dbasic-elf-32.s4 .globl main symbol
7 main: # @main label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Dbasic-elf-64.s4 .globl main symbol
7 main: # @main label

12345678910>>...438