HomeSort by relevance Sort by last modified time
    Searched defs:Multiple (Results 1 - 5 of 5) 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/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;
279 /// argument passed to malloc is a multiple of the size of the malloced type,
280 /// then return that multiple. For non-array mallocs, the multiple is
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 40 struct Multiple : B1, B2 {
74 int Multiple ::*m_d_memptr;
92 void (Multiple::*m_f_memptr)();
99 struct Unspecified : Multiple, Virtual {
111 void (Multiple ::*m_f_mp)() = &B2::foo;
177 void (Multiple ::*m_f_memptr)() = &Multiple::foo;
188 // CHECK: { i8* bitcast (void (%{{.*}}*)* @"\01?foo@Multiple@@QAEXXZ" to i8*), i32 0 },
352 void callMemberPointerMultiple(Multiple *o, void (Multiple::*memptr)())
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1140 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon9748
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 129 milliseconds