Home | History | Annotate | Download | only in CodeGen

Lines Matching full:void

4 void rb_define_global_function (const char*,void(*)(),int);
5 static void rb_f_chop();
6 void Init_String() {
9 static void rb_f_chop() {
15 typedef void (* JSErrorCallback)(void);
16 void js_GetErrorMessage(void);
17 void JS_ReportErrorNumber(JSErrorCallback errorCallback, ...);
18 void Interpret() {
21 // CHECK: call void ({{.*}}, ...)* @JS_ReportErrorNumber({{.*}}@js_GetErrorMessage
36 void rl_set_signals() {