Home
last modified time | relevance | path

Searched defs:if_false (Results 1 – 5 of 5) 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
/third_party/ltp/tools/sparse/sparse-src/
Dparse.h65 struct statement *if_false; member
Dlinearize.c695 …ock *bb, struct instruction *br, struct instruction *phi_node, pseudo_t if_true, pseudo_t if_false) in insert_select()
/third_party/gn/src/gn/
Dparse_tree.h352 const ParseNode* if_false() const { return if_false_.get(); } in if_false() function
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1218 SpvId if_true, SpvId if_false) in emit_select()