| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaModule.cpp | 82 auto *TU = Context.getTranslationUnitDecl(); in ActOnGlobalModuleFragmentDecl() local 83 TU->setModuleOwnershipKind(Decl::ModuleOwnershipKind::Visible); in ActOnGlobalModuleFragmentDecl() 84 TU->setLocalOwningModule(GlobalModule); in ActOnGlobalModuleFragmentDecl() 237 auto *TU = Context.getTranslationUnitDecl(); in ActOnModuleDecl() local 238 TU->setModuleOwnershipKind(Decl::ModuleOwnershipKind::ModulePrivate); in ActOnModuleDecl() 239 TU->setLocalOwningModule(Mod); in ActOnModuleDecl() 299 auto *TU = Context.getTranslationUnitDecl(); in ActOnPrivateModuleFragmentDecl() local 300 TU->setModuleOwnershipKind(Decl::ModuleOwnershipKind::ModulePrivate); in ActOnPrivateModuleFragmentDecl() 301 TU->setLocalOwningModule(PrivateModuleFragment); in ActOnPrivateModuleFragmentDecl() 424 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl(); in BuildModuleInclude() local [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFAcceleratorTable.cpp | 594 uint64_t DWARFDebugNames::NameIndex::getLocalTUOffset(uint32_t TU) const { in getLocalTUOffset() 595 assert(TU < Hdr.LocalTypeUnitCount); in getLocalTUOffset() 597 uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU); in getLocalTUOffset() 601 uint64_t DWARFDebugNames::NameIndex::getForeignTUSignature(uint32_t TU) const { in getForeignTUSignature() 602 assert(TU < Hdr.ForeignTypeUnitCount); in getForeignTUSignature() 606 SectionOffsetSize * (Hdr.CompUnitCount + Hdr.LocalTypeUnitCount) + 8 * TU; in getForeignTUSignature() 711 for (uint32_t TU = 0; TU < Hdr.LocalTypeUnitCount; ++TU) in dumpLocalTUs() local 712 W.startLine() << format("LocalTU[%u]: 0x%08" PRIx64 "\n", TU, in dumpLocalTUs() 713 getLocalTUOffset(TU)); in dumpLocalTUs() 721 for (uint32_t TU = 0; TU < Hdr.ForeignTypeUnitCount; ++TU) { in dumpForeignTUs() local [all …]
|
| D | DWARFGdbIndex.cpp | 40 for (const TypeUnitEntry &TU : TuList) in dumpTUList() local 43 I++, TU.Offset, TU.TypeOffset, TU.TypeSignature); in dumpTUList()
|
| D | DWARFTypeUnit.cpp | 49 if (DWARFDie TU = getUnitDIE(false)) in dump() local 50 TU.dump(OS, 0, DumpOpts); in dump()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | DebugCheckers.cpp | 213 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() argument 216 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU)); in checkASTDecl() 237 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() argument 240 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU)); in checkASTDecl() 268 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit() argument
|
| D | CloneChecker.cpp | 44 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, 66 void CloneChecker::checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit() argument
|
| D | CheckerDocumentation.cpp | 212 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit() argument
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/include/fuzzer/ |
| D | FuzzedDataProvider.h | 97 template <typename TS, typename TU> TS ConvertUnsignedToSigned(TU value); 377 template <typename TS, typename TU> 378 TS FuzzedDataProvider::ConvertUnsignedToSigned(TU value) { in ConvertUnsignedToSigned() 379 static_assert(sizeof(TS) == sizeof(TU), "Incompatible data types."); in ConvertUnsignedToSigned() 380 static_assert(!std::numeric_limits<TU>::is_signed, in ConvertUnsignedToSigned()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | ASTMerge.cpp | 60 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in ExecuteAction() local 61 for (auto *D : TU->decls()) { in ExecuteAction()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang-c/ |
| D | Index.h | 1458 CINDEX_LINKAGE unsigned clang_defaultSaveOptions(CXTranslationUnit TU); 1518 CINDEX_LINKAGE int clang_saveTranslationUnit(CXTranslationUnit TU, 1560 CINDEX_LINKAGE unsigned clang_defaultReparseOptions(CXTranslationUnit TU); 1602 clang_reparseTranslationUnit(CXTranslationUnit TU, unsigned num_unsaved_files, 1668 clang_getCXTUResourceUsage(CXTranslationUnit TU); 5012 CINDEX_LINKAGE CXToken *clang_getToken(CXTranslationUnit TU, 5056 CINDEX_LINKAGE void clang_tokenize(CXTranslationUnit TU, CXSourceRange Range, 5089 CINDEX_LINKAGE void clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens, 5095 CINDEX_LINKAGE void clang_disposeTokens(CXTranslationUnit TU, CXToken *Tokens, 5817 clang_codeCompleteAt(CXTranslationUnit TU, const char *complete_filename, [all …]
|
| D | Rewrite.h | 25 CINDEX_LINKAGE CXRewriter clang_CXRewriter_create(CXTranslationUnit TU);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| D | ComputeReplacements.cpp | 87 const syntax::TranslationUnit &TU) { in computeReplacements() argument 104 &TU, [&](llvm::ArrayRef<syntax::Token> Tokens, bool IsOriginal) { in computeReplacements()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ASTImporterLookupTable.cpp | 84 ASTImporterLookupTable::ASTImporterLookupTable(TranslationUnitDecl &TU) { in ASTImporterLookupTable() argument 86 B.TraverseDecl(&TU); in ASTImporterLookupTable()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| D | Mutations.h | 24 const syntax::TranslationUnit &TU);
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | ASTImporterLookupTable.h | 63 ASTImporterLookupTable(TranslationUnitDecl &TU);
|
| D | Decl.h | 149 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() argument 151 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl() 183 PragmaDetectMismatchDecl(TranslationUnitDecl *TU, SourceLocation Loc, in PragmaDetectMismatchDecl() argument 185 : Decl(PragmaDetectMismatch, TU, Loc), ValueStart(ValueStart) {} in PragmaDetectMismatchDecl() 223 explicit ExternCContextDecl(TranslationUnitDecl *TU) in ExternCContextDecl() argument 224 : Decl(ExternCContext, TU, SourceLocation()), in ExternCContextDecl() 231 TranslationUnitDecl *TU);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| D | AnalysisConsumer.cpp | 507 TranslationUnitDecl *TU = C.getTranslationUnitDecl(); in runAnalysisOnTranslationUnit() local 510 checkerMgr->runCheckersOnASTDecl(TU, *Mgr, BR); in runAnalysisOnTranslationUnit() 537 checkerMgr->runCheckersOnEndOfTranslationUnit(TU, *Mgr, BR); in runAnalysisOnTranslationUnit()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | CREDITS | 46 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE> - KRB4/AFS config patch 61 Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> - Bugfixes
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFAcceleratorTable.h | 428 uint64_t getLocalTUOffset(uint32_t TU) const; 432 uint64_t getForeignTUSignature(uint32_t TU) const;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| D | Transforms.h | 122 void traverse(TranslationUnitDecl *TU);
|
| D | Transforms.cpp | 510 void MigrationContext::traverse(TranslationUnitDecl *TU) { in traverse() argument 515 ASTTransform(*this).TraverseDecl(TU); in traverse()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| D | Checker.h | 66 const TranslationUnitDecl *TU, in _checkEndOfTranslationUnit() argument 69 ((const CHECKER *)checker)->checkEndOfTranslationUnit(TU, mgr, BR); in _checkEndOfTranslationUnit()
|
| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | THANKS | 36 Juan Manuel Guerrero <ST001906@HRZ1.HRZ.TU-Darmstadt.De>
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | DependenceAnalysis.cpp | 1531 APInt TU(APInt::getSignedMaxValue(Bits)); in exactSIVtest() local 1585 TU = APIntOps::smin(TUVec.front(), TUVec.back()); in exactSIVtest() 1587 LLVM_DEBUG(dbgs() << "\t TU = " << TU << "\n"); in exactSIVtest() 1589 if (TL.sgt(TU)) { in exactSIVtest() 1600 UpperDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest() 1602 LowerDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest() 1923 APInt TU(APInt::getSignedMaxValue(Bits)); in exactRDIVtest() local 1974 TU = APIntOps::smin(TUVec.front(), TUVec.back()); in exactRDIVtest() 1976 LLVM_DEBUG(dbgs() << "\t TU = " << TU << "\n"); in exactRDIVtest() 1978 if (TL.sgt(TU)) in exactRDIVtest() [all …]
|
| /freebsd-12-stable/contrib/libpcap/doc/ |
| D | README.hpux | 11 http://groups.google.com/groups?selm=82ld3v%2480i%241%40mamenchi.zrz.TU-Berlin.DE 18 From: Lutz Jaenicke <jaenicke@emserv1.ee.TU-Berlin.DE>
|