HomeSort by: relevance | last modified time | path
    Searched refs:ACtx (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CloneChecker.cpp 101 ASTContext &ACtx = Mgr.getASTContext();
103 S.front(), ACtx.getSourceManager(),
104 Mgr.getAnalysisDeclContext(ACtx.getTranslationUnitDecl()));
161 ASTContext &ACtx = BR.getContext();
162 SourceManager &SM = ACtx.getSourceManager();
164 Mgr.getAnalysisDeclContext(ACtx.getTranslationUnitDecl());
NumberObjectConversionChecker.cpp 70 ASTContext &ACtx = ADC->getASTContext();
82 Loc, ACtx.getSourceManager(), ACtx.getLangOpts());
91 EVResult, ACtx, Expr::SE_AllowSideEffects)) {
137 ObjT = ACtx.getPointerType(
StdLibraryFunctionsChecker.cpp 956 const ASTContext &ACtx = BVF.getContext();
960 const ASTContext &ACtx;
963 LookupType(const ASTContext &ACtx) : ACtx(ACtx) {}
967 IdentifierInfo &II = ACtx.Idents.get(Name);
968 auto LookupRes = ACtx.getTranslationUnitDecl()->lookup(&II);
979 return ACtx.getTypeDeclType(TD).getCanonicalType();
987 return ACtx.getTypeDeclType(TD).getCanonicalType();
990 } lookupTy(ACtx);
    [all...]
CastValueChecker.cpp 184 ASTContext &ACtx) {
188 return ACtx.getLValueReferenceType(toAlign);
190 return ACtx.getLValueReferenceType(toAlign);
192 return ACtx.getRValueReferenceType(toAlign);
DeadStoresChecker.cpp 225 ASTContext &ACtx = V->getASTContext();
227 if (V->getInit()->HasSideEffects(ACtx,
231 SourceManager &SM = ACtx.getSourceManager();
232 const LangOptions &LO = ACtx.getLangOpts();
MIGChecker.cpp 235 ASTContext &ACtx = C.getASTContext();
239 V = SVB.evalEQ(C.getState(), V, SVB.makeIntVal(MigNoReply, ACtx.IntTy));
Iterator.cpp 216 auto &ACtx = StateMgr.getContext();
218 auto Sym = SymMgr.conjureSymbol(S, LCtx, ACtx.LongTy, blockCount);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 29 ASTContext &ACtx;
34 S->printPretty(OS, nullptr, PrintingPolicy(ACtx.getLangOpts()));
46 SValExplainer(ASTContext &Ctx) : ACtx(Ctx) {}
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 152 ACtx = ∾
213 AD.getDestructorDecl(ACtx->getASTContext()));
256 return dyn_cast<NamedDecl>(ACtx->getDecl());
263 AnalysisDeclContext *ACtx = nullptr;
  /src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
CrossTranslationUnit.h 112 bool containsConst(const VarDecl *VD, const ASTContext &ACtx);
  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 190 bool containsConst(const VarDecl *VD, const ASTContext &ACtx) {
191 CanQualType CT = ACtx.getCanonicalType(VD->getType());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 117 ASTContext &ACtx = SVB.getContext();
226 QualType RegionTy = ACtx.getPointerType(ReturnTy);

Completed in 25 milliseconds