HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 51 - 75 of 233) sorted by null

1 23 4 5 6 7 8 910

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomSQLStatementErrorCallback.cpp 57 v8::Context::Scope scope(v8Context);
V8InjectedScriptManager.cpp 78 v8::HandleScope scope; local
81 v8::Context::Scope contextScope(inspectedContext);
117 v8::Context::Scope contextScope(context);
132 v8::Context::Scope contextScope(context);
166 v8::Context::Scope contextScope(context);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 183 /// If there are global variables in this scope then create and insert
248 /// for this scope and attach DW_AT_low_pc/DW_AT_high_pc labels.
250 LexicalScope *Scope) {
253 if (Scope->isAbstractScope())
256 const SmallVector<InsnRange, 4> &Ranges = Scope->getRanges();
283 assert(Start->isDefined() && "Invalid starting label for an inlined scope!");
284 assert(End->isDefined() && "Invalid end label for an inlined scope!");
292 /// constructInlinedScopeDIE - This scope represents inlined body of
296 LexicalScope *Scope) {
298 const SmallVector<InsnRange, 4> &Ranges = Scope->getRanges()
    [all...]
DwarfDebug.h 234 /// ScopeVariables - Collection of dbg variables of a scope.
279 /// label location to indicate scope boundries in dwarf debug info.
321 /// If there are global variables in this scope then create and insert
326 /// for this scope and attach DW_AT_low_pc/DW_AT_high_pc labels.
327 DIE *constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
329 /// constructInlinedScopeDIE - This scope represents inlined body of
332 DIE *constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
337 /// constructScopeDIE - Construct a DIE for this scope.
338 DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
427 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 19 #include "clang/Sema/Scope.h"
390 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope);
656 return ParseCompoundStatement(Attr, isStmtExpr, Scope::DeclScope);
693 // Enter a scope to hold everything within the compound stmt. Compound
704 /// consume the '}' at the end of the block. It does not manipulate the scope
894 // A name introduced by a declaration in a condition is in scope from its
902 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX);
912 // C99 6.8.4p3 - In C99, the body of the if statement is a scope, even i
    [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 1 //===- LexicalScopes.cpp - Collecting lexical scope info -*- C++ -*--------===//
12 // This pass collects lexical scope information and maps machine instructions
37 /// lexical scope.
50 /// initialize - Scan machine function and constuct lexical scope nest.
56 /// empty - Return true if there is any lexical scope information available.
59 /// isCurrentFunctionScope - Return true if given lexical scope represents
65 /// getCurrentFunctionScope - Return lexical scope for the current function.
69 /// which have machine instructions that belong to lexical scope identified by
74 /// dominates - Return true if DebugLoc's lexical scope dominates at least one
75 /// machine instruction's lexical scope in a given machine basic block
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 75 // Holds the filename of each Scope, so that we can pass a null-terminated
81 const char *getFilename(MDNode *Scope) {
82 std::string &Filename = Filenames[Scope];
84 Filename = DIScope(Scope).getFilename();
  /external/v8/test/cctest/
test-threads.cc 39 v8::HandleScope scope; local
40 v8::Context::Scope context_scope(v8::Context::New());
71 v8::HandleScope scope; local
72 v8::Context::Scope context_scope(v8::Context::New());
110 v8::HandleScope scope; local
111 v8::Context::Scope context_scope(v8::Context::New());
test-thread-termination.cc 124 v8::HandleScope scope; local
128 v8::Context::Scope context_scope(context);
144 v8::HandleScope scope; local
148 v8::Context::Scope context_scope(context);
180 v8::HandleScope scope; local
183 v8::Context::Scope context_scope(context);
203 v8::HandleScope scope; local
208 v8::Context::Scope context_scope(context);
294 v8::HandleScope scope; local
303 v8::Context::Scope context_scope(context)
345 v8::HandleScope scope; local
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
UselessViewDetector.java 23 import com.android.tools.lint.detector.api.Scope;
71 public Scope getScope() {
72 return Scope.SINGLE_FILE;
  /external/webkit/Source/WebCore/bindings/v8/
ScriptController.cpp 175 v8::Context::Scope scope(v8Context);
231 v8::Context::Scope scope(v8Context);
271 v8::Context::Scope scope(v8Context);
288 v8::Context::Scope scope(v8Context);
402 v8::Context::Scope scope(v8Context)
    [all...]
ScheduledAction.cpp 113 v8::Context::Scope scope(v8Context);
139 v8::Context::Scope scope(v8Context);
ScriptEventListener.cpp 91 v8::HandleScope scope;
94 v8::Context::Scope contextScope(context);
107 v8::HandleScope scope;
110 v8::Context::Scope contextScope(context);
NPV8Object.cpp 173 v8::Context::Scope scope(context);
226 v8::Context::Scope scope(context);
275 v8::Context::Scope scope(context);
314 v8::Context::Scope scope(context);
349 v8::Context::Scope scope(context)
    [all...]
V8IsolatedContext.cpp 55 v8::HandleScope scope; local
62 v8::Context::Scope contextScope(m_context->get());
ScriptDebugServer.cpp 65 v8::HandleScope scope; local
67 v8::Context::Scope contextScope(debuggerContext);
86 v8::HandleScope scope; local
88 v8::Context::Scope contextScope(debuggerContext);
100 v8::HandleScope scope; local
102 v8::Context::Scope contextScope(debuggerContext);
111 v8::HandleScope scope; local
113 v8::Context::Scope contextScope(debuggerContext);
126 v8::HandleScope scope; local
127 v8::Context::Scope contextScope(v8::Debug::GetDebugContext())
138 v8::HandleScope scope; local
217 v8::HandleScope scope; local
322 v8::HandleScope scope; local
360 v8::HandleScope scope; local
    [all...]
  /external/clang/include/clang/Sema/
IdentifierResolver.h 1 //===- IdentifierResolver.h - Lexical Scope Name lookup ---------*- C++ -*-===//
27 class Scope;
37 /// decl with that declaration name is shadowed in some scope.
47 /// RemoveDecl - Remove the decl from the scope chain.
152 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
156 /// whether the declaration is in scope for the purposes of explicit template
159 Scope *S = 0,
  /external/llvm/lib/Analysis/
DebugInfo.cpp 226 /// isScope - Return true if the specified tag is one of the scope
508 // This variable is not inlined function argument if its scope
758 DIScope Scope(DL.getScope(Ctx));
760 if (Scope.Verify())
761 CommentOS << Scope.getFilename();
906 // Insert inlined scope as 7th element.
913 /// cleanseInlinedVariable - Remove inlined scope from the variable.
916 // Insert inlined scope as 7th element.
967 DIDescriptor Scope(Loc.getScope(Ctx));
969 if (Scope.isCompileUnit()
    [all...]
DIBuilder.cpp 311 DIType DIBuilder::createMemberType(DIDescriptor Scope, StringRef Name,
319 getNonCompileUnitScope(Scope),
452 DIType DIBuilder::createUnionType(DIDescriptor Scope, StringRef Name,
460 getNonCompileUnitScope(Scope),
499 DIType DIBuilder::createEnumerationType(DIDescriptor Scope, StringRef Name,
507 getNonCompileUnitScope(Scope),
701 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope,
708 getNonCompileUnitScope(Scope),
721 DISubprogram Fn(getDISubprogram(Scope));
730 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope,
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 200 enum ContextKind { StackFrame, Scope, Block };
310 : LocationContext(Scope, ctx, parent), Enter(s) {}
319 ProfileCommon(ID, Scope, ctx, parent, s);
323 return Ctx->getKind() == Scope;
  /external/clang/include/clang/Serialization/
ChainedIncludesSource.h 70 virtual bool LookupUnqualified(LookupResult &R, Scope *S);
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 24 bool TargetAttributesSema::ProcessDeclAttribute(Scope *scope, Decl *D,
63 bool ProcessDeclAttribute(Scope *scope, Decl *D,
109 bool ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr,
238 bool ProcessDeclAttribute(Scope *scope, Decl *D,
SemaCXXScopeSpec.cpp 1 //===--- SemaCXXScopeSpec.cpp - Semantic Analysis for C++ scope specifiers-===//
10 // This file implements C++ semantic analysis for scope specifiers.
69 /// scope specifier.
71 /// \param SS the C++ scope specifier as it appears in the source
74 /// this scope specifier, so we can retrieve the declaration context of a
78 /// \returns the declaration context represented by the scope specifier @p SS,
172 // \brief Determine whether this C++ scope specifier refers to an
252 bool Sema::ActOnCXXGlobalScopeSpecifier(Scope *S, SourceLocation CCLoc,
290 /// nested-name-specifier within the given scope, and return the result of that
292 NamedDecl *Sema::FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS)
    [all...]
  /external/v8/src/
variables.cc 89 Variable::Variable(Scope* scope,
94 : scope_(scope),
  /external/webkit/Source/WebKit/chromium/src/
InspectorFrontendClientImpl.cpp 67 v8::Context::Scope contextScope(frameContext);

Completed in 1051 milliseconds

1 23 4 5 6 7 8 910