/third_party/grpc/src/compiler/ |
D | objective_c_generator_helpers.h | 68 const ::std::string& if_true) { in PreprocIf() 70 if_true + "#endif\n"); in PreprocIf() 74 const ::std::string& if_true) { in PreprocIfNot() 76 if_true + "#endif\n"); in PreprocIfNot() 80 const ::std::string& if_true, in PreprocIfElse() 83 if_true + "#else\n" + if_false + "#endif\n"); in PreprocIfElse() 87 const ::std::string& if_true, in PreprocIfNotElse() 90 if_true + "#else\n" + if_false + "#endif\n"); in PreprocIfNotElse()
|
/third_party/boost/boost/detail/ |
D | select_type.hpp | 23 template <bool b> struct if_true struct 30 struct if_true<false> struct
|
D | allocator_utilities.hpp | 145 boost::detail::if_true<
|
D | indirect_traits.hpp | 101 : boost::detail::if_true<
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | template_util_unittest.cc | 64 typedef if_<true, true_type, false_type>::type if_true; in TEST() typedef 65 EXPECT_TRUE(if_true::value); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | ir_loader_test.cpp | 558 OpName %if_true "if.true" in TEST() 625 OpBranchConditional %58 %if_true %if_merge in TEST() 626 %if_true = OpLabel in TEST() 729 OpName %if_true "if.true" in TEST() 781 OpBranchConditional %53 %if_true %if_merge in TEST() 782 %if_true = OpLabel in TEST() 873 OpName %if_true "if.true" in TEST() 940 OpBranchConditional %58 %if_true %if_merge in TEST() 941 %if_true = OpLabel in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | ir_loader_test.cpp | 558 OpName %if_true "if.true" in TEST() 625 OpBranchConditional %58 %if_true %if_merge in TEST() 626 %if_true = OpLabel in TEST() 729 OpName %if_true "if.true" in TEST() 781 OpBranchConditional %53 %if_true %if_merge in TEST() 782 %if_true = OpLabel in TEST() 873 OpName %if_true "if.true" in TEST() 940 OpBranchConditional %58 %if_true %if_merge in TEST() 941 %if_true = OpLabel in TEST()
|
/third_party/spirv-tools/test/opt/ |
D | ir_loader_test.cpp | 542 OpName %if_true "if.true" in TEST() 609 OpBranchConditional %58 %if_true %if_merge in TEST() 610 %if_true = OpLabel in TEST() 713 OpName %if_true "if.true" in TEST() 765 OpBranchConditional %53 %if_true %if_merge in TEST() 766 %if_true = OpLabel in TEST() 857 OpName %if_true "if.true" in TEST() 924 OpBranchConditional %58 %if_true %if_merge in TEST() 925 %if_true = OpLabel in TEST()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | parse.h | 64 struct statement *if_true; member
|
D | inline.c | 376 struct statement *valt = stmt->if_true; in copy_one_statement() 383 stmt->if_true == valt && in copy_one_statement() 388 stmt->if_true = valt; in copy_one_statement()
|
D | ast-inspect.c | 56 ast_append_child(node, "if_true:", stmt->if_true, inspect_statement); in inspect_statement()
|
D | linearize.h | 334 …sic_block *bb, struct instruction *br, struct instruction *phi, pseudo_t if_true, pseudo_t if_fals…
|
D | show-parse.c | 634 struct statement *s = stmt->if_true; in show_statement() 644 show_statement(stmt->if_true); in show_statement()
|
D | expand.c | 1228 simple = expr->value ? stmt->if_true : stmt->if_false; in expand_if_statement() 1240 expand_statement(stmt->if_true); in expand_if_statement()
|
D | dissect.c | 543 do_statement(U_VOID, stmt->if_true); in do_statement()
|
/third_party/boost/libs/unordered/test/helpers/ |
D | random_values.hpp | 72 : public boost::detail::if_true<test::is_set<X>::value>::
|
/third_party/boost/boost/numeric/conversion/detail/ |
D | old_numeric_cast.hpp | 87 : public if_true< std::numeric_limits<T>::is_signed >
|
/third_party/python/Lib/ |
D | gettext.py | 153 if_true, nexttok = _parse(tokens, 0) 157 result = '%s if %s else %s' % (if_true, result, if_false)
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/ |
D | val_cfg_test.cpp | 1251 Block if_true("if_true"); in TEST_P() local 1267 str += if_head >> vector<Block>({if_true, if_merge}); in TEST_P() 1268 str += if_true >> if_merge; in TEST_P()
|
/third_party/gn/src/gn/ |
D | command_format.cc | 533 RETURN_IF_SET(SuffixCommentTreeWalk(condition->if_true())); in SuffixCommentTreeWalk() 886 condition->if_true()->statements(), condition->if_true()->End(), in Expr()
|
D | parse_tree.h | 347 const BlockNode* if_true() const { return if_true_.get(); } in if_true() function
|
/third_party/quickjs/ |
D | quickjs-opcode.h | 180 DEF( if_true, 5, 1, 0, label) /* must come after if_false */
|
/third_party/boost/boost/unordered/detail/ |
D | implementation.hpp | 405 : boost::detail::if_true< 994 typedef typename boost::detail::if_true<value>::BOOST_NESTED_TEMPLATE \ 1030 typedef typename boost::detail::if_true<value>::BOOST_NESTED_TEMPLATE \ 1111 typename boost::detail::if_true<value>::BOOST_NESTED_TEMPLATE then< 2873 : boost::detail::if_true<boost::is_class<T>::value>:: 4659 typedef typename boost::detail::if_true<value>::BOOST_NESTED_TEMPLATE
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_cfg_test.cpp | 1761 Block if_true("if_true"); in TEST_P() local 1778 str += if_head >> std::vector<Block>({if_true, if_merge}); in TEST_P() 1779 str += if_true >> if_merge; in TEST_P()
|
/third_party/spirv-tools/test/val/ |
D | val_cfg_test.cpp | 1761 Block if_true("if_true"); in TEST_P() local 1778 str += if_head >> std::vector<Block>({if_true, if_merge}); in TEST_P() 1779 str += if_true >> if_merge; in TEST_P()
|