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 58 // BlockState - Each block is either:
75 struct BlockState {
76 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {}
81 typedef SmallVector<BlockState, 8> BlockStateMap;
308 BlockState &BBState = BlockStates[MBB.getNumber()];
  /external/v8/src/parsing/
parser-base.h 295 // BlockState and FunctionState implement the parser's scope stack.
296 // The parser's current scope is in scope_. BlockState and FunctionState
299 class BlockState BASE_EMBEDDED {
301 BlockState(Scope** scope_stack, Scope* scope)
306 BlockState(Zone* zone, Scope** scope_stack)
307 : BlockState(scope_stack,
310 ~BlockState() { *scope_stack_ = outer_scope_; }
376 class FunctionState final : public BlockState {
    [all...]
preparser.cc 147 BlockState block_state(&scope_, inner_scope);
parser.cc 848 BlockState block_state(&scope_, outer);
    [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 379 milliseconds