Searched refs:function_prototype (Results 1 – 6 of 6) sorted by relevance
16 long function_prototype(int a);20 …void *a1 = function_prototype; // expected-warning {{implicit conversion between pointer-to-funct… in function_to_voidptr_conv()21 …void *a2 = &function_prototype; // expected-warning {{implicit conversion between pointer-to-funct… in function_to_voidptr_conv()
35 V(function_prototype, FunctionPrototype) \
220 …_header_with_parameters function_call_header_no_parameters function_call_generic function_prototype607 : function_prototype SEMICOLON {641 function_prototype1618 : function_prototype {
206 %type <function> function_prototype818 function_prototype ';'848 function_prototype:2676 function_prototype compound_statement_no_new_scope
284 …_header_with_parameters function_call_header_no_parameters function_call_generic function_prototype786 : function_prototype SEMICOLON {856 function_prototype3698 : function_prototype {
156 Handle<Object> function_prototype(function_map->prototype(), isolate()); in ReduceJSGetSuperConstructor() local161 if (function_map->is_stable() && function_prototype->IsConstructor()) { in ReduceJSGetSuperConstructor()163 Node* value = jsgraph()->Constant(function_prototype); in ReduceJSGetSuperConstructor()