HomeSort by relevance Sort by last modified time
    Searched refs:a_call (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGenCXX/
cfi-cast.cpp 130 int a_call(A *a) { function
  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph_test.cc 431 HloInstruction* a_call; local
437 a_call = builder.AddInstruction(
440 kScalarShape, cond_computation, b_computation, a_call));
460 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_call, a_call),
461 std::make_pair(a_call, a_call));
472 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(b_map, a_call),
473 std::make_pair(a_while, a_call));
474 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_while, a_call),
    [all...]
buffer_assignment_test.cc 1287 auto a_call = a_builder.AddInstruction( local
    [all...]

Completed in 858 milliseconds