| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 294 if (TN && TN->getLevel() < MinLevel) 635 return LHS->getLevel() < RHS->getLevel(); in operator() 756 const unsigned NCDLevel = NCD->getLevel(); in InsertReachable() 768 if (NCDLevel + 1 >= To->getLevel()) in InsertReachable() 781 const unsigned CurrentLevel = TN->getLevel(); in InsertReachable() 800 const unsigned SuccLevel = SuccTN->getLevel(); in InsertReachable() 857 assert(TN->getLevel() == TN->getIDom()->getLevel() + 1 && in UpdateInsertion() 992 const unsigned Level = ToIDomTN->getLevel(); in DeleteReachable() 994 return DT.getNode(To)->getLevel() > Level; in DeleteReachable() 1053 const unsigned Level = ToTN->getLevel(); in DeleteUnreachable() [all …]
|
| H A D | GenericDomTree.h | 90 unsigned getLevel() const { return Level; } 180 << Node->getLevel() << "]\n"; 435 if (A->getLevel() >= B->getLevel()) return false; 489 if (NodeA->getLevel() < NodeB->getLevel()) std::swap(NodeA, NodeB); 892 const unsigned ALevel = A->getLevel(); 897 while ((IDom = B->getIDom()) != nullptr && IDom->getLevel() >= ALevel)
|
| H A D | GenericIteratedDominanceFrontier.h | 153 PQ.push({Node, std::make_pair(Node->getLevel(), Node->getDFSNumIn())}); in calculate() 179 const unsigned SuccLevel = SuccNode->getLevel(); in calculate()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 86 if (D.getLevel() == DiagnosticsEngine::Ignored) in writeARCDiagsToPlist() 98 EmitString(o, getLevelName(D.getLevel())) << '\n'; in writeARCDiagsToPlist()
|
| H A D | TransProtectedScope.cpp | 137 for (; DiagI != DiagE && DiagI->getLevel() == DiagnosticsEngine::Note; in handleProtectedScopeError() 148 assert(Diag.getLevel() == DiagnosticsEngine::Note); in handleProtectedNote()
|
| H A D | ARCMT.cpp | 45 if (eraseS->getLevel() != DiagnosticsEngine::Note) in clearDiagnostic() 46 while (I != List.end() && I->getLevel() == DiagnosticsEngine::Note) in clearDiagnostic() 88 if (I->getLevel() >= DiagnosticsEngine::Error) in hasErrors()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | AttrImpl.cpp | 151 if (Level <= Attr->getLevel()) { in getActiveAttr() 152 Level = Attr->getLevel(); in getActiveAttr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXStoredDiagnostic.cpp | 27 switch (Diag.getLevel()) { in getSeverity()
|
| H A D | CIndex.cpp | 94 if (D->getLevel() >= DiagnosticsEngine::Error && in isASTReadError()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 374 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo 494 return CustomDiagInfo->getLevel(DiagID); in getDiagnosticLevel() 817 return CustomDiagInfo->getLevel(DiagID) >= DiagnosticIDs::Error; in isUnrecoverable()
|
| H A D | Diagnostic.cpp | 502 Level DiagLevel = storedDiag.getLevel(); in Report()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CodeMoverUtils.cpp | 105 return DA->getLevel() < DB->getLevel(); in domTreeLevelBefore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | BreadthFirstIterator.h | 144 unsigned getLevel() const { return Level; } in getLevel() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InlineSizeEstimatorAnalysis.cpp | 148 Ret = std::max(Ret, TN->getLevel()); in getMaxDominatorTreeDepth()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 144 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(), in emitStoredDiagnostic()
|
| H A D | ASTUnit.cpp | 1253 OutDiag.Level = InDiag.getLevel(); in makeStandaloneDiagnostic()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | declaration.h | 635 int getLevel(FuncDeclaration *fd, int intypeof); // lexical nesting level difference
|
| H A D | func.d | 1108 final int getLevel(FuncDeclaration fd, int intypeof) in getLevel() function 1172 int level = getLevel(fd, sc.intypeof); in getLevelAndCheck()
|
| H A D | escape.d | 1246 !(!refs && sc.func.isFuncDeclaration().getLevel(pfunc, sc.intypeof) > 0) in checkReturnEscapeImpl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | declaration.h | 624 int getLevel(Loc loc, Scope *sc, FuncDeclaration *fd); // lexical nesting level difference
|
| H A D | declaration.c | 1932 int lv = fdthis->getLevel(loc, sc, fdv); in checkNestedReference()
|
| H A D | func.c | 3654 int FuncDeclaration::getLevel(Loc loc, Scope *sc, FuncDeclaration *fd) in getLevel() function 4370 int lv = fdthis->getLevel(loc, sc, fdv); in checkNestedReference()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1678 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 20087 ActiveAttr.getValue()->getLevel() == Level) { in ActOnOpenMPDeclareTargetName() 20095 ActiveAttr.getValue()->getLevel() == Level) { in ActOnOpenMPDeclareTargetName() 20100 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getLevel() == Level) in ActOnOpenMPDeclareTargetName() 20192 if (ActiveAttr.hasValue() && ActiveAttr.getValue()->getLevel() >= Level) in checkDeclIsAllowedInOpenMPTarget()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2698 if (!ActiveAttr || (*ActiveAttr)->getLevel() != (unsigned)-1) in MayBeEmittedEagerly()
|