Searched defs:arg_empty (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Interfaces.cpp | 69 bool InterfaceMethod::arg_empty() const { return arguments.empty(); } arg_empty() function in InterfaceMethod |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Function.h | 865 bool arg_empty() const { return arg_size() == 0; } arg_empty() function |
/llvm-project/llvm/include/llvm/TableGen/ | ||
H A D | Record.h | 1524 inline bool arg_empty() const { return NumArgs == 0; } arg_empty() function |