Searched defs:true_body (Results 1 – 3 of 3) sorted by relevance
1286 const std::function<void()>& true_body, in Branch()1317 const std::function<void()>& true_body, in Branch()
3480 const ast::BlockStatement* true_body, in GenerateConditionalBlock()
930 TNode<T> Select(TNode<BoolT> condition, const NodeGenerator<T>& true_body, in Select()