| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | DebugCheckers.cpp | 122 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() argument 125 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU)); in checkASTDecl() 142 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() argument 145 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU)); in checkASTDecl() 170 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit() argument
|
| HD | CheckerDocumentation.cpp | 179 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit() argument
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | DependenceAnalysis.cpp | 1489 APInt TU(APInt::getSignedMaxValue(Bits)); in exactSIVtest() local 1498 TU = minAPInt(TU, floorOfQuotient(UM - X, TMUL)); in exactSIVtest() 1499 DEBUG(dbgs() << "\t TU = " << TU << "\n"); in exactSIVtest() 1503 TU = minAPInt(TU, floorOfQuotient(-X, TMUL)); in exactSIVtest() 1504 DEBUG(dbgs() << "\t TU = " << TU << "\n"); in exactSIVtest() 1517 TU = minAPInt(TU, floorOfQuotient(UM - Y, TMUL)); in exactSIVtest() 1518 DEBUG(dbgs() << "\t TU = " << TU << "\n"); in exactSIVtest() 1522 TU = minAPInt(TU, floorOfQuotient(-Y, TMUL)); in exactSIVtest() 1523 DEBUG(dbgs() << "\t TU = " << TU << "\n"); in exactSIVtest() 1529 if (TL.sgt(TU)) { in exactSIVtest() [all …]
|
| /NextBSD/contrib/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFTypeUnit.cpp | 36 if (const DWARFDebugInfoEntryMinimal *TU = getUnitDIE(false)) in dump() local 37 TU->dump(OS, this, -1U); in dump()
|
| HD | DWARFContext.cpp | 102 for (const auto &TU : TUS) in dump() local 103 TU->dump(OS); in dump()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTMerge.cpp | 61 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in ExecuteAction() local 63 for (auto *D : TU->decls()) { in ExecuteAction()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang-c/ |
| HD | Index.h | 1314 CINDEX_LINKAGE unsigned clang_defaultSaveOptions(CXTranslationUnit TU); 1374 CINDEX_LINKAGE int clang_saveTranslationUnit(CXTranslationUnit TU, 1407 CINDEX_LINKAGE unsigned clang_defaultReparseOptions(CXTranslationUnit TU); 1448 CINDEX_LINKAGE int clang_reparseTranslationUnit(CXTranslationUnit TU, 1514 CINDEX_LINKAGE CXTUResourceUsage clang_getCXTUResourceUsage(CXTranslationUnit TU); 4165 CINDEX_LINKAGE void clang_tokenize(CXTranslationUnit TU, CXSourceRange Range, 4198 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU, 4205 CINDEX_LINKAGE void clang_disposeTokens(CXTranslationUnit TU, 4852 CXCodeCompleteResults *clang_codeCompleteAt(CXTranslationUnit TU, 5134 CINDEX_LINKAGE CXResult clang_findIncludesInFile(CXTranslationUnit TU,
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfDebug.cpp | 1907 const DwarfTypeUnit *&TU = DwarfTypeUnits[CTy]; in addDwarfTypeUnitType() local 1908 if (TU) { in addDwarfTypeUnitType() 1909 CU.addDIETypeSignature(RefDie, *TU); in addDwarfTypeUnitType() 1921 TU = &NewTU; in addDwarfTypeUnitType() 1952 for (const auto &TU : TypeUnitsToAdd) in addDwarfTypeUnitType() local 1953 DwarfTypeUnits.erase(TU.second); in addDwarfTypeUnitType() 1965 for (auto &TU : TypeUnitsToAdd) in addDwarfTypeUnitType() local 1966 InfoHolder.addUnit(std::move(TU.first)); in addDwarfTypeUnitType()
|
| HD | DwarfDebug.h | 461 DwarfTypeUnit &constructSkeletonTU(DwarfTypeUnit &TU);
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| HD | AnalysisConsumer.cpp | 519 TranslationUnitDecl *TU = C.getTranslationUnitDecl(); in HandleTranslationUnit() local 520 checkerMgr->runCheckersOnASTDecl(TU, *Mgr, BR); in HandleTranslationUnit() 545 checkerMgr->runCheckersOnEndOfTranslationUnit(TU, *Mgr, BR); in HandleTranslationUnit()
|
| /NextBSD/crypto/openssh/ |
| HD | CREDITS | 46 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE> - KRB4/AFS config patch 61 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> - Bugfixes
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | Transforms.h | 123 void traverse(TranslationUnitDecl *TU);
|
| HD | Transforms.cpp | 516 void MigrationContext::traverse(TranslationUnitDecl *TU) { in traverse() argument 521 ASTTransform(*this).TraverseDecl(TU); in traverse()
|
| HD | ObjCMT.cpp | 1860 TranslationUnitDecl *TU = Ctx.getTranslationUnitDecl(); in HandleTranslationUnit() local 1862 for (DeclContext::decl_iterator D = TU->decls_begin(), DEnd = TU->decls_end(); in HandleTranslationUnit()
|
| /NextBSD/crypto/openssl/doc/ |
| HD | fingerprints.txt | 39 uid Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| HD | Checker.h | 66 const TranslationUnitDecl *TU, in _checkEndOfTranslationUnit() argument 69 ((const CHECKER *)checker)->checkEndOfTranslationUnit(TU, mgr, BR); in _checkEndOfTranslationUnit()
|
| HD | CheckerManager.h | 360 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | THANKS | 36 Juan Manuel Guerrero <ST001906@HRZ1.HRZ.TU-Darmstadt.De>
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | CheckerManager.cpp | 572 const TranslationUnitDecl *TU, in runCheckersOnEndOfTranslationUnit() argument 576 EndOfTranslationUnitCheckers[i](TU, mgr, BR); in runCheckersOnEndOfTranslationUnit()
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | constraints.md | 22 ;;; B H TU W
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 265 void VisitTranslationUnitDecl(TranslationUnitDecl *TU); 559 void ASTDeclReader::VisitTranslationUnitDecl(TranslationUnitDecl *TU) { in VisitTranslationUnitDecl() argument 2704 if (auto *TU = dyn_cast<TranslationUnitDecl>(DC)) in getPrimaryContextForMerging() local 2705 return TU; in getPrimaryContextForMerging() 3747 if (TranslationUnitDecl *TU = dyn_cast<TranslationUnitDecl>(D)) in UpdateDecl() local 3748 TU->setAnonymousNamespace(Anon); in UpdateDecl()
|
| HD | ASTWriter.cpp | 4261 const TranslationUnitDecl *TU = Context.getTranslationUnitDecl(); in WriteASTCore() local 4263 for (const auto *I : TU->noload_decls()) { in WriteASTCore() 4284 WriteDeclContextVisibleUpdate(TU); in WriteASTCore() 4293 if (NamespaceDecl *NS = TU->getAnonymousNamespace()) { in WriteASTCore() 4294 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in WriteASTCore()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Decl.h | 125 explicit ExternCContextDecl(TranslationUnitDecl *TU) in ExternCContextDecl() argument 126 : Decl(ExternCContext, TU, SourceLocation()), in ExternCContextDecl() 130 TranslationUnitDecl *TU);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprObjC.cpp | 475 DeclContext *TU = Context.getTranslationUnitDecl(); in BuildObjCBoxedExpr() local 476 NSStringDecl = ObjCInterfaceDecl::Create(Context, TU, in BuildObjCBoxedExpr() 593 DeclContext *TU = Context.getTranslationUnitDecl(); in BuildObjCBoxedExpr() local 594 NSValueDecl = ObjCInterfaceDecl::Create(Context, TU, in BuildObjCBoxedExpr()
|
| /NextBSD/contrib/binutils/bfd/doc/ |
| HD | ChangeLog-9103 | 288 1997-07-22 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
|