Searched refs:call_op (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-1.cpp | 118 CallOperator call_op; in test_call_operator() local 119 int &ir = call_op(17); in test_call_operator() 123 void test_call_operator(CallOperator call_op, int i, double d) { in test_call_operator() argument 124 int &ir = test_call_operator<int&>(call_op, i); in test_call_operator() 125 double &dr = test_call_operator<double&>(call_op, d); in test_call_operator()
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 119 Node* ProcessCallArguments(const Operator* call_op, Node* callee,
|
D | bytecode-graph-builder.cc | 1178 Node* BytecodeGraphBuilder::ProcessCallArguments(const Operator* call_op, in ProcessCallArguments() argument 1190 Node* value = MakeNode(call_op, static_cast<int>(arity), all, false); in ProcessCallArguments()
|