OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blockscope
(Results
1 - 14
of
14
) sorted by null
/prebuilts/misc/common/ecj/
ecj.jar
/external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp
33
BlockScope
= RHS.
BlockScope
;
34
for (size_t S = 0, e =
BlockScope
.size(); S != e; ++S) {
35
std::vector<BitCodeAbbrev*> &Abbrevs =
BlockScope
[S].PrevAbbrevs;
48
for (size_t S = 0, e =
BlockScope
.size(); S != e; ++S) {
49
std::vector<BitCodeAbbrev*> &Abbrevs =
BlockScope
[S].PrevAbbrevs;
53
BlockScope
.clear();
59
// Save the current block's state on
BlockScope
.
60
BlockScope
.push_back(Block(CurCodeSize));
61
BlockScope
.back().PrevAbbrevs.swap(CurAbbrevs)
[
all
...]
/external/clang/include/clang/Sema/
Scope.h
61
BlockScope
= 0x40,
128
///
BlockScope
if this scope is not one, or null if there is none.
170
bool isBlockScope() const { return Flags &
BlockScope
; }
297
Scope::
BlockScope
| Scope::TemplateParamScope |
ScopeInfo.h
525
BlockScopeInfo(DiagnosticsEngine &Diag, Scope *
BlockScope
, BlockDecl *Block)
527
TheScope(
BlockScope
)
Sema.h
[
all
...]
/external/clang/lib/Sema/
Scope.cpp
51
if (flags &
BlockScope
) BlockParent = this;
Sema.cpp
[
all
...]
TreeTransform.h
[
all
...]
SemaExprCXX.cpp
566
(Scope::FnScope | Scope::ClassScope | Scope::
BlockScope
|
[
all
...]
/external/llvm/include/llvm/Bitcode/
BitstreamWriter.h
52
///
BlockScope
- This tracks the current blocks that we have entered.
53
std::vector<Block>
BlockScope
;
101
assert(
BlockScope
.empty() && CurAbbrevs.empty() && "Block imbalance");
228
BlockScope
.push_back(Block(OldCodeSize, BlockSizeWordIndex));
229
BlockScope
.back().PrevAbbrevs.swap(CurAbbrevs);
243
assert(!
BlockScope
.empty() && "Block scope imbalance!");
250
const Block &B =
BlockScope
.back();
266
BlockScope
.back().PrevAbbrevs.swap(CurAbbrevs);
267
BlockScope
.pop_back();
BitstreamReader.h
199
///
BlockScope
- This tracks the codesize of parent blocks.
200
SmallVector<Block, 8>
BlockScope
;
497
if (
BlockScope
.empty()) return true;
510
CurCodeSize =
BlockScope
.back().PrevCodeSize;
517
BlockScope
.back().PrevAbbrevs.swap(CurAbbrevs);
518
BlockScope
.pop_back();
/external/clang/lib/Parse/
ParseExpr.cpp
[
all
...]
ParseExprCXX.cpp
[
all
...]
ParseDecl.cpp
[
all
...]
Completed in 4302 milliseconds