Lines Matching defs:code
213 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code)
222 return DECL_FUNCTION_CODE(fndecl) == code;
276 #define int_const_binop(code, arg1, arg2) \
277 int_const_binop((code), (arg1), (arg2), 0)
451 static inline const char *get_tree_code_name(enum tree_code code)
453 gcc_assert(code < MAX_TREE_CODES);
454 return tree_code_name[code];
701 return gs->code == GIMPLE_ASSIGN;
860 return gs->code == GIMPLE_GOTO;
867 return gs->code == GIMPLE_RETURN;