Home
last modified time | relevance | path

Searched refs:if_false (Results 1 – 19 of 19) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc67 typedef if_<false, true_type, false_type>::type if_false; in TEST() typedef
68 EXPECT_FALSE(if_false::value); in TEST()
/third_party/ltp/tools/sparse/sparse-src/
Dparse.h65 struct statement *if_false; member
Dinline.c377 struct statement *valf = stmt->if_false; in copy_one_statement()
384 stmt->if_false == valf) in copy_one_statement()
389 stmt->if_false = valf; in copy_one_statement()
Dast-inspect.c57 ast_append_child(node, "if_false:", stmt->if_false, inspect_statement); in inspect_statement()
Dshow-parse.c636 s = stmt->if_false; in show_statement()
645 if (stmt->if_false) { in show_statement()
650 show_statement(stmt->if_false); in show_statement()
Dlinearize.h334 …c_block *bb, struct instruction *br, struct instruction *phi, pseudo_t if_true, pseudo_t if_false);
Dexpand.c1228 simple = expr->value ? stmt->if_true : stmt->if_false; in expand_if_statement()
1241 expand_statement(stmt->if_false); in expand_if_statement()
Dlinearize.c695 …ock *bb, struct instruction *br, struct instruction *phi_node, pseudo_t if_true, pseudo_t if_false) in insert_select() argument
711 use_pseudo(select, if_false, &select->src3); in insert_select()
2461 if (stmt->if_false) { in linearize_statement()
2465 linearize_statement(ep, stmt->if_false); in linearize_statement()
Ddissect.c544 do_statement(U_VOID, stmt->if_false); in do_statement()
Dcompile-i386.c1497 if (stmt->if_false) { in emit_if_conditional()
1499 x86_statement(stmt->if_false); in emit_if_conditional()
Dparse.c2324 return statement(token->next, &stmt->if_false); in parse_if_statement()
Devaluate.c3613 evaluate_statement(stmt->if_false); in evaluate_if_statement()
/third_party/gn/src/gn/
Dcommand_format.cc532 RETURN_IF_SET(SuffixCommentTreeWalk(condition->if_false())); in SuffixCommentTreeWalk()
888 if (condition->if_false()) { in Expr()
892 bool is_else_if = condition->if_false()->AsBlock() == nullptr; in Expr()
894 Expr(condition->if_false(), kPrecedenceLowest, std::string()); in Expr()
897 condition->if_false()->AsBlock()->statements(), in Expr()
898 condition->if_false()->AsBlock()->End(), false); in Expr()
Dparse_tree.h352 const ParseNode* if_false() const { return if_false_.get(); } in if_false() function
Dparser.cc799 TraverseOrder(condition->if_false(), pre, post); in TraverseOrder()
/third_party/python/Lib/
Dgettext.py156 if_false, nexttok = _parse(tokens)
157 result = '%s if %s else %s' % (if_true, result, if_false)
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1218 SpvId if_true, SpvId if_false) in emit_select() argument
1220 return emit_triop(ctx, SpvOpSelect, type, cond, if_true, if_false); in emit_select()
/third_party/ejdb/
Duncrustify.cfg1540 # 1: When the `if_false` is a continuation, indent it under `if_false`
/third_party/iowow/
Duncrustify.cfg1540 # 1: When the `if_false` is a continuation, indent it under `if_false`