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