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

  /external/clang/test/CXX/expr/expr.mptr.oper/
p5.cpp 17 const volatile X0 *pcv,
37 (pcv->*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}}' drops 'const volatile' qualifiers}}
38 (pcv->*pmc)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} const' drops 'volatile' qualifier}}
39 (pcv->*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} volatile' drops 'const' qualifier}}
40 (pcv->*pmcv)();
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_cmds_extra.h 169 int sg_ll_receive_diag(int sg_fd, bool pcv, int pg_code, void * resp,
180 int sg_ll_receive_diag_v2(int sg_fd, bool pcv, int pg_code, void * resp,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
correg.h 232 STDMETHOD(DefineCustomValueAsBlob)(THIS_ mdToken tkObj,LPCWSTR szName,void const *pCustomValue,ULONG cbCustomValue,mdCustomValue *pcv) PURE;
273 STDMETHOD(DefineCustomValueAsBlob)(THIS_ mdScope es,mdToken tkObj,LPCWSTR szName,void const *pCustomValue,ULONG cbCustomValue,mdCustomValue *pcv) PURE;
317 STDMETHOD(FindCustomValue)(THIS_ mdToken tk,LPCWSTR szName,mdCustomValue *pcv,DWORD *pdwValueType) PURE;
375 STDMETHOD(FindCustomValue)(THIS_ mdScope scope,mdToken tk,LPCWSTR szName,mdCustomValue *pcv,DWORD *pdwValueType) PURE;
cor.h 318 STDMETHOD (DefineCustomAttribute) (THIS_ mdToken tkOwner, mdToken tkCtor, void const *pCustomAttribute, ULONG cbCustomAttribute, mdCustomAttribute *pcv) PURE;
319 STDMETHOD (SetCustomAttributeValue) (THIS_ mdCustomAttribute pcv, void const *pCustomAttribute, ULONG cbCustomAttribute) PURE;
379 STDMETHOD (DefineCustomAttribute) (THIS_ mdToken tkOwner, mdToken tkCtor, void const *pCustomAttribute, ULONG cbCustomAttribute, mdCustomAttribute *pcv) PURE;
380 STDMETHOD (SetCustomAttributeValue) (THIS_ mdCustomAttribute pcv, void const *pCustomAttribute, ULONG cbCustomAttribute) PURE;
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux_nvme.c 831 /* This is not really a SNTL. For SCSI RECEIVE DIAGNOSTIC RESULTS(PCV=1)
840 bool pcv; local
848 pcv = !! (0x1 & cdbp[1]);
852 pr2ws("%s: dpg_cd=0x%x, pcv=%d, alloc_len=0x%x\n", __func__,
853 dpg_cd, (int)pcv, alloc_len);
    [all...]
sg_cmds_extra.c 553 sg_ll_receive_diag(int sg_fd, bool pcv, int pg_code, void * resp,
556 return sg_ll_receive_diag_v2(sg_fd, pcv, pg_code, resp, mx_resp_len, 0,
563 sg_ll_receive_diag_v2(int sg_fd, bool pcv, int pg_code, void * resp,
575 if (pcv)
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c     [all...]

Completed in 511 milliseconds