Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DCallSite.h152 bool arg_empty() const { return arg_end() == arg_begin(); } in arg_empty() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h178 bool arg_empty() const { return NumArguments == 0; } in arg_empty() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DFunction.cpp296 bool Function::arg_empty() const { in arg_empty() function in Function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1324 inline bool arg_empty() const { return Args.empty(); } in arg_empty() function