Home
last modified time | relevance | path

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

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