Searched refs:false_body (Results 1 – 3 of 3) sorted by relevance
1287 const std::function<void()>& false_body) { in Branch() argument1290 return constant ? true_body() : false_body(); in Branch()1300 false_body(); in Branch()1304 const std::function<void()>& false_body) { in Branch() argument1307 return constant ? Goto(true_label) : false_body(); in Branch()1313 false_body(); in Branch()
717 const std::function<void()>& false_body);719 const std::function<void()>& false_body);
931 const NodeGenerator<T>& false_body) { in Select() argument943 value = false_body(); in Select()