Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DFunction.h49 bool arg_empty() const { return cast<llvm::Function>(Val)->arg_empty(); } in arg_empty() function
H A DInstruction.h1370 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h900 bool arg_empty() const { return arg_size() == 0; } in arg_empty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1520 inline bool arg_empty() const { return NumArgs == 0; } in arg_empty() function