HomeSort by relevance Sort by last modified time
    Searched defs:LocalScope (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/heap/
LocalScope.h 34 A LocalScope is a temporary scope in which Locals are allocated. When a
35 LocalScope goes out of scope, all the Locals created in it are destroyed.
37 LocalScope is similar in concept to NSAutoreleasePool.
42 class LocalScope {
44 explicit LocalScope(JSGlobalData&);
45 ~LocalScope();
54 inline LocalScope::LocalScope(JSGlobalData& globalData)
60 inline LocalScope::~LocalScope()
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 75 /// LocalScope - Node in tree of local scopes created for C++ implicit
83 /// LocalScope object using CFGBuilder::ScopePos as link to previous scope
94 /// LocalScope can break this assumption),
96 class LocalScope {
103 const LocalScope* Scope;
118 const_iterator(const LocalScope& S, unsigned I)
178 LocalScope(BumpVectorContext &ctx, const_iterator P)
192 int LocalScope::const_iterator::distance(LocalScope::const_iterator L) {
207 /// and LocalScope::const_iterator that specifies position in LocalScope graph
    [all...]

Completed in 338 milliseconds