@@ -153,8 +153,8 @@ bool Call(InterpState &S, CodePtr OpPC, const Function *Func,
153153 uint32_t VarArgSize);
154154bool CallVirt (InterpState &S, CodePtr OpPC, const Function *Func,
155155 uint32_t VarArgSize);
156- bool CallBI (InterpState &S, CodePtr OpPC, const Function *Func ,
157- const CallExpr *CE, uint32_t BuiltinID);
156+ bool CallBI (InterpState &S, CodePtr OpPC, const CallExpr *CE ,
157+ uint32_t BuiltinID);
158158bool CallPtr (InterpState &S, CodePtr OpPC, uint32_t ArgSize,
159159 const CallExpr *CE);
160160bool CheckLiteralType (InterpState &S, CodePtr OpPC, const Type *T);
@@ -302,8 +302,8 @@ bool CheckDeclRef(InterpState &S, CodePtr OpPC, const DeclRefExpr *DR);
302302bool Interpret (InterpState &S);
303303
304304// / Interpret a builtin function.
305- bool InterpretBuiltin (InterpState &S, CodePtr OpPC, const Function *F ,
306- const CallExpr *Call, uint32_t BuiltinID);
305+ bool InterpretBuiltin (InterpState &S, CodePtr OpPC, const CallExpr *Call ,
306+ uint32_t BuiltinID);
307307
308308// / Interpret an offsetof operation.
309309bool InterpretOffsetOf (InterpState &S, CodePtr OpPC, const OffsetOfExpr *E,
0 commit comments