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

  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast_stress.cpp 58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
  /external/chromium_org/ppapi/proxy/
plugin_resource.h 29 enum Destination {
58 void SendCreate(Destination dest, const IPC::Message& msg);
65 void AttachToPendingHost(Destination dest, int pending_host_id);
69 void Post(Destination dest, const IPC::Message& msg);
98 int32_t Call(Destination dest,
115 int32_t SyncCall(Destination dest, const IPC::Message& msg);
117 int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a);
119 int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a, B* b);
121 int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a, B* b, C* c);
124 Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d)
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 532 enum Destination {
539 // floating point registers. Depending on the destination the values ends up
540 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
544 Destination destination,
563 // |destination|.
567 Destination destination,
581 Destination destination,
    [all...]
  /external/clang/lib/CodeGen/
EHScopeStack.h 39 /// If null, LatestBranch points directly to the destination.
42 /// The ultimate destination of the branch.
46 llvm::BasicBlock *Destination;
48 /// The destination index value.
286 /// switch statement. The use points to the final destination.
  /external/llvm/lib/Transforms/Utils/
Local.cpp 52 /// destination. This is a nontrivial operation because the successors of this
71 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
83 Builder.CreateBr(Destination);
155 // Otherwise, check to see if the switch only branches to one destination.
167 // If we found a single destination that we can fold the switch into, do so
194 // instruction if it has only one non-default destination.
246 // If we didn't find our destination in the IBI successor list, then we
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 132 milliseconds