Home
last modified time | relevance | path

Searched refs:emit_short_circuit_and (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.h74 STATUS_RETURN emit_short_circuit_and(BinopExprNode* n);
Dcodegen_llvm.cc438 StatusTuple CodegenLLVM::emit_short_circuit_and(BinopExprNode *n) { in emit_short_circuit_and() function in ebpf::cc::CodegenLLVM
494 return emit_short_circuit_and(n); in visit_binop_expr_node()