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

  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.h 21 enum BlockState {
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/
X86VZeroUpper.cpp 54 // BlockState - Each block is either:
71 struct BlockState {
72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {}
77 typedef SmallVector<BlockState, 8> BlockStateMap;
294 BlockState &BBState = BlockStates[MBB.getNumber()];
  /external/chromium_org/v8/src/
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...]
  /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 251 milliseconds