Home
last modified time | relevance | path

Searched refs:gimple_call_builtin_p (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
Dstackleak_plugin.c80 if (gimple_call_builtin_p(stmt, BUILT_IN_ALLOCA)) in is_alloca()
84 if (gimple_call_builtin_p(stmt, BUILT_IN_ALLOCA_WITH_ALIGN)) in is_alloca()
Dgcc-common.h210 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p() function