OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blockscope
(Results
1 - 20
of
20
) sorted by null
/prebuilts/misc/common/ecj/
ecj.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar
ecj-4.2.2-sources.jar
/external/clang/lib/Sema/
Scope.cpp
42
if ((Flags & (FnScope | ClassScope |
BlockScope
| TemplateParamScope |
65
if (flags &
BlockScope
) BlockParent = this;
158
} else if (Flags &
BlockScope
) {
159
OS << "
BlockScope
";
160
Flags &= ~
BlockScope
;
Sema.cpp
[
all
...]
TreeTransform.h
[
all
...]
SemaExprCXX.cpp
603
(Scope::FnScope | Scope::ClassScope | Scope::
BlockScope
|
[
all
...]
/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/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
198
///
BlockScope
- This tracks the codesize of parent blocks.
199
SmallVector<Block, 8>
BlockScope
;
496
if (
BlockScope
.empty()) return true;
509
CurCodeSize =
BlockScope
.back().PrevCodeSize;
516
BlockScope
.back().PrevAbbrevs.swap(CurAbbrevs);
517
BlockScope
.pop_back();
/external/clang/include/clang/Sema/
Scope.h
69
BlockScope
= 0x40,
158
///
BlockScope
if this scope is not one, or null if there is none.
203
bool isBlockScope() const { return Flags &
BlockScope
; }
364
Scope::
BlockScope
| Scope::TemplateParamScope |
ScopeInfo.h
531
BlockScopeInfo(DiagnosticsEngine &Diag, Scope *
BlockScope
, BlockDecl *Block)
533
TheScope(
BlockScope
)
Sema.h
[
all
...]
/external/clang/lib/Parse/
ParseExpr.cpp
[
all
...]
ParseExprCXX.cpp
[
all
...]
ParseDecl.cpp
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar
/prebuilts/clang/linux-x86/host/3.5/bin/
clang
clang++
/prebuilts/sdk/tools/linux/
libclang.so
Completed in 667 milliseconds