HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 476 - 500 of 867) sorted by null

<<11121314151617181920>>

  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 832 DIScope *Scope;
834 Scope = TheCU;
836 Scope = LexicalBlocks.back();
838 DebugLoc::get(AST->getLine(), AST->getCol(), Scope));
1083 // Emit the start code first, without 'variable' in scope.
1169 // Emit the initializer before adding the variable to scope, this prevents
    [all...]
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 31 // Install the constructor in the global scope so Path2DBuilders can be constructed
36 // Create a stack-allocated handle scope.
41 // Enter the scope so all operations take place in the scope.
42 v8::Context::Scope contextScope(context);
  /external/v8/src/compiler/
ast-graph-builder.cc 110 // change the current {scope} and {context} during visitation.
113 ContextScope(AstGraphBuilder* builder, Scope* scope, Node* context)
116 scope_(scope),
128 // Current scope during visitation.
129 Scope* scope() const { return scope_; } function in class:v8::internal::compiler::BASE_EMBEDDED
134 Scope* scope_;
174 // walks through the stack giving each scope a chance to execute or defer the
176 // this also drops extra operands from the environment for each skipped scope
564 Scope* scope = info()->scope(); local
624 Scope* scope = info()->scope(); local
3199 Scope* scope = info()->scope(); local
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 203 TEST(ScopedVectorTest, Scope) {
312 // Start scope for ScopedVector.
  /frameworks/support/design/src/android/support/design/internal/
BottomNavigationMenuView.java 19 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/design/src/android/support/design/widget/
SwipeDismissBehavior.java 33 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/documents-archive/src/android/support/provider/
DocumentArchiveHelper.java 46 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/media-compat/java/android/support/v4/media/
MediaDescriptionCompat.java 28 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/transition/ics/android/support/transition/
TransitionManagerPort.java 30 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/
FadeAndShortSlide.java 36 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
DatePicker.java 33 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java 45 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
    [all...]
AppCompatActivity.java 46 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItemView.java 44 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
MenuItemWrapperICS.java 38 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarContainer.java 33 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
ListViewCompat.java 36 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java 31 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceGroupAdapter.java 33 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 789 if (Chunk.Mem.Scope().getScopeRep() &&
790 Chunk.Mem.Scope().getScopeRep()->containsUnexpandedParameterPack())
826 ExprResult Sema::ActOnSizeofParameterPackExpr(Scope *S,
    [all...]
SemaLambda.cpp 20 #include "clang/Sema/Scope.h"
43 /// V is potentially used (i.e. the lambda at the top of the scope info
399 // context, so that the Scope stack matches the lexical nesting.
474 void Sema::addLambdaParameters(CXXMethodDecl *CallOperator, Scope *CurScope) {
475 // Introduce our parameters into the function scope
480 // If this has an identifier, add it to the scope stack.
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 49 Scope, // Push a checking scope.
195 : Matcher(Scope), Children(children.begin(), children.end()) {
225 return N->getKind() == Scope;
503 /// then the match fails. This is semantically equivalent to a Scope node where
557 /// then the match fails. This is semantically equivalent to a Scope node where
    [all...]
  /external/v8/src/
d8.cc 138 const char* name, const char* scope, uint64_t id,
212 HandleScope scope(isolate);
302 Isolate::Scope isolate_scope(temp_isolate);
304 Context::Scope context_scope(Context::New(temp_isolate));
384 Context::Scope context_scope(realm);
    [all...]
  /external/v8/test/cctest/
test-profile-generator.cc 516 v8::HandleScope scope(CcTest::isolate());
518 v8::Context::Scope context_scope(env);
593 v8::HandleScope scope(CcTest::isolate());
595 v8::Context::Scope context_scope(env);
673 i::HandleScope scope(isolate);
696 v8::HandleScope scope(CcTest::isolate());
698 v8::Context::Scope context_scope(env);
  /external/clang/include/clang/Parse/
Parser.h 34 class Scope;
87 Scope *ScopeCache[ScopeCacheSize];
251 Scope *getCurScope() const { return Actions.getCurScope(); }
760 // Scope manipulation
762 /// ParseScope - Introduces a new scope for parsing. The kind of
763 /// scope is determined by ScopeFlags. Objects of this type should
765 /// parser enters the new scope, and this object's constructor will
766 /// create that new scope. Similarly, once the object is destroyed
767 /// the parser will exit the scope.
774 // ParseScope - Construct a new object to manage a scope in th
    [all...]

Completed in 1845 milliseconds

<<11121314151617181920>>