Searched refs:true_ (Results 1 – 12 of 12) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | template_util_unittest.cc | 94 value = and_<true_, true_>::value; in TEST() 97 value = and_<true_, false_>::value; in TEST() 100 value = and_<false_, true_>::value; in TEST() 107 value = or_<true_, true_>::value; in TEST() 110 value = or_<true_, false_>::value; in TEST() 113 value = or_<false_, true_>::value; in TEST()
|
D | template_util.h | 91 typedef true_type true_; typedef 118 struct type_equals_<A, A> : public true_ {
|
/external/clang/test/CXX/conv/conv.prom/ |
D | p4.cpp | 14 enum B : bool { false_, true_ }; enumerator 17 T<true_> t; 19 T<+true_> q; // desired-error {{conversion from 'int' to 'bool'}} 25 d = true_,
|
/external/llvm-project/clang/test/CXX/conv/conv.prom/ |
D | p4.cpp | 14 enum B : bool { false_, true_ }; enumerator 17 T<true_> t; 19 T<+true_> q; // desired-error {{conversion from 'int' to 'bool'}} 25 d = true_,
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | IntermRebuild.cpp | 632 auto *const true_ = node.getTrueExpression(); in traverseTernaryChildren() local 633 ASSERT(true_); in traverseTernaryChildren() 639 auto *const newTrue = traverseAnyAs<TIntermTyped>(*true_); in traverseTernaryChildren() 644 if (newCond != cond || newTrue != true_ || newFalse != false_) in traverseTernaryChildren() 656 auto *const true_ = node.getTrueBlock(); in traverseIfElseChildren() local 662 if (true_) in traverseIfElseChildren() 664 GUARD(traverseAnyAs(*true_, newTrue)); in traverseIfElseChildren() 672 if (newCond != cond || newTrue != true_ || newFalse != false_) in traverseIfElseChildren()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-br.ll | 60 define void @true_() nounwind uwtable ssp { 61 ; CHECK: @true_
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-fast-isel-br.ll | 60 define void @true_() nounwind uwtable ssp { 61 ; CHECK: @true_
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 80 Json::Value true_{true}; member 177 JSONTEST_ASSERT_PRED(checkMemberCount(true_, 0)); in JSONTEST_FIXTURE_LOCAL() 505 JSONTEST_ASSERT_PRED(checkIs(true_, checks)); in JSONTEST_FIXTURE_LOCAL() 511 JSONTEST_ASSERT(!true_.isConvertibleTo(Json::nullValue)); in JSONTEST_FIXTURE_LOCAL() 514 JSONTEST_ASSERT(true_.isConvertibleTo(Json::intValue)); in JSONTEST_FIXTURE_LOCAL() 515 JSONTEST_ASSERT(true_.isConvertibleTo(Json::uintValue)); in JSONTEST_FIXTURE_LOCAL() 516 JSONTEST_ASSERT(true_.isConvertibleTo(Json::realValue)); in JSONTEST_FIXTURE_LOCAL() 517 JSONTEST_ASSERT(true_.isConvertibleTo(Json::booleanValue)); in JSONTEST_FIXTURE_LOCAL() 518 JSONTEST_ASSERT(true_.isConvertibleTo(Json::stringValue)); in JSONTEST_FIXTURE_LOCAL() 521 JSONTEST_ASSERT(!true_.isConvertibleTo(Json::arrayValue)); in JSONTEST_FIXTURE_LOCAL() [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR22122-libftdc.so.abi | 4951 …<typedef-decl name='true_' type-id='type-id-263' filepath='src/third_party/boost-1.60.0/boost/mpl/…
|
D | test9-pr18818-clang.so.abi | 4083 …<typedef-decl name='true_' type-id='type-id-295' filepath='src/third_party/boost-1.56.0/boost/mpl/…
|
D | test10-pr18818-gcc.so.abi | 5494 …<typedef-decl name='true_' type-id='type-id-454' filepath='src/third_party/boost-1.56.0/boost/mpl/…
|
D | test12-pr18844.so.abi | 21475 …<typedef-decl name='true_' type-id='type-id-482' filepath='src/third_party/boost-1.56.0/boost/mpl/…
|