Home
last modified time | relevance | path

Searched defs:ACtx (Results 1 – 17 of 17) 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 DBuiltinFunctionChecker.cpp38 ASTContext &ACtx = C.getASTContext(); in getSufficientTypeForOverflowOp() local
56 ASTContext &ACtx = C.getASTContext(); in getOverflowBuiltinResultType() local
H A DErrnoModeling.cpp80 ASTContext &ACtx = Mgr.getASTContext(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
98 ASTContext &ACtx = C.getASTContext(); in checkBeginFunction() local
H A DArrayBoundChecker.cpp422 static Messages getExceedsMsgs(ASTContext &ACtx, const MemSpaceRegion *Space, in getExceedsMsgs()
775 bool ArrayBoundChecker::isFromCtypeMacro(const Expr *E, ASTContext &ACtx) { in isFromCtypeMacro()
802 bool ArrayBoundChecker::isInAddressOf(const Stmt *S, ASTContext &ACtx) { in isInAddressOf()
H A DStdLibraryFunctionsChecker.cpp1568 const ASTContext &ACtx = BVF.getContext(); in initFunctionSummaries() local
1573 const ASTContext &ACtx; in initFunctionSummaries() member in StdLibraryFunctionsChecker::initFunctionSummaries::LookupType
1576 LookupType(const ASTContext &ACtx) : ACtx(ACtx) {} in initFunctionSummaries()
1608 const ASTContext &ACtx; in initFunctionSummaries() member in StdLibraryFunctionsChecker::initFunctionSummaries::GetRestrictTy
1611 GetRestrictTy(const ASTContext &ACtx) : ACtx(ACtx) {} in initFunctionSummaries()
1622 const ASTContext &ACtx; in initFunctionSummaries() member in StdLibraryFunctionsChecker::initFunctionSummaries::GetPointerTy
1625 GetPointerTy(const ASTContext &ACtx) : ACtx(ACtx) {} in initFunctionSummaries()
1713 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 DIterator.cpp216 auto &ACtx = StateMgr.getContext(); in createIteratorPosition() local
H A DCastValueChecker.cpp185 ASTContext &ACtx) { in alignReferenceTypes()
H A DDeadStoresChecker.cpp221 ASTContext &ACtx = V->getASTContext(); in Report() local
H A DGenericTaintChecker.cpp82 bool isStdin(SVal Val, const ASTContext &ACtx) { in isStdin()
H A DStreamChecker.cpp641 const ASTContext &ACtx; member
757 ASTContext &ACtx) final { in doesFnIntendToHandleOwnership()
H A DMallocChecker.cpp901 ASTContext &ACtx) final { in doesFnIntendToHandleOwnership()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp482 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.h266 AnalysisDeclContext *ACtx = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp223 bool shouldImport(const VarDecl *VD, const ASTContext &ACtx) { in shouldImport()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp138 ASTContext &ACtx = SVB.getContext(); in computeObjectUnderConstruction() local