Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtoken_functions.hpp581 bool is_ret(Char E)const in is_ret() function in boost::char_delimiters_separator
625 for (;next!=end && ( is_nonret(*next) || (is_ret(*next) in operator ()()
634 if (is_ret(*next) && return_delims_) { in operator ()()
640 for (;next!=end && !is_nonret(*next) && !is_ret(*next);++next) in operator ()()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_uprobe.c338 alloc_trace_uprobe(const char *group, const char *event, int nargs, bool is_ret) in alloc_trace_uprobe() argument
353 if (is_ret) in alloc_trace_uprobe()