Home
last modified time | relevance | path

Searched refs:isFunctionVarArg (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DType.h352 bool isFunctionVarArg() const;
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DType.cpp180 bool Type::isFunctionVarArg() const { in isFunctionVarArg() function in Type