/third_party/protobuf/src/google/protobuf/stubs/ |
D | template_util_unittest.cc | 67 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/ |
D | parse.h | 65 struct statement *if_false; member
|
D | inline.c | 377 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()
|
D | ast-inspect.c | 57 ast_append_child(node, "if_false:", stmt->if_false, inspect_statement); in inspect_statement()
|
D | show-parse.c | 636 s = stmt->if_false; in show_statement() 645 if (stmt->if_false) { in show_statement() 650 show_statement(stmt->if_false); in show_statement()
|
D | linearize.h | 334 …c_block *bb, struct instruction *br, struct instruction *phi, pseudo_t if_true, pseudo_t if_false);
|
D | expand.c | 1228 simple = expr->value ? stmt->if_true : stmt->if_false; in expand_if_statement() 1241 expand_statement(stmt->if_false); in expand_if_statement()
|
D | linearize.c | 695 …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()
|
D | dissect.c | 544 do_statement(U_VOID, stmt->if_false); in do_statement()
|
D | compile-i386.c | 1497 if (stmt->if_false) { in emit_if_conditional() 1499 x86_statement(stmt->if_false); in emit_if_conditional()
|
D | parse.c | 2324 return statement(token->next, &stmt->if_false); in parse_if_statement()
|
D | evaluate.c | 3613 evaluate_statement(stmt->if_false); in evaluate_if_statement()
|
/third_party/gn/src/gn/ |
D | command_format.cc | 532 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()
|
D | parse_tree.h | 352 const ParseNode* if_false() const { return if_false_.get(); } in if_false() function
|
D | parser.cc | 799 TraverseOrder(condition->if_false(), pre, post); in TraverseOrder()
|
/third_party/python/Lib/ |
D | gettext.py | 156 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/ |
D | nir_to_spirv.c | 1218 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/ |
D | uncrustify.cfg | 1540 # 1: When the `if_false` is a continuation, indent it under `if_false`
|
/third_party/iowow/ |
D | uncrustify.cfg | 1540 # 1: When the `if_false` is a continuation, indent it under `if_false`
|