Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching full:isvararg

211 /// @param isVarArg function uses vararg arguments
220 bool isVarArg) {
222 llvm::FunctionType::get(retType, theArgTypes, isVarArg);