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

  /external/clang/test/SemaCXX/
member-pointer-ms.cpp 10 // - single, multiple, and virtual inheritance (and unspecified for incomplete)
54 struct Multiple : B1, B2 { };
57 static_assert(sizeof(int Multiple::*) == kMultipleDataSize, "");
60 static_assert(sizeof(void (Multiple::*)()) == kMultipleFunctionSize, "");
81 static_assert(sizeof(int Y<Multiple>::*) == kMultipleDataSize, "");
84 static_assert(sizeof(void (Y<Multiple>::*)()) == kMultipleFunctionSize, "");
90 // A non-primary base class uses the multiple inheritance model for member
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 16 struct Multiple : B1, B2 {
49 int Multiple ::*m_d_memptr;
64 void (Multiple::*m_f_memptr)();
71 struct Unspecified : Multiple, Virtual {
79 void (Multiple ::*m_f_mp)() = &B2::foo;
142 void (Multiple ::*m_f_memptr)() = &Multiple::foo;
153 // CHECK: { i8* bitcast (void (%{{.*}}*)* @"\01?foo@Multiple@@QAEXXZ" to i8*), i32 0 },
303 void callMemberPointerMultiple(Multiple *o, void (Multiple::*memptr)())
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 215 // If malloc call's arg can be determined to be a multiple of ElementSize,
216 // return the multiple. Otherwise, return NULL.
218 Value *Multiple = 0;
219 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
221 return Multiple;
287 /// argument passed to malloc is a multiple of the size of the malloced type,
288 /// then return that multiple. For non-array mallocs, the multiple is
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 1070 Multiple = 2,
1119 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon13180
    [all...]
  /external/dropbear/libtommath/
bn.tex 86 release the textbook ``Implementing Multiple Precision Arithmetic'' has been placed in the public domain with every new
248 source code is also accessible for computer science students attempting to learn ``BigNum'' or multiple precision
334 The basic ``multiple precision integer'' type is known as the ``mp\_int'' within LibTomMath. This data type is used to
440 \subsection{Multiple Initializations}
454 are available for use. A complementary mp\_clear\_multi() function allows multiple mp\_int variables to be free'd
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1063 Multiple = 2,
1078 case Multiple: return TRACE_RETURN (u.multiple.dispatch (c));
1112 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon20462
    [all...]
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 692 void Multiple(bool server_pump, bool client_pump) {
696 base::Thread worker_thread("Multiple");
726 // Tests that multiple SyncObjects on the same listener thread can unblock each
728 TEST_F(IPCSyncChannelTest, Multiple) {
729 Multiple(false, false);
730 Multiple(false, true);
731 Multiple(true, false);
732 Multiple(true, true);
738 // multiple sync channels are in use on the same thread on the client and
762 // multiple sync channels are in use on the same thread and they make neste
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 254 related issue is if you use the same symmetric cipher, hash or public key state data in multiple threads. Normally
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1584 milliseconds