Home
last modified time | relevance | path

Searched refs:offloading_function_p (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.h101 extern bool offloading_function_p (tree fn);
H A Domp-offload.c2083 return offloading_function_p (fun->decl); in gate()
H A Domp-general.c1972 offloading_function_p (tree fn) in offloading_function_p() function
H A Dtree-switch-conversion.c652 if (offloading_function_p (cfun->decl)) in build_one_array()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-general.h123 extern bool offloading_function_p (tree fn);
H A Domp-offload.cc2765 return offloading_function_p (fun->decl); in gate()
H A Dtree-switch-conversion.cc653 if (offloading_function_p (cfun->decl)) in build_one_array()
H A Domp-general.cc2941 offloading_function_p (tree fn) in offloading_function_p() function
H A DChangeLog-201826867 * omp-general.c (offloading_function_p): New function. Factor out
26870 * omp-general.h (offloading_function_p): Declare.