Home
last modified time | relevance | path

Searched defs:if_false (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/compiler/
Dobjective_c_generator_helpers.h79 inline ::std::string PreprocIfElse(const ::std::string& symbol, in PreprocIfElse()
86 inline ::std::string PreprocIfNotElse(const ::std::string& symbol, in PreprocIfNotElse()
/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.c1146 SpvId if_true, SpvId if_false) in emit_select()