Home
last modified time | relevance | path

Searched refs:test_bool (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtail-call-attrs.ll6 define zeroext i1 @test_bool() {
7 ; CHECK-LABEL: test_bool:
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dreferences.cpp39 void test_bool() { in test_bool() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-builtin-bit-cast.cpp405 namespace test_bool { namespace
H A Dconstant-expression-cxx14.cpp408 constexpr bool test_bool() { in test_bool() function
430 static_assert(test_bool(), "");
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp264 …void test_bool() { enable_if_bool<false>::type i; } // expected-error{{enable_if_bool<false>'; did… in test_bool() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Didentical-expressions.cpp1036 void test_bool(bool a) { in test_bool() function
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/
H A Dlocale-specific_form.pass.cpp244 void test_bool() { in test_bool() function
2317 test_bool<CharT>(); in test()
/llvm-project-15.0.7/mlir/test/Conversion/TosaToLinalg/
H A Dtosa-to-linalg.mlir492 // CHECK-LABEL: @test_bool
493 func.func @test_bool(%arg0: tensor<1xi1>, %arg1: tensor<1xi1>) -> () {