Home
last modified time | relevance | path

Searched defs:code_helper (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-match.h31 code_helper () {} in code_helper() function
32 code_helper (tree_code code) : rep ((int) code) {} in code_helper() function
33 code_helper (combined_fn fn) : rep (-(int) fn) {} in code_helper() function
34 code_helper (internal_fn fn) : rep (-(int) as_combined_fn (fn)) {} in code_helper() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-match.h31 code_helper () {} in code_helper() function
32 code_helper (tree_code code) : rep ((int) code) {} in code_helper() function
33 code_helper (combined_fn fn) : rep (-(int) fn) {} in code_helper() function