Home
last modified time | relevance | path

Searched refs:call_op (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-expr-1.cpp118 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/
Dbytecode-graph-builder.h112 Node* ProcessCallArguments(const Operator* call_op, Node* callee,
Dbytecode-graph-builder.cc1296 Node* BytecodeGraphBuilder::ProcessCallArguments(const Operator* call_op, in ProcessCallArguments() argument
1308 Node* value = MakeNode(call_op, static_cast<int>(arity), all, false); in ProcessCallArguments()