Searched refs:out_of_line (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dvirtual-member-functions.cpp56 HasOutOfLineKey<int> out_of_line; // expected-note{{in instantiation of member function 'HasOutOfLineKey<int>::f' requested here}} variable
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp24 namespace out_of_line { namespace
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c3944 case MACH_MSG_OOL_DESCRIPTOR: return sizeof(desc->out_of_line);
3945 case MACH_MSG_OOL_VOLATILE_DESCRIPTOR: return sizeof(desc->out_of_line);
3997 if (desc->out_of_line.size > 0) {
3998 Addr start = VG_PGROUNDDN((Addr)desc->out_of_line.address);
3999 Addr end = VG_PGROUNDUP((Addr)desc->out_of_line.address +
4000 (Addr)desc->out_of_line.size);
4001 PRINT("got ool mem %p..%#lx;\n", desc->out_of_line.address,
4002 (Addr)desc->out_of_line.address+desc->out_of_line.size);
4079 PRE_FIELD_READ("msg->desc.out_of_line
[all...]

Completed in 252 milliseconds