Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDCallSite.h161 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDMacroInfo.h177 bool arg_empty() const { return NumArguments == 0; } in arg_empty() function
/NextBSD/contrib/llvm/lib/IR/
HDFunction.cpp304 bool Function::arg_empty() const { in arg_empty() function in Function
/NextBSD/contrib/llvm/include/llvm/TableGen/
HDRecord.h1088 inline bool arg_empty() const { return Args.empty(); } in arg_empty() function