Home
last modified time | relevance | path

Searched defs:arg_empty (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/TableGen/
H A DInterfaces.cpp69 bool InterfaceMethod::arg_empty() const { return arguments.empty(); } arg_empty() function in InterfaceMethod
/llvm-project/llvm/include/llvm/IR/
H A DFunction.h865 bool arg_empty() const { return arg_size() == 0; } arg_empty() function
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1524 inline bool arg_empty() const { return NumArgs == 0; } arg_empty() function