Searched refs:MakeCall (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | UseEmplaceCheck.cpp | 123 const auto *MakeCall = Result.Nodes.getNodeAs<CallExpr>("make"); in check() local 124 assert((CtorCall || MakeCall) && "No push_back parameter matched"); in check() 138 const auto *EmplacePrefix = MakeCall ? "emplace_back" : "emplace_back("; in check() 142 MakeCall ? SourceRange(MakeCall->getCallee()->getEndLoc(), in check() 143 MakeCall->getRParenLoc()) in check() 151 MakeCall ? MakeCall->getExprLoc() : CtorCall->getExprLoc(); in check()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | resource_operation_safety_analysis_test.cc | 252 Node* MakeCall(Graph* graph, const string& callee_name, const string& node_name, in MakeCall() function 269 Node* call = MakeCall(root.graph(), "Const_func", "C", &status); in TEST() 291 Node* call = MakeCall(root.graph(), "Const_func", "C", &status); in TEST() 311 Node* call = MakeCall(root.graph(), "Const_func", "C", &status); in TEST() 331 Node* call = MakeCall(root.graph(), "Const_func", "C", &status); in TEST()
|