| jit-builtins.cc | 42 bool both_p; member in struct:gcc::jit::builtin_data 49 if (both_p && fallback_p) 56 #define DEF_BUILTIN(X, NAME, CLASS, TYPE, LT, BOTH_P, FALLBACK_P, \ 58 {NAME, CLASS, TYPE, BOTH_P, FALLBACK_P, ATTRS, IMPLICIT}, 82 if (bd.both_p)
|