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

  /external/clang/test/SemaCXX/
member-pointer-ms.cpp 11 // - single, multiple, and virtual inheritance (and unspecified for incomplete)
113 struct Multiple : B1, B2 { };
116 static_assert(sizeof(int Multiple::*) == kMultipleDataSize, "");
119 static_assert(sizeof(void (Multiple::*)()) == kMultipleFunctionSize, "");
146 static_assert(sizeof(int Y<Multiple>::*) == kMultipleDataSize, "");
149 static_assert(sizeof(void (Y<Multiple>::*)()) == kMultipleFunctionSize, "");
155 // A non-primary base class uses the multiple inheritance model for member
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 20 struct Multiple : B1, B2 {
54 int Multiple ::*m_d_memptr;
72 void (Multiple::*m_f_memptr)();
79 struct Unspecified : Multiple, Virtual {
91 void (Multiple ::*m_f_mp)() = &B2::foo;
157 void (Multiple ::*m_f_memptr)() = &Multiple::foo;
168 // CHECK: { i8* bitcast (void (%{{.*}}*)* @"\01?foo@Multiple@@QAEXXZ" to i8*), i32 0 },
332 void callMemberPointerMultiple(Multiple *o, void (Multiple::*memptr)())
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 1140 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon16480
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1140 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon26275
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 224 // If malloc call's arg can be determined to be a multiple of ElementSize,
225 // return the multiple. Otherwise, return NULL.
227 Value *Multiple = nullptr;
228 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
230 return Multiple;
296 /// argument passed to malloc is a multiple of the size of the malloced type,
297 /// then return that multiple. For non-array mallocs, the multiple is
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 691 void Multiple(bool server_pump, bool client_pump) {
695 base::Thread worker_thread("Multiple");
725 // Tests that multiple SyncObjects on the same listener thread can unblock each
727 TEST_F(IPCSyncChannelTest, Multiple) {
728 Multiple(false, false);
729 Multiple(false, true);
730 Multiple(true, false);
731 Multiple(true, true);
737 // multiple sync channels are in use on the same thread on the client and
761 // multiple sync channels are in use on the same thread and they make neste
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 659 milliseconds