Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dinstantiate-expr-1.cpp116 Result test_call_operator(F f, Arg1 arg1) { in test_call_operator() function
123 void test_call_operator(CallOperator call_op, int i, double d) { in test_call_operator() function
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()