Searched refs:then_node (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl.cc | 85 CodeGen::Node then_node = then_result_->Compile(pc); in Compile() local 87 return cond_->Compile(pc, then_node, else_node); in Compile() 109 CodeGen::Node then_node, in Compile() argument 111 return value_ ? then_node : else_node; in Compile() 131 CodeGen::Node then_node, in Compile() argument 133 return pc->MaskedEqual(argno_, width_, mask_, value_, then_node, else_node); in Compile() 152 CodeGen::Node then_node, in Compile() argument 154 return cond_->Compile(pc, else_node, then_node); in Compile() 171 CodeGen::Node then_node, in Compile() argument 173 return lhs_->Compile(pc, rhs_->Compile(pc, then_node, else_node), in Compile() [all …]
|
D | bpf_dsl_impl.h | 27 CodeGen::Node then_node,
|