Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconst-cast.cpp62 void (A::*mfn)() = 0; in bad_const_cast_test() local
63 …(void)const_cast<void (A::*)()>(mfn); // expected-error-re {{const_cast to 'void (A::*)(){{( __att… in bad_const_cast_test()
Dclass.cpp71 mutable void mfn(); // expected-error {{'mutable' cannot be applied to functions}}
/external/valgrind/include/vki/
Dvki-xen-mmuext.h30 vki_xen_pfn_t mfn; member
Dvki-linux.h3258 __vki_u64 mfn; member
/external/kernel-headers/original/uapi/xen/
Dprivcmd.h47 __u64 mfn; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-xen.c243 (Addr)&op->arg1.mfn, in PRE()
244 sizeof(op->arg1.mfn)); in PRE()