Home
last modified time | relevance | path

Searched refs:check_same_type (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… macro
59 _Static_assert(check_same_type(_Bool, result_type_ptr), "Should return bool"); in test_return_type()
60 _Static_assert(check_same_type(_Bool, result_type_int), "Should return bool"); in test_return_type()
61 _Static_assert(check_same_type(_Bool, result_type_long), "Should return bool"); in test_return_type()
62 _Static_assert(check_same_type(_Bool, result_type_char_array), "Should return bool"); in test_return_type()
64 _Static_assert(check_same_type(void *, result_type_ptr), "Should return void*"); in test_return_type()
65 _Static_assert(check_same_type(int, result_type_int), "Should return int"); in test_return_type()
66 _Static_assert(check_same_type(long, result_type_long), "Should return long"); in test_return_type()
68 _Static_assert(check_same_type(char *, result_type_char_array), in test_return_type()
/dports/devel/boost-docs/boost_1_72_0/libs/qvm/test/
H A Dmul_vm_test.cpp27 check_same_type( T const &, U const & ) in check_same_type() function
55 check_same_type(x*y,boost::qvm::vec<float,N>()); in test()
H A Dmul_mv_test.cpp28 check_same_type( T const &, U const & ) in check_same_type() function
55 check_same_type(x*y,boost::qvm::vec<float,M>()); in test()
/dports/devel/boost-libs/boost_1_72_0/libs/qvm/test/
H A Dmul_mv_test.cpp28 check_same_type( T const &, U const & ) in check_same_type() function
55 check_same_type(x*y,boost::qvm::vec<float,M>()); in test()
H A Dmul_vm_test.cpp27 check_same_type( T const &, U const & ) in check_same_type() function
55 check_same_type(x*y,boost::qvm::vec<float,N>()); in test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/qvm/test/
H A Dmul_mv_test.cpp28 check_same_type( T const &, U const & ) in check_same_type() function
55 check_same_type(x*y,boost::qvm::vec<float,M>()); in test()
H A Dmul_vm_test.cpp27 check_same_type( T const &, U const & ) in check_same_type() function
55 check_same_type(x*y,boost::qvm::vec<float,N>()); in test()
/dports/devel/hyperscan/boost_1_75_0/libs/qvm/test/
H A Dmul_mv_test.cpp28 check_same_type( T const &, U const & ) in check_same_type() function
55 check_same_type(x*y,boost::qvm::vec<float,M>()); in test()
H A Dmul_vm_test.cpp27 check_same_type( T const &, U const & ) in check_same_type() function
55 check_same_type(x*y,boost::qvm::vec<float,N>()); in test()
/dports/lang/yap/yap-6.2.2/packages/ProbLog/problog/
H A Dgflags.yap515 check_same_type(Type, Value, L, U),
519 check_same_type(Type, Value, L, U),
523 check_same_type(Type, Value, L, U),
527 check_same_type(Type, Value, L, U),
531 check_same_type(Type, Value, L, U),
535 check_same_type(integer, Value, L, U):-
537 check_same_type(integer, Value, L, +inf):-
539 check_same_type(integer, Value, -inf, U):-
541 check_same_type(integer, Value, -inf, +inf):-
543 check_same_type(float, Value, L, U):-
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libunwind/src/
H A DAddressSpace.hpp495 constexpr int check_same_type() { in check_same_type() function
764 check_same_type<__uintcap_t, decltype(pinfo->dlpi_addr)>(); in findUnwindSectionsByPhdr()
765 check_same_type<const Elf_Phdr *, decltype(pinfo->dlpi_phdr)>(); in findUnwindSectionsByPhdr()
/dports/math/yices/yices-2.6.2/src/api/
H A Dyices_api.c1978 static bool check_same_type(term_manager_t *mngr, uint32_t n, const term_t *a) { in check_same_type() function
4900 ! check_same_type(__yices_globals.manager, n, t)) { in _o_yices_bvsum()
4952 ! check_same_type(__yices_globals.manager, n, t)) { in _o_yices_bvproduct()
5091 ! check_same_type(__yices_globals.manager, n, t)) { in _o_yices_bvand()
5117 ! check_same_type(__yices_globals.manager, n, t)) { in _o_yices_bvor()
5143 ! check_same_type(__yices_globals.manager, n, t)) { in _o_yices_bvxor()