Home
last modified time | relevance | path

Searched refs:ret_a (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/gmp-ecm/ecm-7.0.4/aprtcle/
H A Daprcl.c72 int ret_a = 0; in main() local
134 ret_a = mpz_aprtcle(test, 1); in main()
146 if (ret_a == APRTCLE_COMPOSITE) in main()
148 else if (ret_a == APRTCLE_PRP) in main()
150 else if (ret_a == APRTCLE_PRIME) in main()
154 (ret_b != APRTCLE_COMPOSITE && ret_a == APRTCLE_COMPOSITE)) in main()
182 ret_a = mpz_aprtcle(test, 1); in main()
194 if (ret_a == APRTCLE_COMPOSITE) in main()
196 else if (ret_a == APRTCLE_PRP) in main()
198 else if (ret_a == APRTCLE_PRIME) in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dcxx2a-consteval.cpp280 consteval A ret_a() const { return A{}; } in ret_a() function
301 { A k = A().ret_a(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
312 { int k = const_a_ref(A().ret_a()); } in test()
313 { int k = const_a_ref(to_lvalue_ref(A().ret_a())); } in test()
315 { int k = by_value_a(A().ret_a()); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
337 consteval A ret_a() const { return A{}; } in ret_a() function
364 { int k = A().ret_a().ret_i(); } in test()
370 { int k = const_a_ref(A().ret_a()); } in test()
[all …]
/dports/mail/alpine/alpine-465e23b/pith/
H A Dldap.c70 ADDRESS *ret_a = NULL; in wp_lookups() local
154 if(ret_a && ret_a->host){ in wp_lookups()
186 if(ret_a){ in wp_lookups()
188 if(!ret_a->host || !ret_a->host[0]){ in wp_lookups()
189 if(ret_a->host) in wp_lookups()
203 if(ret_a->mailbox) in wp_lookups()
223 (ret_a->personal && *ret_a->personal) in wp_lookups()
224 ? ret_a->personal in wp_lookups()
230 ret_a = NULL; in wp_lookups()
234 return(ret_a); in wp_lookups()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dldap.c70 ADDRESS *ret_a = NULL; in wp_lookups() local
154 if(ret_a && ret_a->host){ in wp_lookups()
186 if(ret_a){ in wp_lookups()
188 if(!ret_a->host || !ret_a->host[0]){ in wp_lookups()
189 if(ret_a->host) in wp_lookups()
203 if(ret_a->mailbox) in wp_lookups()
223 (ret_a->personal && *ret_a->personal) in wp_lookups()
224 ? ret_a->personal in wp_lookups()
230 ret_a = NULL; in wp_lookups()
234 return(ret_a); in wp_lookups()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/epiphany/
H A Dmodsi3.c41 goto ret_a; in __modsi3()
104 ret_a: in __modsi3()

123