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

  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 54 // BlockState - Each block is either:
71 struct BlockState {
72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {}
77 typedef SmallVector<BlockState, 8> BlockStateMap;
298 BlockState &BBState = BlockStates[MBB.getNumber()];
  /external/v8/src/parsing/
preparser.cc 296 BlockState block_state(&scope_, body_scope);
470 BlockState block_state(&scope_, block_scope);
781 BlockState block_state(&scope_, with_scope);
798 BlockState cases_block_state(&scope_, cases_scope);
860 BlockState block_state(&scope_, for_scope);
    [all...]
parser.cc     [all...]
preparser.h     [all...]
parser-base.h 143 // // Used by FunctionState and BlockState.
250 // FunctionState and BlockState together implement the parser's scope stack.
251 // The parser's current scope is in scope_. BlockState and FunctionState
254 class BlockState BASE_EMBEDDED {
256 BlockState(Scope** scope_stack, Scope* scope)
260 ~BlockState() { *scope_stack_ = outer_scope_; }
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 1012 volatile UCHAR BlockState;
    [all...]

Completed in 450 milliseconds