Searched refs:BlockState (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86VZeroUpper.cpp | 71 struct BlockState { struct in __anon41365ce50111::VZeroUpperInserter 72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} in BlockState() argument 77 typedef SmallVector<BlockState, 8> BlockStateMap; 298 BlockState &BBState = BlockStates[MBB.getNumber()]; in runOnMachineFunction()
|
/external/v8/src/parsing/ |
D | preparser.cc | 834 BlockState block_state(&scope_, with_scope); in ParseWithStatement() 1064 BlockState block_state(&scope_, with_scope); in ParseTryStatement() 1214 BlockState block_state(&scope_, scope); in ParseClassLiteral() 1279 BlockState block_state(&scope_, block_scope); in ParseDoExpression()
|
D | parser.cc | 1060 BlockState block_state(&scope_, scope); in ParseLazy() 2228 { BlockState block_state(&scope_, block_scope); in ParseBlock() 2816 { BlockState block_state(&scope_, with_scope); in ParseWithStatement() 2825 BlockState block_state(&scope_, block_scope); in ParseWithStatement() 2931 BlockState cases_block_state(&scope_, cases_scope); in ParseSwitchStatement() 3030 BlockState block_state(&scope_, catch_scope); in ParseTryStatement() 3040 BlockState block_state(&scope_, block_scope); in ParseTryStatement() 4545 BlockState block_state(&scope_, param_scope); in BuildParameterInitializationBlock() 4598 BlockState block_state(&scope_, inner_scope); in ParseEagerFunctionBody() 4747 BlockState block_state(&scope_, block_scope); in ParseClassLiteral()
|
D | parser-base.h | 166 class BlockState BASE_EMBEDDED { 168 BlockState(Scope** scope_stack, Scope* scope) in BlockState() function 172 ~BlockState() { *scope_stack_ = outer_scope_; } in ~BlockState()
|
/external/clang/lib/Format/ |
D | UnwrappedLineParser.cpp | 1873 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local
|