Home
last modified time | relevance | path

Searched refs:function_prototype (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
DMicrosoftCompatibility-cxx98.cpp16 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()
/external/swiftshader/src/OpenGL/compiler/
Dglslang.y220 …_header_with_parameters function_call_header_no_parameters function_call_generic function_prototype
606 : function_prototype SEMICOLON {
640 function_prototype
1608 : function_prototype {
/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy227 %type <function> function_prototype
825 function_prototype ';'
855 function_prototype:
2744 function_prototype compound_statement_no_new_scope
/external/v8/src/compiler/
Djs-native-context-specialization.cc149 Handle<Object> function_prototype(function_map->prototype(), isolate()); in ReduceJSGetSuperConstructor() local
155 Node* value = jsgraph()->Constant(function_prototype); in ReduceJSGetSuperConstructor()
157 if (function_prototype->IsConstructor()) { in ReduceJSGetSuperConstructor()