Home
last modified time | relevance | path

Searched defs:ACtx (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugSuppression.h31 explicit BugSuppression(const ASTContext &ACtx) : ACtx(ACtx) {} in BugSuppression()
52 const ASTContext &ACtx; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp82 ASTContext &ACtx = Mgr.getASTContext(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
100 ASTContext &ACtx = C.getASTContext(); in checkBeginFunction() local
H A DArrayBoundCheckerV2.cpp406 static Messages getExceedsMsgs(ASTContext &ACtx, const SubRegion *Region, in getExceedsMsgs()
728 bool ArrayBoundCheckerV2::isFromCtypeMacro(const Stmt *S, ASTContext &ACtx) { in isFromCtypeMacro()
747 bool ArrayBoundCheckerV2::isInAddressOf(const Stmt *S, ASTContext &ACtx) { in isInAddressOf()
H A DStdLibraryFunctionsChecker.cpp1565 const ASTContext &ACtx = BVF.getContext(); in initFunctionSummaries() local
1570 const ASTContext &ACtx; in initFunctionSummaries() member in StdLibraryFunctionsChecker::initFunctionSummaries::LookupType
1573 LookupType(const ASTContext &ACtx) : ACtx(ACtx) {} in initFunctionSummaries()
1605 const ASTContext &ACtx; in initFunctionSummaries() member in StdLibraryFunctionsChecker::initFunctionSummaries::GetRestrictTy
1608 GetRestrictTy(const ASTContext &ACtx) : ACtx(ACtx) {} in initFunctionSummaries()
1619 const ASTContext &ACtx; in initFunctionSummaries() member in StdLibraryFunctionsChecker::initFunctionSummaries::GetPointerTy
1622 GetPointerTy(const ASTContext &ACtx) : ACtx(ACtx) {} in initFunctionSummaries()
1710 const ASTContext &ACtx; in initFunctionSummaries() member
H A DMIGChecker.cpp237 ASTContext &ACtx = C.getASTContext(); in mayBeSuccess() local
H A DNumberObjectConversionChecker.cpp70 ASTContext &ACtx = ADC->getASTContext(); in run() local
H A DCastValueChecker.cpp185 ASTContext &ACtx) { in alignReferenceTypes()
H A DGenericTaintChecker.cpp83 bool isStdin(SVal Val, const ASTContext &ACtx) { in isStdin()
H A DStreamChecker.cpp636 const ASTContext &ACtx; member
750 ASTContext &ACtx) final { in doesFnIntendToHandleOwnership()
H A DMallocChecker.cpp800 ASTContext &ACtx) final { in doesFnIntendToHandleOwnership()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp465 MCContext ACtx(TheTriple, MAI.get(), MRI.get(), STI.get(), &SrcMgr); in main() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h265 AnalysisDeclContext *ACtx = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp128 ASTContext &ACtx = SVB.getContext(); in computeObjectUnderConstruction() local