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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 11 // jumps that enter a protected scope in an invalid way.
26 /// JumpScopeChecker - This object is used by Sema to diagnose invalid jumps
36 /// scopes that are introduced by VLAs and other things that scope jumps like
49 /// of this scope. Direct jumps always clean up their current scope
63 SmallVector<Stmt*, 16> Jumps;
98 // Check that all jumps we saw are kosher.
154 // A program that jumps from a point where a variable with automatic
162 // A program that jumps from a point where a local variable
197 // Also object to indirect jumps which leave scopes with dtors.
301 Jumps.push_back(S)
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.cpp 355 for (Jumps::Iterator iter = m_jumps.begin(); iter != m_jumps.end(); ++iter) {
MIPSAssembler.h 151 typedef SegmentedVector<int, 64> Jumps;
823 for (Jumps::Iterator iter = m_jumps.begin(); iter != m_jumps.end(); ++iter) {
969 Jumps m_jumps;
ARMAssembler.h 100 typedef SegmentedVector<int, 64> Jumps;
934 Jumps m_jumps;

Completed in 97 milliseconds