Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/llvm-project-15.0.7/clang/test/Analysis/
H A Derrno.c84 errno = 0; in testErrnoCheck0()
88 errno = 0; in testErrnoCheck0()
117 errno = 0; in testErrnoCheck2()
122 if (errno) { in testErrnoCheck2()
130 if (errno) { in testErrnoCheck3()
136 int A = errno; in testErrnoCheck3()
205 while (errno != 0) { in test_while_cond()
212 switch (errno) {} in test_switch_cond()
224 int A = errno ?: 2; in test_binary_conditional_cond()
240 return errno; in test_errno_return()
[all …]
H A Dglobal-region-invalidation-errno.c29 if (errno == 0) { in testErrnoSystem()
31 return 5 / errno; // no-warning in testErrnoSystem()
34 errno = 0; in testErrnoSystem()
36 return 5 / errno; // no-warning in testErrnoSystem()
44 if (errno == 0) { in testErrnoInternal()
46 return 5 / errno; // no-warning in testErrnoInternal()
H A Derrno-options.c29 int A = errno ? 1 : 2; in test_cond()
35 int a = errno; in test_errno_store_into_variable()
41 int a = 4 + errno; in test_errno_store_into_variable_in_expr()
47 return errno; in test_errno_return()
53 return errno > 10; in test_errno_return_expr()
/llvm-project-15.0.7/libc/test/src/stdlib/
H A Dstrtol_test.cpp19 errno = 0; in TEST()
28 errno = 0; in TEST()
33 errno = 0; in TEST()
38 errno = 0; in TEST()
44 errno = 0; in TEST()
50 errno = 0; in TEST()
56 errno = 0; in TEST()
63 errno = 0; in TEST()
69 errno = 0; in TEST()
77 errno = 0; in TEST()
[all …]
H A Dstrtoull_test.cpp19 errno = 0; in TEST()
28 errno = 0; in TEST()
32 errno = 0; in TEST()
37 errno = 0; in TEST()
43 errno = 0; in TEST()
49 errno = 0; in TEST()
56 errno = 0; in TEST()
63 errno = 0; in TEST()
69 errno = 0; in TEST()
77 errno = 0; in TEST()
[all …]
H A Dstrtoll_test.cpp19 errno = 0; in TEST()
28 errno = 0; in TEST()
32 errno = 0; in TEST()
37 errno = 0; in TEST()
43 errno = 0; in TEST()
49 errno = 0; in TEST()
55 errno = 0; in TEST()
62 errno = 0; in TEST()
69 errno = 0; in TEST()
76 errno = 0; in TEST()
[all …]
H A Dstrtoul_test.cpp19 errno = 0; in TEST()
28 errno = 0; in TEST()
32 errno = 0; in TEST()
37 errno = 0; in TEST()
43 errno = 0; in TEST()
49 errno = 0; in TEST()
55 errno = 0; in TEST()
61 errno = 0; in TEST()
69 errno = 0; in TEST()
80 errno = 0; in TEST()
[all …]
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/testcases/directed/
H A Dpow.tst7 func=pow op1=00000000.00000000 op2=00000000.00000000 result=3ff00000.00000000 errno=0
8 func=pow op1=00000000.00000000 op2=00000000.00000001 result=00000000.00000000 errno=0
9 func=pow op1=00000000.00000000 op2=00100000.00000000 result=00000000.00000000 errno=0
10 func=pow op1=00000000.00000000 op2=1fffffff.ffffffff result=00000000.00000000 errno=0
11 func=pow op1=00000000.00000000 op2=3bdfffff.ffffffff result=00000000.00000000 errno=0
12 func=pow op1=00000000.00000000 op2=3be00000.00000000 result=00000000.00000000 errno=0
13 func=pow op1=00000000.00000000 op2=3fe00000.00000000 result=00000000.00000000 errno=0
14 func=pow op1=00000000.00000000 op2=3ff00000.00000000 result=00000000.00000000 errno=0
15 func=pow op1=00000000.00000000 op2=40000000.00000000 result=00000000.00000000 errno=0
16 func=pow op1=00000000.00000000 op2=40080000.00000000 result=00000000.00000000 errno=0
[all …]
H A Dpowf.tst37 func=powf op1=7fc00001 op2=7fc00001 result=7fc00001 errno=0
38 func=powf op1=7fc00001 op2=ffc00001 result=7fc00001 errno=0
39 func=powf op1=7fc00001 op2=7f800000 result=7fc00001 errno=0
40 func=powf op1=7fc00001 op2=40800000 result=7fc00001 errno=0
41 func=powf op1=7fc00001 op2=40400000 result=7fc00001 errno=0
42 func=powf op1=7fc00001 op2=3f000000 result=7fc00001 errno=0
43 func=powf op1=7fc00001 op2=00000000 result=3f800000 errno=0
44 func=powf op1=7fc00001 op2=80000000 result=3f800000 errno=0
45 func=powf op1=7fc00001 op2=bf000000 result=7fc00001 errno=0
46 func=powf op1=7fc00001 op2=c0400000 result=7fc00001 errno=0
[all …]
H A Dexp2.tst7 func=exp2 op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
8 func=exp2 op1=fff80000.00000001 result=7ff80000.00000001 errno=0
11 func=exp2 op1=7ff00000.00000000 result=7ff00000.00000000 errno=0
12 func=exp2 op1=fff00000.00000000 result=00000000.00000000 errno=0
15 func=exp2 op1=00000000.00000000 result=3ff00000.00000000 errno=0
16 func=exp2 op1=80000000.00000000 result=3ff00000.00000000 errno=0
17 func=exp2 op1=00000000.00000001 result=3ff00000.00000000 errno=0
18 func=exp2 op1=80000000.00000001 result=3ff00000.00000000 errno=0
23 func=exp2 op1=3ff00000.00000000 result=40000000.00000000 errno=0
24 func=exp2 op1=bff00000.00000000 result=3fe00000.00000000 errno=0
[all …]
H A Dexp.tst7 func=exp op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
8 func=exp op1=fff80000.00000001 result=7ff80000.00000001 errno=0
11 func=exp op1=7ff00000.00000000 result=7ff00000.00000000 errno=0
12 func=exp op1=fff00000.00000000 result=00000000.00000000 errno=0
15 func=exp op1=00000000.00000000 result=3ff00000.00000000 errno=0
16 func=exp op1=80000000.00000000 result=3ff00000.00000000 errno=0
17 func=exp op1=00000000.00000001 result=3ff00000.00000000 errno=0
18 func=exp op1=80000000.00000001 result=3ff00000.00000000 errno=0
19 func=exp op1=3c900000.00000000 result=3ff00000.00000000.400 errno=0
20 func=exp op1=bc900000.00000000 result=3fefffff.ffffffff.800 errno=0
[all …]
H A Dexp2f.tst7 func=exp2f op1=7fc00001 result=7fc00001 errno=0
8 func=exp2f op1=ffc00001 result=7fc00001 errno=0
11 func=exp2f op1=7f800000 result=7f800000 errno=0
13 func=exp2f op1=ff800000 result=00000000 errno=0
15 func=exp2f op1=00000000 result=3f800000 errno=0
16 func=exp2f op1=80000000 result=3f800000 errno=0
17 func=exp2f op1=42fa0001 result=7e00002c.5c8 errno=0
18 func=exp2f op1=42ffffff result=7f7fffa7.470 errno=0
21 func=exp2f op1=c2fa0001 result=00ffffa7.470 errno=0
22 func=exp2f op1=c2fc0000 result=00800000 errno=0
[all …]
H A Dexpf.tst7 func=expf op1=7fc00001 result=7fc00001 errno=0
8 func=expf op1=ffc00001 result=7fc00001 errno=0
9 func=expf op1=7f800001 result=7fc00001 errno=0 status=i
10 func=expf op1=ff800001 result=7fc00001 errno=0 status=i
11 func=expf op1=7f800000 result=7f800000 errno=0
12 func=expf op1=7f7fffff result=7f800000 errno=ERANGE status=ox
13 func=expf op1=ff800000 result=00000000 errno=0
15 func=expf op1=00000000 result=3f800000 errno=0
16 func=expf op1=80000000 result=3f800000 errno=0
17 func=expf op1=42affff8 result=7ef87ed4.e0c errno=0
[all …]
H A Dlog2.tst7 func=log2 op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
8 func=log2 op1=fff80000.00000001 result=7ff80000.00000001 errno=0
9 func=log2 op1=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i
10 func=log2 op1=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i
11 func=log2 op1=7ff00000.00000000 result=7ff00000.00000000 errno=0
12 func=log2 op1=fff00000.00000000 result=7ff80000.00000001 errno=EDOM status=i
13 func=log2 op1=7fefffff.ffffffff result=408fffff.ffffffff.ffa errno=0
15 func=log2 op1=3ff00000.00000000 result=00000000.00000000 errno=0
19 func=log2 op1=00000000.00000001 result=c090c800.00000000 errno=0
21 func=log2 op1=40000000.00000000 result=3ff00000.00000000 errno=0
[all …]
H A Dlog.tst7 func=log op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
8 func=log op1=fff80000.00000001 result=7ff80000.00000001 errno=0
9 func=log op1=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i
10 func=log op1=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i
11 func=log op1=7ff00000.00000000 result=7ff00000.00000000 errno=0
12 func=log op1=fff00000.00000000 result=7ff80000.00000001 errno=EDOM status=i
13 func=log op1=7fefffff.ffffffff result=40862e42.fefa39ef.354 errno=0
15 func=log op1=3ff00000.00000000 result=00000000.00000000 errno=0
19 func=log op1=00000000.00000001 result=c0874385.446d71c3.639 errno=0
21 func=log op1=40000000.00000000 result=3fe62e42.fefa39ef.358 errno=0
[all …]
H A Dlog2f.tst7 func=log2f op1=7fc00001 result=7fc00001 errno=0
8 func=log2f op1=ffc00001 result=7fc00001 errno=0
9 func=log2f op1=7f800001 result=7fc00001 errno=0 status=i
10 func=log2f op1=ff800001 result=7fc00001 errno=0 status=i
11 func=log2f op1=ff810000 result=7fc00001 errno=0 status=i
12 func=log2f op1=7f800000 result=7f800000 errno=0
13 func=log2f op1=ff800000 result=7fc00001 errno=EDOM status=i
14 func=log2f op1=3f800000 result=00000000 errno=0
15 func=log2f op1=00000000 result=ff800000 errno=ERANGE status=z
16 func=log2f op1=80000000 result=ff800000 errno=ERANGE status=z
[all …]
/llvm-project-15.0.7/libc/src/unistd/linux/
H A DCMakeLists.txt11 libc.src.errno.errno
24 libc.src.errno.errno
37 libc.src.errno.errno
50 libc.src.errno.errno
64 libc.src.errno.errno
78 libc.src.errno.errno
92 libc.src.errno.errno
105 libc.src.errno.errno
/llvm-project-15.0.7/libc/src/signal/linux/
H A DCMakeLists.txt44 libc.src.errno.errno
58 libc.src.errno.errno
69 libc.include.errno
71 libc.src.errno.errno
82 libc.include.errno
84 libc.src.errno.errno
107 libc.include.errno
109 libc.src.errno.errno
120 libc.include.errno
122 libc.src.errno.errno
/llvm-project-15.0.7/libc/src/fcntl/linux/
H A DCMakeLists.txt8 libc.include.errno
11 libc.src.errno.errno
21 libc.include.errno
24 libc.src.errno.errno
34 libc.include.errno
37 libc.src.errno.errno
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dhost.cpp23 errno = 0; in SetUpHostFloatingPointEnvironment()
27 llvm::sys::StrError(errno).c_str()); in SetUpHostFloatingPointEnvironment()
32 llvm::sys::StrError(errno).c_str()); in SetUpHostFloatingPointEnvironment()
78 errno = 0; in SetUpHostFloatingPointEnvironment()
81 llvm::sys::StrError(errno).c_str()); in SetUpHostFloatingPointEnvironment()
109 errno = 0; in SetUpHostFloatingPointEnvironment()
113 int errnoCapture{errno}; in CheckAndRestoreFloatingPointEnvironment()
146 errno = 0; in CheckAndRestoreFloatingPointEnvironment()
149 stderr, "fesetenv() failed: %s\n", llvm::sys::StrError(errno).c_str()); in CheckAndRestoreFloatingPointEnvironment()
152 llvm::sys::StrError(errno).c_str()); in CheckAndRestoreFloatingPointEnvironment()
[all …]
/llvm-project-15.0.7/libc/src/__support/File/
H A DCMakeLists.txt15 libc.include.errno
16 libc.src.errno.errno
37 libc.include.errno
42 libc.src.errno.errno
53 libc.include.errno
57 libc.src.errno.errno
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dmmap_stress.cpp18 exit(printf("mmap failed: %d\n", errno)); in SubWorker()
21 exit(printf("munmap failed: %d\n", errno)); in SubWorker()
31 exit(printf("pthread_create failed: %d\n", errno)); in Worker1()
35 exit(printf("pthread_join failed: %d\n", errno)); in Worker1()
45 exit(printf("pthread_create failed: %d\n", errno)); in Worker()
49 exit(printf("pthread_join failed: %d\n", errno)); in Worker()
58 exit(printf("pthread_create failed: %d\n", errno)); in main()
62 exit(printf("pthread_join failed: %d\n", errno)); in main()
/llvm-project-15.0.7/libc/test/src/signal/
H A DCMakeLists.txt21 libc.include.errno
35 libc.include.errno
36 libc.src.errno.errno
51 libc.include.errno
64 libc.include.errno
66 libc.src.errno.errno
79 libc.include.errno
94 libc.include.errno
/llvm-project-15.0.7/libc/test/src/dirent/
H A Ddirent_test.cpp47 ASSERT_EQ(errno, 0); in TEST()
58 errno = 0; in TEST()
61 ASSERT_EQ(errno, ENOENT); in TEST()
62 errno = 0; in TEST()
66 errno = 0; in TEST()
69 ASSERT_EQ(errno, ENOTDIR); in TEST()
70 errno = 0; in TEST()
/llvm-project-15.0.7/lldb/test/API/commands/process/attach/attach_denied/
H A Dmain.cpp32 fprintf (stderr, "open(%s) failed: %s\n", tmp_file_name, strerror (errno)); in writePid()
42 fprintf (stderr, "write(%s) failed: %s\n", buffer, strerror (errno)); in writePid()
49 fprintf (stderr, "rename(%s, %s) failed: %s\n", tmp_file_name, file_name, strerror (errno)); in writePid()
72 fprintf (stderr, "fork failed: %s\n", strerror (errno)); in main()
84 fprintf (stderr, "ptrace(ATTACH) failed: %s\n", strerror (errno)); in main()
92 fprintf (stderr, "ptrace(DETACH) failed: %s\n", strerror (errno)); in main()
98 fprintf (stderr, "waitpid failed: %s\n", strerror (errno)); in main()

12345678910>>...19