Home
last modified time | relevance | path

Searched refs:function_prototype (Results 1 – 6 of 6) 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/v8/src/
Daccessors.h35 V(function_prototype, FunctionPrototype) \
/external/swiftshader/src/OpenGL/compiler/
Dglslang.y220 …_header_with_parameters function_call_header_no_parameters function_call_generic function_prototype
607 : function_prototype SEMICOLON {
641 function_prototype
1618 : function_prototype {
/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy206 %type <function> function_prototype
818 function_prototype ';'
848 function_prototype:
2676 function_prototype compound_statement_no_new_scope
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y284 …_header_with_parameters function_call_header_no_parameters function_call_generic function_prototype
786 : function_prototype SEMICOLON {
856 function_prototype
3698 : function_prototype {
/external/v8/src/compiler/
Djs-native-context-specialization.cc156 Handle<Object> function_prototype(function_map->prototype(), isolate()); in ReduceJSGetSuperConstructor() local
161 if (function_map->is_stable() && function_prototype->IsConstructor()) { in ReduceJSGetSuperConstructor()
163 Node* value = jsgraph()->Constant(function_prototype); in ReduceJSGetSuperConstructor()