Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/PCH/
Dcxx-explicit-specifier.cpp77 B<true> b_true; variable
89 A a = { b_true }; //expected-error {{class template argument deduction}}
90 A a0 = b_true; //expected-error {{no viable constructor or deduction guide}}
91 A a_true(b_true);
/external/llvm-project/clang/test/SemaCXX/
Dcxx2a-explicit-bool.cpp384 B<true> b_true; variable
408 A a0( 0.0, 1, b_true); // expected-error {{no viable constructor or deduction guide}} in f()
409 A a1{ 0.0, 1, b_true}; // expected-error {{no viable constructor or deduction guide}} in f()
410 A a2 = { 0.0, 1, b_true}; // expected-error {{no viable constructor or deduction guide}} in f()
411 auto a4 = A( 0.0, 1, b_true); // expected-error {{no viable constructor or deduction guide}} in f()
412 auto a5 = A{ 0.0, 1, b_true}; // expected-error {{no viable constructor or deduction guide}} in f()
414 A b0( 0, 1, b_true); in f()
415 A b1{ 0, 1, b_true}; in f()
416 A b2 = { 0, 1, b_true}; // expected-error {{explicit deduction guide for copy-list-initialization}} in f()
417 auto b4 = A( 0, 1, b_true); in f()
[all …]
/external/llvm-project/polly/lib/External/isl/
Disl_test_cpp-checked.cc67 isl::boolean b_true = empty.is_empty(); in test_return_bool() local
71 assert(b_true.is_true()); in test_return_bool()
72 assert(!b_true.is_false()); in test_return_bool()
73 assert(!b_true.is_error()); in test_return_bool()
83 assert(bool(b_true) == true); in test_return_bool()
86 assert(b_true); in test_return_bool()
89 assert((!b_true).is_false()); in test_return_bool()
Disl_test_cpp.cc50 bool b_true = empty.is_empty(); in test_return_bool() local
60 assert(b_true); in test_return_bool()
Disl_test_python.py128 b_true = empty.is_empty()
131 assert(b_true)
/external/jemalloc_new/test/unit/
Demitter.c96 bool b_true = true; in emit_dict() local
103 emitter_kv(emitter, "def", "DEF", emitter_type_bool, &b_true); in emit_dict()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1538 Value b_true = BroadcastConstant(loc, indices_shape, 1, 1, rewriter); in matchAndRewrite() local
1565 cmp = b_true; in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir681 …// CHECK: %[[b_true:.*]] = "mhlo.broadcast"(%[[true]]) {broadcast_sizes = dense<[1, 22, 128]> : te…
682 …// CHECK: %{{[0-9]*}} = "mhlo.select"(%[[b_true]], %{{[0-9]*}}, %{{[0-9]*}}) : (tensor<1x22x128xi1…