Searched refs:isFunctionVarArg (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
D | Type.h | 352 bool isFunctionVarArg() const; |
/external/llvm/lib/IR/ | ||
D | Type.cpp | 180 bool Type::isFunctionVarArg() const { in isFunctionVarArg() function in Type |