Home
last modified time | relevance | path

Searched refs:bos3 (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-object-size-20.c10 #define bos3(expr) __builtin_object_size (expr, 3) macro
52 ASSERT (bos3 (&ac0) == sizeof ac0); in facx()
53 ASSERT (bos3 (&ac1) == 2); in facx()
54 ASSERT (bos3 (&ac2) == 3); in facx()
55 ASSERT (bos3 (&ac3) == 4); in facx()
56 ASSERT (bos3 (&eacx) == sizeof eacx); in facx()
122 ASSERT (bos3 (&ai16c0) == sizeof ai16c0); in fai16cx()
123 ASSERT (bos3 (&ai16c1) == sizeof ai16c1); in fai16cx()
198 ASSERT (bos3 (&ai32c0) == sizeof ai32c0); in fai32cx()
311 ASSERT (bos3 (&a0c0) == sizeof a0c0); in fa0c0()
[all …]
H A Dbuiltin-object-size-21.c14 #define bos3(expr) __builtin_object_size (expr, 3) macro
22 (bos3 (&x) == n23 ? (void)0 : fail (#x, __LINE__, bos3 (&x), n23)))
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dbuiltin-object-size-20.c10 #define bos3(expr) __builtin_object_size (expr, 3) macro
52 ASSERT (bos3 (&ac0) == sizeof ac0); in facx()
53 ASSERT (bos3 (&ac1) == 2); in facx()
54 ASSERT (bos3 (&ac2) == 3); in facx()
55 ASSERT (bos3 (&ac3) == 4); in facx()
56 ASSERT (bos3 (&eacx) == sizeof eacx); in facx()
122 ASSERT (bos3 (&ai16c0) == sizeof ai16c0); in fai16cx()
123 ASSERT (bos3 (&ai16c1) == sizeof ai16c1); in fai16cx()
198 ASSERT (bos3 (&ai32c0) == sizeof ai32c0); in fai32cx()
311 ASSERT (bos3 (&a0c0) == sizeof a0c0); in fa0c0()
[all …]
H A Dbuiltin-object-size-21.c14 #define bos3(expr) __builtin_object_size (expr, 3) macro
22 (bos3 (&x) == n23 ? (void)0 : fail (#x, __LINE__, bos3 (&x), n23)))
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-object-size-20.c10 #define bos3(expr) __builtin_object_size (expr, 3) macro
52 ASSERT (bos3 (&ac0) == sizeof ac0); in facx()
53 ASSERT (bos3 (&ac1) == 2); in facx()
54 ASSERT (bos3 (&ac2) == 3); in facx()
55 ASSERT (bos3 (&ac3) == 4); in facx()
56 ASSERT (bos3 (&eacx) == sizeof eacx); in facx()
122 ASSERT (bos3 (&ai16c0) == sizeof ai16c0); in fai16cx()
123 ASSERT (bos3 (&ai16c1) == sizeof ai16c1); in fai16cx()
198 ASSERT (bos3 (&ai32c0) == sizeof ai32c0); in fai32cx()
311 ASSERT (bos3 (&a0c0) == sizeof a0c0); in fa0c0()
[all …]
H A Dbuiltin-object-size-21.c14 #define bos3(expr) __builtin_object_size (expr, 3) macro
22 (bos3 (&x) == n23 ? (void)0 : fail (#x, __LINE__, bos3 (&x), n23)))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dbuiltin-object-size-20.c10 #define bos3(expr) __builtin_object_size (expr, 3) macro
52 ASSERT (bos3 (&ac0) == sizeof ac0); in facx()
53 ASSERT (bos3 (&ac1) == 2); in facx()
54 ASSERT (bos3 (&ac2) == 3); in facx()
55 ASSERT (bos3 (&ac3) == 4); in facx()
56 ASSERT (bos3 (&eacx) == sizeof eacx); in facx()
122 ASSERT (bos3 (&ai16c0) == sizeof ai16c0); in fai16cx()
123 ASSERT (bos3 (&ai16c1) == sizeof ai16c1); in fai16cx()
198 ASSERT (bos3 (&ai32c0) == sizeof ai32c0); in fai32cx()
311 ASSERT (bos3 (&a0c0) == sizeof a0c0); in fa0c0()
[all …]
H A Dbuiltin-object-size-21.c14 #define bos3(expr) __builtin_object_size (expr, 3) macro
22 (bos3 (&x) == n23 ? (void)0 : fail (#x, __LINE__, bos3 (&x), n23)))
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp24 constexpr int bos3() { in bos3() function
33 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp24 constexpr int bos3() { in bos3() function
33 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp26 constexpr int bos3() { in bos3() function
35 static_assert(bos3() == sizeof(char) * 5, "");
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() { in bos3() function
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-object-size-cxx14.cpp27 constexpr int bos3() {
36 static_assert(bos3() == sizeof(char) * 5, "");
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/exceptionMsgs/NullPointerException/
H A DNullPointerExceptionTest.java1433 ByteArrayOutputStream bos3 = new ByteArrayOutputStream(); in testSerialization() local
1434 ObjectOutputStream oos3 = new ObjectOutputStream(bos3); in testSerialization()
1436 ByteArrayInputStream bis3 = new ByteArrayInputStream(bos3.toByteArray()); in testSerialization()

12