Home
last modified time | relevance | path

Searched refs:ScopeType (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/src/debug/
Ddebug-scope-iterator.h24 ScopeType GetType() override;
48 ScopeType GetType() override;
62 ScopeType type_;
Ddebug-scope-iterator.cc83 v8::debug::ScopeIterator::ScopeType DebugScopeIterator::GetType() { in GetType()
85 return static_cast<v8::debug::ScopeIterator::ScopeType>(iterator_.Type()); in GetType()
151 v8::debug::ScopeIterator::ScopeType DebugWasmScopeIterator::GetType() { in GetType()
Ddebug-scopes.h24 enum ScopeType { enum
65 ScopeType Type() const;
Ddebug-scopes.cc233 ScopeType type = Type(); in DeclaresLocals()
254 ScopeType scope_type = Type(); in Next()
294 ScopeIterator::ScopeType ScopeIterator::Type() const { in Type()
358 ScopeType type = Type(); in ScopeObject()
Ddebug-interface.h401 enum ScopeType { enum
415 virtual ScopeType GetType() = 0;
/external/v8/src/objects/
Dscope-info.h41 ScopeType scope_type() const;
253 static bool NeedsPositionInfo(ScopeType type);
255 ScopeType type);
277 class ScopeTypeField : public BitField<ScopeType, 0, 4> {};
Dscope-info.cc371 ScopeType type) { in CreateForBootstrapping()
460 ScopeType ScopeInfo::scope_type() const { in scope_type()
534 bool ScopeInfo::NeedsPositionInfo(ScopeType type) { in NeedsPositionInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp73 typedef ScopedHTType::ScopeTy ScopeType; typedef in __anon43e1723b0111::MachineCSE
74 DenseMap<MachineBasicBlock*, ScopeType*> ScopeMap;
341 ScopeType *Scope = new ScopeType(VNT); in EnterScope()
347 DenseMap<MachineBasicBlock*, ScopeType*>::iterator SI = ScopeMap.find(MBB); in ExitScope()
/external/v8/src/ast/
Dscopes.h99 Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type); in NON_EXPORTED_BASE()
377 ScopeType scope_type() const { return scope_type_; } in NON_EXPORTED_BASE()
555 const ScopeType scope_type_; in NON_EXPORTED_BASE()
622 Scope(Zone* zone, ScopeType type, Handle<ScopeInfo> scope_info); in NON_EXPORTED_BASE()
642 DeclarationScope(Zone* zone, Scope* outer_scope, ScopeType scope_type,
644 DeclarationScope(Zone* zone, ScopeType scope_type,
Dscopes.cc143 Scope::Scope(Zone* zone, Scope* outer_scope, ScopeType scope_type) in Scope()
184 ScopeType scope_type, in DeclarationScope()
256 Scope::Scope(Zone* zone, ScopeType scope_type, Handle<ScopeInfo> scope_info) in Scope()
276 DeclarationScope::DeclarationScope(Zone* zone, ScopeType scope_type, in DeclarationScope()
690 DCHECK_EQ(scope->scope_type_, ScopeType::FUNCTION_SCOPE); in Analyze()
1595 const char* Header(ScopeType scope_type, FunctionKind function_kind, in Header()
/external/v8/src/
Dglobals.h895 enum ScopeType : uint8_t { enum
905 inline std::ostream& operator<<(std::ostream& os, ScopeType type) {
907 case ScopeType::EVAL_SCOPE:
909 case ScopeType::FUNCTION_SCOPE:
911 case ScopeType::MODULE_SCOPE:
913 case ScopeType::SCRIPT_SCOPE:
915 case ScopeType::CATCH_SCOPE:
917 case ScopeType::BLOCK_SCOPE:
919 case ScopeType::WITH_SCOPE:
Dcode-factory.h66 ScopeType scope_type);
Dcode-factory.cc213 ScopeType scope_type) { in FastNewFunctionContext()
/external/v8/src/parsing/
Dpreparsed-scope-data.cc326 if (scope->scope_type() == ScopeType::FUNCTION_SCOPE) { in ScopeNeedsData()
353 if (scope->scope_type() != ScopeType::FUNCTION_SCOPE) { in ScopeIsSkippableFunctionScope()
379 if (scope->scope_type() == ScopeType::FUNCTION_SCOPE) { in SaveDataForScope()
547 DCHECK_EQ(scope->scope_type(), ScopeType::FUNCTION_SCOPE); in RestoreScopeAllocationData()
600 if (scope->scope_type() == ScopeType::FUNCTION_SCOPE) { in RestoreData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp97 using ScopeType = ScopedHTType::ScopeTy; typedef in __anonc56cf2670111::MachineCSE
100 DenseMap<MachineBasicBlock *, ScopeType *> ScopeMap;
459 ScopeType *Scope = new ScopeType(VNT); in EnterScope()
465 DenseMap<MachineBasicBlock*, ScopeType*>::iterator SI = ScopeMap.find(MBB); in ExitScope()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp77 typedef ScopedHTType::ScopeTy ScopeType; typedef in __anon92fb510f0111::MachineCSE
78 DenseMap<MachineBasicBlock*, ScopeType*> ScopeMap;
438 ScopeType *Scope = new ScopeType(VNT); in EnterScope()
444 DenseMap<MachineBasicBlock*, ScopeType*>::iterator SI = ScopeMap.find(MBB); in ExitScope()
/external/v8/src/builtins/
Dbuiltins.cc104 Handle<Code> Builtins::NewFunctionContext(ScopeType scope_type) { in NewFunctionContext()
106 case ScopeType::EVAL_SCOPE: in NewFunctionContext()
108 case ScopeType::FUNCTION_SCOPE: in NewFunctionContext()
Dbuiltins-constructor-gen.h19 ScopeType scope_type);
Dbuiltins.h73 Handle<Code> NewFunctionContext(ScopeType scope_type);
Dbuiltins-constructor-gen.cc226 Node* scope_info, Node* slots, Node* context, ScopeType scope_type) { in EmitFastNewFunctionContext()
285 ScopeType::EVAL_SCOPE)); in TF_BUILTIN()
293 ScopeType::FUNCTION_SCOPE)); in TF_BUILTIN()
/external/clang/lib/AST/
DExprCXX.cpp164 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, in CXXPseudoDestructorExpr() argument
177 (ScopeType && in CXXPseudoDestructorExpr()
178 ScopeType->getType()->isInstantiationDependentType()) || in CXXPseudoDestructorExpr()
187 (ScopeType && in CXXPseudoDestructorExpr()
188 ScopeType->getType()->containsUnexpandedParameterPack()) || in CXXPseudoDestructorExpr()
194 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/external/v8/src/compiler/
Djs-operator.h270 ScopeType scope_type);
274 ScopeType scope_type() const { return scope_type_; } in scope_type()
279 ScopeType const scope_type_;
838 int slot_count, ScopeType scope_type); in NON_EXPORTED_BASE()
/external/v8/src/inspector/
Dv8-debugger-agent-impl.h226 String16 scopeType(v8::debug::ScopeIterator::ScopeType type);
/external/clang/lib/Sema/
DSemaExprCXX.cpp6161 QualType ScopeType = ScopeTypeInfo->getType(); in BuildPseudoDestructorExpr() local
6162 if (!ScopeType->isDependentType() && !ObjectType->isDependentType() && in BuildPseudoDestructorExpr()
6163 !Context.hasSameUnqualifiedType(ScopeType, ObjectType)) { in BuildPseudoDestructorExpr()
6167 << ObjectType << ScopeType << Base->getSourceRange() in BuildPseudoDestructorExpr()
6170 ScopeType = QualType(); in BuildPseudoDestructorExpr()
6275 QualType ScopeType; in ActOnPseudoDestructorExpr() local
6291 ScopeType = QualType(); in ActOnPseudoDestructorExpr()
6293 ScopeType = GetTypeFromParser(T, &ScopeTypeInfo); in ActOnPseudoDestructorExpr()
6308 ScopeType = QualType(); in ActOnPseudoDestructorExpr()
6310 ScopeType = GetTypeFromParser(T.get(), &ScopeTypeInfo); in ActOnPseudoDestructorExpr()
[all …]
/external/clang/include/clang/AST/
DExprCXX.h2145 TypeSourceInfo *ScopeType; variable
2164 TypeSourceInfo *ScopeType,
2171 Base(nullptr), IsArrow(false), QualifierLoc(), ScopeType(nullptr) { } in CXXPseudoDestructorExpr()
2207 TypeSourceInfo *getScopeTypeInfo() const { return ScopeType; } in getScopeTypeInfo()

12