Home
last modified time | relevance | path

Searched refs:Jumps (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp63 SmallVector<Stmt*, 16> Jumps; member in __anon40024a0b0111::JumpScopeChecker
301 Jumps.push_back(S); in BuildScopeInformation()
322 Jumps.push_back(S); in BuildScopeInformation()
474 while (!Jumps.empty()) { in VerifyJumps()
475 Stmt *Jump = Jumps.pop_back_val(); in VerifyJumps()
/external/webkit/Source/JavaScriptCore/assembler/
DMIPSAssembler.h151 typedef SegmentedVector<int, 64> Jumps; typedef
823 for (Jumps::Iterator iter = m_jumps.begin(); iter != m_jumps.end(); ++iter) { in relocateJumps()
969 Jumps m_jumps;
DARMAssembler.cpp355 for (Jumps::Iterator iter = m_jumps.begin(); iter != m_jumps.end(); ++iter) { in executableCopy()
DARMAssembler.h100 typedef SegmentedVector<int, 64> Jumps; typedef
934 Jumps m_jumps;
/external/llvm/lib/Target/MSP430/
DMSP430InstrFormats.td196 // MSP430 Conditional Jumps Instructions
/external/valgrind/main/docs/internals/
Dtracking-fn-entry-exit.txt65 (*1) Jumps between ELF objects are function calls to a shared library. This is
/external/qemu/tcg/
DREADME130 ********* Jumps/Labels
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td64 // New-value Jumps
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1662028 Jumps within a WML deck using <go> task elements fail. Manual reloading
DChangeLog-2010-01-2922573 … Pan Scrolling Jumps out of frames if the initial location is in a frame that can't be scrolled.