HomeSort by relevance Sort by last modified time
    Searched refs:call_op (Results 1 - 2 of 2) 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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 308 extern const char * ix86_output_call_insn (rtx insn, rtx call_op);

Completed in 142 milliseconds