HomeSort by relevance Sort by last modified time
    Searched refs:after_term_fn (Results 1 - 3 of 3) sorted by null

  /build/kati/
rule.h 65 // |term| is '='), |after_term_fn| will be called to obtain the right
68 const function<string()> &after_term_fn,
rule.cc 57 const function<string()> &after_term_fn,
101 buf += after_term_fn();
eval.cc 148 function<string()> after_term_fn = [this, stmt](){ local
151 ParseRule(loc_, expr, stmt->term, after_term_fn, &rule, &rule_var);

Completed in 1839 milliseconds