HomeSort by relevance Sort by last modified time
    Searched refs:BlockState (Results 1 - 6 of 6) 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/
preparser.cc 615 BlockState block_state(&scope_, &with_scope);
789 BlockState block_state(&scope_, &with_scope);
preparser.h 42 // // Used by FunctionState and BlockState.
142 // FunctionState and BlockState together implement the parser's scope stack.
143 // The parser's current scope is in scope_. BlockState and FunctionState
146 class BlockState BASE_EMBEDDED {
148 BlockState(typename Traits::Type::Scope** scope_stack,
155 ~BlockState() { *scope_stack_ = outer_scope_; }
    [all...]
parser.cc     [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 565 milliseconds