OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:call_op
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaTemplate/
instantiate-expr-1.cpp
118
CallOperator
call_op
;
local
119
int &ir =
call_op
(17);
123
void test_call_operator(CallOperator
call_op
, int i, double d) {
124
int &ir = test_call_operator<int&>(
call_op
, i);
125
double &dr = test_call_operator<double&>(
call_op
, d);
Completed in 201 milliseconds