Home
last modified time | relevance | path

Searched refs:function_identifier (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dcompilability_check_util.cc606 auto function_identifier = function.ShortDebugString(); in MaybeMarkUncompilableNode() local
608 auto it = uncompilable_nodes->find(function_identifier); in MaybeMarkUncompilableNode()
613 std::move(function_identifier), in MaybeMarkUncompilableNode()
/aosp_15_r20/external/angle/src/compiler/translator/
H A Dglslang.y248 %type <interm.functionLookup> function_identifier function_call_header
382 : function_identifier LEFT_PAREN {
389 function_identifier
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser.yy251 %type <expression> function_identifier
573 function_identifier '('
576 function_identifier:
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dglslang.y329 %type <interm> function_call_or_method function_identifier function_call_header
531 : function_identifier LEFT_PAREN {
538 function_identifier
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y328 %type <interm> function_call_or_method function_identifier function_call_header
527 : function_identifier LEFT_PAREN {
534 function_identifier