| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 70 SmallVector<GotoScope, 48> Scopes; member in __anonde60005a0111::JumpScopeChecker 109 Scopes.push_back(GotoScope(~0U, ~0U, ~0U, SourceLocation())); in JumpScopeChecker() 130 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope() 131 B = Scopes[B].ParentScope; in GetDeepestCommonScope() 133 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope() 134 A = Scopes[A].ParentScope; in GetDeepestCommonScope() 237 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second, in BuildScopeInformation() 239 ParentScope = Scopes.size()-1; in BuildScopeInformation() 284 Scopes.push_back(GotoScope(ParentScope, in BuildScopeInformation() 286 ParentScope = Scopes.size()-1; in BuildScopeInformation() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 95 scpI = info.Scopes.begin(), in ~AutoreleasePoolRewriter() 96 scpE = info.Scopes.end(); scpI != scpE; ++scpI) { in ~AutoreleasePoolRewriter() 119 scpI = info.Scopes.begin(), in ~AutoreleasePoolRewriter() 120 scpE = info.Scopes.end(); scpI != scpE; ++scpI) { in ~AutoreleasePoolRewriter() 150 scpI = info.Scopes.begin(), in ~AutoreleasePoolRewriter() 151 scpE = info.Scopes.end(); scpI != scpE; ++scpI) { in ~AutoreleasePoolRewriter() 164 SmallVector<PoolScope, 4> Scopes; in VisitCompoundStmt() local 179 Scopes.push_back(PoolScope()); in VisitCompoundStmt() 180 Scopes.back().PoolVar = VD; in VisitCompoundStmt() 181 Scopes.back().CompoundParent = S; in VisitCompoundStmt() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 24 Scopes = {{~0U, nullptr}}; in Init() 38 Scopes.push_back({ParentScope, VD}); in BuildScopeInformation() 39 ParentScope = Scopes.size() - 1; in BuildScopeInformation() 158 assert(Scopes[To].first < To); in Detect() 159 const auto &ScopeTo = Scopes[To]; in Detect() 163 assert(Scopes[From].first < From); in Detect() 164 From = Scopes[From].first; in Detect()
|
| H A D | MacroPPCallbacks.cpp | 78 return Scopes.back(); in getCurrentScope() 131 Scopes.push_back(Gen->getCGDebugInfo()->CreateTempMacroFile(getCurrentScope(), in FileEntered() 155 Scopes.pop_back(); in FileExited()
|
| H A D | VarBypassDetector.h | 42 llvm::SmallVector<std::pair<unsigned, const VarDecl *>, 48> Scopes; variable
|
| H A D | MacroPPCallbacks.h | 51 llvm::SmallVector<llvm::DIMacroFile *, 4> Scopes; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 51 delete Scopes; in ~LVScope() 178 if (!Scopes) in addElement() 179 Scopes = new LVAutoScopes(); in addElement() 182 Scopes->push_back(Scope); in addElement() 291 return RemoveElement(Scopes); in removeElement() 456 if (!Scopes) in resolveElements() 459 for (LVScope *Scope : *Scopes) { in resolveElements() 699 Traverse(Parent->Scopes, SortFunction); in sort() 703 if (Parent->Scopes) in sort() 704 for (LVScope *Scope : *Parent->Scopes) in sort() [all …]
|
| H A D | LVReader.cpp | 54 if (const LVScopes *Scopes = Parent->getScopes()) { in checkIntegrityScopesTree() local 55 for (LVScope *Scope : *Scopes) { in checkIntegrityScopesTree() 224 patterns().addRequest(options().Select.Scopes); in doLoad()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Function.h | 107 return llvm::make_range(Scopes.begin(), Scopes.end()); in scopes() 118 Scope &getScope(unsigned Idx) { return Scopes[Idx]; } in getScope() 119 const Scope &getScope(unsigned Idx) const { return Scopes[Idx]; } in getScope() 156 Scopes = std::move(NewScopes); in setCode() 182 llvm::SmallVector<Scope, 2> Scopes; variable
|
| H A D | ByteCodeEmitter.cpp | 90 llvm::SmallVector<Scope, 2> Scopes; in compileFunc() local 92 Scopes.emplace_back(std::move(DS)); in compileFunc() 97 std::move(Scopes)); in compileFunc()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | SyncScope.h | 145 static const unsigned Scopes[] = { in getRuntimeValues() local 148 return llvm::ArrayRef(Scopes); in getRuntimeValues() 196 static const unsigned Scopes[] = { in getRuntimeValues() local 200 return llvm::ArrayRef(Scopes); in getRuntimeValues()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScopedNoAliasAA.cpp | 118 bool ScopedNoAliasAAResult::mayAliasInScopes(const MDNode *Scopes, in mayAliasInScopes() argument 120 if (!Scopes || !NoAlias) in mayAliasInScopes() 134 collectMDInDomain(Scopes, Domain, ScopeNodes); in mayAliasInScopes()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfo.h | 152 return make_range(Scopes.begin(), Scopes.end()); in scopes() 159 unsigned scope_count() const { return Scopes.size(); } in scope_count() 166 SmallVector<DIScope *, 8> Scopes; variable
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 122 LVAutoScopes *Scopes = nullptr; variable 207 const LVScopes *getScopes() const { return Scopes; } in getScopes() 233 size_t scopeCount() const { return Scopes ? Scopes->size() : 0; } in scopeCount() 308 virtual LVScope *findEqualScope(const LVScopes *Scopes) const; 358 LVScope *findEqualScope(const LVScopes *Scopes) const override; 691 LVScope *findEqualScope(const LVScopes *Scopes) const override; 734 LVScope *findEqualScope(const LVScopes *Scopes) const override; 775 LVScope *findEqualScope(const LVScopes *Scopes) const override;
|
| H A D | LVReader.h | 69 LVScopes Scopes; variable 184 Scopes.push_back(Scope); in notifyAddedElement() 196 const LVScopes &getScopes() const { return Scopes; } in getScopes()
|
| H A D | LVOptions.h | 136 Scopes, // --compare=scopes enumerator 155 Scopes, // --print=scopes enumerator 245 LVScopeKindSet Scopes; // --select-scopes=<Kind> variable 368 COMPARE_OPTION(Scopes); 390 PRINT_OPTION(Scopes);
|
| H A D | LVObject.h | 113 unsigned Scopes = 0; member 118 Scopes = 0; in reset()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 296 for (CHRScope *Scope : Scopes) { in ~CHR() 314 SmallVectorImpl<CHRScope *> &Scopes); 327 void classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes); 394 DenseSet<CHRScope *> Scopes; member in __anon50f5060f0111::CHR 777 Scopes.insert(Result); in findScope() 837 Scopes.insert(Result); in findScope() 977 SmallVectorImpl<CHRScope *> &Scopes) { in findScopes() argument 989 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes() 1019 Scopes.push_back(Sub); in findScopes() 1196 Scopes.insert(Tail); in splitScope() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 293 MultiParseScope Scopes; member 297 : P(P), Scopes(P), CurTemplateDepthTracker(P.TemplateParameterDepth) { in ReenterTemplateScopeRAII() 300 P.ReenterTemplateScopes(Scopes, MaybeTemplated)); in ReenterTemplateScopeRAII() 318 Scopes.Enter(Scope::ClassScope|Scope::DeclScope); in ReenterClassScopeRAII() 351 InFunctionTemplateScope.Scopes.Enter(Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration() 515 InFunctionTemplateScope.Scopes.Exit(); in ParseLexedMethodDeclaration() 745 InDeclScope.Scopes.Enter(Scope::FnScope | Scope::DeclScope | in ParseLexedAttribute()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ScopedNoAliasAA.h | 47 bool mayAliasInScopes(const MDNode *Scopes, const MDNode *NoAlias) const;
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 149 clEnumValN(LVCompareKind::Scopes, "scopes", "Scopes."), 222 clEnumValN(LVPrintKind::Scopes, "scopes", 492 UpdateSet(SelectScopes, ReaderOptions.Select.Scopes); in propagateOptions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopVersioningLICM.cpp | 544 SmallVector<Metadata *, 4> Scopes{NewScope}, NoAliases{NewScope}; in setNoAliasToLoop() local 561 MDNode::get(Inst.getContext(), Scopes))); in setNoAliasToLoop()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 772 SmallVector<MachineDomTreeNode*, 32> Scopes; in PerformCSE() local 782 Scopes.push_back(Node); in PerformCSE() 789 for (MachineDomTreeNode *Node : Scopes) { in PerformCSE()
|
| H A D | MachineLICM.cpp | 720 SmallVector<MachineDomTreeNode*, 32> Scopes; in HoistOutOfLoop() local 742 Scopes.push_back(Node); in HoistOutOfLoop() 763 if (Scopes.size() == 0) in HoistOutOfLoop() 772 for (MachineDomTreeNode *Node : Scopes) { in HoistOutOfLoop()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 976 SmallDenseMap<DebugVariable, const DILocation *, 8> Scopes; 998 Scopes[Var] = MI.getDebugLoc().get(); 1026 Scopes[Overlapped] = Loc; 1032 Scopes.clear();
|