Searched defs:BlockState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.h21 enum BlockState { enum in class:ExternalProtocolHandler
33 virtual BlockState GetBlockState(const std::string& scheme) = 0;
44 static BlockState GetBlockState(const std::string& scheme);
47 static void SetBlockState(const std::string& scheme, BlockState state);
/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp54 // BlockState - Each block is either:
71 struct BlockState { struct in class:__anon26204::VZeroUpperInserter
72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} function in struct:__anon26204::VZeroUpperInserter::BlockState
77 typedef SmallVector<BlockState, 8> BlockStateMap;
294 BlockState &BBState = BlockStates[MBB.getNumber()];
/external/chromium_org/v8/src/
H A Dpreparser.h42 // // 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, function in class:v8::internal::ParserBase::BASE_EMBEDDED
155 ~BlockState() { *scope_stack_ = outer_scope_; }
1114 // Used by FunctionState and BlockState.

Completed in 350 milliseconds