HomeSort by relevance Sort by last modified time
    Searched refs:pmv (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/expr/expr.mptr.oper/
p5.cpp 12 void (X0::*pmv)() volatile,
24 (p->*pmv)();
29 (pc->*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} volatile' drops 'const' qualifier}}
34 (pv->*pmv)();
39 (pcv->*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} volatile' drops 'const' qualifier}}
44 (o.*pmv)();
49 (oc.*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} volatile' drops 'const' qualifier}}
54 (ov.*pmv)();
59 (ocv.*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} volatile' drops 'const' qualifier}}
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 3483 char *p, *ps, *pmv, temp_coeff[20]; local
    [all...]

Completed in 571 milliseconds