Searched defs:code_helper (Results 1 – 2 of 2) sorted by relevance
31 code_helper () {} in code_helper() function32 code_helper (tree_code code) : rep ((int) code) {} in code_helper() function33 code_helper (combined_fn fn) : rep (-(int) fn) {} in code_helper() function34 code_helper (internal_fn fn) : rep (-(int) as_combined_fn (fn)) {} in code_helper() function
31 code_helper () {} in code_helper() function32 code_helper (tree_code code) : rep ((int) code) {} in code_helper() function33 code_helper (combined_fn fn) : rep (-(int) fn) {} in code_helper() function