Home
last modified time | relevance | path

Searched refs:if_true (Results 1 – 25 of 32) sorted by relevance

12

/third_party/grpc/src/compiler/
Dobjective_c_generator_helpers.h68 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/
Dselect_type.hpp23 template <bool b> struct if_true struct
30 struct if_true<false> struct
Dallocator_utilities.hpp145 boost::detail::if_true<
Dindirect_traits.hpp101 : boost::detail::if_true<
/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc64 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/
Dir_loader_test.cpp558 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/
Dir_loader_test.cpp558 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/
Dir_loader_test.cpp542 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/
Dparse.h64 struct statement *if_true; member
Dinline.c376 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()
Dast-inspect.c56 ast_append_child(node, "if_true:", stmt->if_true, inspect_statement); in inspect_statement()
Dlinearize.h334 …sic_block *bb, struct instruction *br, struct instruction *phi, pseudo_t if_true, pseudo_t if_fals…
Dshow-parse.c634 struct statement *s = stmt->if_true; in show_statement()
644 show_statement(stmt->if_true); in show_statement()
Dexpand.c1228 simple = expr->value ? stmt->if_true : stmt->if_false; in expand_if_statement()
1240 expand_statement(stmt->if_true); in expand_if_statement()
Ddissect.c543 do_statement(U_VOID, stmt->if_true); in do_statement()
/third_party/boost/libs/unordered/test/helpers/
Drandom_values.hpp72 : public boost::detail::if_true<test::is_set<X>::value>::
/third_party/boost/boost/numeric/conversion/detail/
Dold_numeric_cast.hpp87 : public if_true< std::numeric_limits<T>::is_signed >
/third_party/python/Lib/
Dgettext.py153 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/
Dval_cfg_test.cpp1251 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/
Dcommand_format.cc533 RETURN_IF_SET(SuffixCommentTreeWalk(condition->if_true())); in SuffixCommentTreeWalk()
886 condition->if_true()->statements(), condition->if_true()->End(), in Expr()
Dparse_tree.h347 const BlockNode* if_true() const { return if_true_.get(); } in if_true() function
/third_party/quickjs/
Dquickjs-opcode.h180 DEF( if_true, 5, 1, 0, label) /* must come after if_false */
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp405 : 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/
Dval_cfg_test.cpp1761 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/
Dval_cfg_test.cpp1761 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()

12