HomeSort by relevance Sort by last modified time
    Searched defs:a_call (Results 1 - 2 of 2) 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 452 HloInstruction* a_call; local
458 a_call = builder.AddInstruction(
461 kScalarShape, cond_computation, b_computation, a_call));
481 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_call, a_call),
482 std::make_pair(a_call, a_call));
493 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(b_map, a_call),
494 std::make_pair(a_while, a_call));
495 EXPECT_EQ(call_graph->NearestAncestorsInSameComputation(a_while, a_call),
    [all...]

Completed in 169 milliseconds