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

  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 85 * Align text at the bottom of the text block
87 Bottom
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 546 /// jump around it or will be the bottom of the loop if we lay it out in place,
547 /// but if it it doesn't end up at the bottom of the loop for any reason,
724 /// \brief Attempt to rotate an exiting block to the bottom of the loop.
729 /// of its bottom already, don't rotate it.
750 // bottom is a viable exiting block. If so, bail out as rotating will
753 MachineBasicBlock *Bottom = *llvm::prior(LoopChain.end());
754 for (MachineBasicBlock::succ_iterator SI = Bottom->succ_begin(),
755 SE = Bottom->succ_end();
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 657 struct Bottom { constexpr Bottom() {} };
658 struct Base : Bottom {
663 struct Base2 : Bottom {
690 constexpr Bottom &bot1 = (Base&)derived;
691 constexpr Bottom &bot2 = (Base2&)derived;
694 constexpr Bottom *pb1 = (Base*)&derived;
695 constexpr Bottom *pb2 = (Base2*)&derived;
714 static_assert((Bottom*)nullB == 0, "");
716 static_assert((void*)(Bottom*)nullB == (void*)(Derived*)nullB, "")
    [all...]

Completed in 247 milliseconds