Searched defs:arg_empty (Results 1 – 4 of 4) sorted by relevance
154 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
176 bool arg_empty() const { return NumArguments == 0; } in arg_empty() function
301 bool Function::arg_empty() const { in arg_empty() function in Function
1086 inline bool arg_empty() const { return Args.empty(); } in arg_empty() function