Home
last modified time | relevance | path

Searched refs:TU (Results 1 – 25 of 51) sorted by relevance

123

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDebugCheckers.cpp122 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
HDCheckerDocumentation.cpp179 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit() argument
/NextBSD/contrib/llvm/lib/Analysis/
HDDependenceAnalysis.cpp1489 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/
HDDWARFTypeUnit.cpp36 if (const DWARFDebugInfoEntryMinimal *TU = getUnitDIE(false)) in dump() local
37 TU->dump(OS, this, -1U); in dump()
HDDWARFContext.cpp102 for (const auto &TU : TUS) in dump() local
103 TU->dump(OS); in dump()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTMerge.cpp61 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in ExecuteAction() local
63 for (auto *D : TU->decls()) { in ExecuteAction()
/NextBSD/contrib/llvm/tools/clang/include/clang-c/
HDIndex.h1314 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/
HDDwarfDebug.cpp1907 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()
HDDwarfDebug.h461 DwarfTypeUnit &constructSkeletonTU(DwarfTypeUnit &TU);
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp519 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/
HDCREDITS46 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/
HDTransforms.h123 void traverse(TranslationUnitDecl *TU);
HDTransforms.cpp516 void MigrationContext::traverse(TranslationUnitDecl *TU) { in traverse() argument
521 ASTTransform(*this).TraverseDecl(TU); in traverse()
HDObjCMT.cpp1860 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/
HDfingerprints.txt39 uid Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDChecker.h66 const TranslationUnitDecl *TU, in _checkEndOfTranslationUnit() argument
69 ((const CHECKER *)checker)->checkEndOfTranslationUnit(TU, mgr, BR); in _checkEndOfTranslationUnit()
HDCheckerManager.h360 void runCheckersOnEndOfTranslationUnit(const TranslationUnitDecl *TU,
/NextBSD/gnu/usr.bin/grep/
HDTHANKS36 Juan Manuel Guerrero <ST001906@HRZ1.HRZ.TU-Darmstadt.De>
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCheckerManager.cpp572 const TranslationUnitDecl *TU, in runCheckersOnEndOfTranslationUnit() argument
576 EndOfTranslationUnitCheckers[i](TU, mgr, BR); in runCheckersOnEndOfTranslationUnit()
/NextBSD/contrib/gcc/config/i386/
HDconstraints.md22 ;;; B H TU W
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp265 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()
HDASTWriter.cpp4261 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/
HDDecl.h125 explicit ExternCContextDecl(TranslationUnitDecl *TU) in ExternCContextDecl() argument
126 : Decl(ExternCContext, TU, SourceLocation()), in ExternCContextDecl()
130 TranslationUnitDecl *TU);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp475 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/
HDChangeLog-9103288 1997-07-22 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>

123