Home
last modified time | relevance | path

Searched defs:BlockScope (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/codegen/
Dconstant-pool.cc440 ConstantPool::BlockScope::BlockScope(Assembler* assm, size_t margin) in BlockScope() function in v8::internal::ConstantPool::BlockScope
446 ConstantPool::BlockScope::BlockScope(Assembler* assm, PoolEmissionCheck check) in BlockScope() function in v8::internal::ConstantPool::BlockScope
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h328 SmallVector<Block, 8> BlockScope; variable
DBitstreamWriter.h56 std::vector<Block> BlockScope; variable
/external/clang/include/clang/Sema/
DScope.h70 BlockScope = 0x40, enumerator
DScopeInfo.h609 BlockScopeInfo(DiagnosticsEngine &Diag, Scope *BlockScope, BlockDecl *Block) in BlockScopeInfo()
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h56 std::vector<Block> BlockScope; variable
DBitstreamReader.h428 SmallVector<Block, 8> BlockScope; variable
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h478 SmallVector<Block, 8> BlockScope; variable
/external/clang/lib/Sema/
DSema.cpp1132 void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) { in PushBlockScope()
/external/clang/lib/Parse/
DParseExpr.cpp2774 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope | in ParseBlockLiteralExpression() local