Searched defs:Scope (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2073.js38 function Scope() { class
48 Scope.prototype = {
85 var $root = new Scope();
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRHashMap.h42 NSInteger Scope; variable
51 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRHashMap.h41 NSInteger Scope; variable
69 - (id)lookup:(NSString *)s Scope:(int)scope;
71 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope; variable
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DDOMRequestState.h51 class Scope { class in class:WebCore::DOMRequestState
53 explicit Scope(DOMRequestState& state) function in class:WebCore::DOMRequestState::Scope
59 v8::Context::Scope m_contextScope;
/external/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h28 // Holds the filename of each Scope, so that we can pass a null-terminated
35 const char *getFilename(MDNode *Scope) { argument
36 std::string &Filename = Filenames[Scope];
38 DIScope DIScope(Scope);
44 const char *getFullPath(MDNode *Scope) { argument
45 std::string &P = Paths[Scope];
47 DIScope DIScope(Scope);
/external/clang/lib/Sema/
H A DAttributeList.cpp135 StringRef Scope = ScopeName ? ScopeName->getName() : ""; local
H A DJumpDiagnostics.cpp635 unsigned Scope = I->first; local
644 if (Reachable.test(Scope)) {
647 for (unsigned S = I->first; S != Scope; S = Scopes[S].ParentScope)
655 if (Scope == 0 || Scope < Min) break;
658 if (Scopes[Scope].OutDiag) break;
660 Scope = Scopes[Scope].ParentScope;
/external/chromium_org/tools/gn/
H A Dscope.cc21 Scope::Scope(const Settings* settings) function in class:Scope
28 Scope::Scope(Scope* parent) function in class:Scope
35 Scope::Scope(const Scope* parent) function in class:Scope
42 Scope::~Scope() {
[all...]
H A Dscope.h24 // Scope for the script execution.
35 class Scope { class
44 ProgrammaticProvider(Scope* scope) : scope_(scope) {
57 Scope* scope_;
61 Scope(const Settings* settings);
64 Scope(Scope* parent);
65 Scope(const Scope* parent);
67 ~Scope();
[all...]
/external/llvm/lib/IR/
H A DDebugLoc.cpp48 /// Return both the Scope and the InlinedAt values.
49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, argument
52 Scope = IA = 0;
61 Scope = Ctx.pImpl->ScopeRecords[ScopeIdx-1].get();
69 Scope = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
75 MDNode *Scope, MDNode *InlinedAt) {
79 if (Scope == 0) return Result;
86 LLVMContext &Ctx = Scope->getContext();
90 Result.ScopeIdx = Ctx.pImpl->getOrAddScopeRecordIdxEntry(Scope, 0);
92 Result.ScopeIdx = Ctx.pImpl->getOrAddScopeInlinedAtIdxEntry(Scope,
74 get(unsigned Line, unsigned Col, MDNode *Scope, MDNode *InlinedAt) argument
119 MDNode *Scope = Loc.getScope(); local
128 MDNode *Scope = LexBlock.getContext(); local
161 getOrAddScopeRecordIdxEntry(MDNode *Scope, int ExistingIdx) argument
184 getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, int ExistingIdx) argument
[all...]
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h61 llvm::MDNode* Scope; member in class:JITEventListenerTestBase
84 Scope = DebugBuilder->createFile(getFilename(), ".");
/external/chromium_org/media/webm/
H A Dwebm_content_encodings.h23 enum Scope { enum in class:media::ContentEncoding
58 Scope scope() const { return scope_; }
59 void set_scope(Scope scope) { scope_ = scope; }
77 Scope scope_;
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp100 MDNode *Scope, *IA; local
101 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
102 if (Scope) EnumerateMetadata(Scope);
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp117 MDNode *Scope = NULL; local
119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
120 if (!Scope) return NULL;
124 DIDescriptor D = DIDescriptor(Scope);
126 Scope = DILexicalBlockFile(Scope).getScope();
130 return LexicalScopeMap.lookup(Scope);
136 MDNode *Scope = NULL; local
138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
142 getOrCreateAbstractScope(Scope);
151 getOrCreateRegularScope(MDNode *Scope) argument
175 getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt) argument
214 constructScopeNest(LexicalScope *Scope) argument
271 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
293 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
[all...]
H A DMachineCSE.cpp422 ScopeType *Scope = new ScopeType(VNT); local
423 ScopeMap[MBB] = Scope;
/external/v8/src/
H A Dpreparser.h444 class Scope { class in class:v8::preparser::PreParser
446 Scope(Scope** variable, ScopeType type) function in class:v8::preparser::PreParser::Scope
457 ~Scope() { *variable_ = prev_; }
477 Scope** const variable_;
478 Scope* const prev_;
489 Scope top_scope(&scope_, kTopLevelScope);
648 Scope* scope_;
H A Dscopes.h47 Variable* Declare(Scope* scope,
61 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
85 class Scope: public ZoneObject { class in namespace:v8::internal
90 Scope(Scope* outer_scope, ScopeType type);
97 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope);
107 Scope* FinalizeBlockScope();
220 // Scope-specific info.
338 ZoneList<Scope*>* inner_scope
[all...]
/external/clang/include/clang/Sema/
H A DScope.h1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
26 /// Scope - A scope is a transient data structure that is used while parsing the
30 class Scope { class in namespace:clang
99 Scope *AnyParent;
119 Scope *FnParent;
125 Scope *BreakParent, *ContinueParent;
129 Scope *BlockParent;
135 Scope *TemplateParamParen
159 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) function in class:clang::Scope
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb129 = Scope
131 Scope is used to represent instances of ANTLR's various attribute scopes.
137 Block = Scope.new( "name", "depth = 0", "variables = {}" )
144 class Scope < ::Struct class in class:ANTLR3
314 def Scope( *declarations, &body ) method in class:ANTLR3.Scope.Recognizer
315 Scope.new( *declarations, &body )
/external/chromium_org/third_party/jinja2/
H A Dnodes.py883 class Scope(Stmt): class in inherits:Stmt
/external/chromium_org/v8/src/
H A Dscopes.h47 Variable* Declare(Scope* scope,
66 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
95 class Scope: public ZoneObject { class in namespace:v8::internal
100 Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone);
107 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope,
118 Scope* FinalizeBlockScope();
228 // Scope-specific info.
355 ZoneList<Scope*>* inner_scope
[all...]
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h208 enum ContextKind { StackFrame, Scope, Block }; enumerator in enum:clang::LocationContext::ContextKind
320 : LocationContext(Scope, ctx, parent), Enter(s) {}
329 ProfileCommon(ID, Scope, ctx, parent, s);
333 return Ctx->getKind() == Scope;
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp328 Scope(*availableValues),
336 ScopedHTType::ScopeTy Scope; member in class:__anon21648::EarlyCSE::NodeScope

Completed in 454 milliseconds

123