| /external/clang/lib/Analysis/ |
| UninitializedValues.cpp | 325 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {} 437 AnalysisDeclContext ∾ 444 const CFGBlock *block, AnalysisDeclContext &ac, 729 AnalysisDeclContext &ac, CFGBlockValues &vals, 795 AnalysisDeclContext &ac,
|
| ReachableCode.cpp | 292 void FindUnreachableCode(AnalysisDeclContext &AC, Callback &CB) {
|
| ThreadSafety.cpp | [all...] |
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| MallocSizeofChecker.cpp | 177 AnalysisDeclContext *ADC = mgr.getAnalysisDeclContext(D);
|
| CheckSecuritySyntaxOnly.cpp | 53 AnalysisDeclContext* AC; 61 WalkAST(BugReporter &br, AnalysisDeclContext* ac,
|
| ObjCSelfInitChecker.cpp | 418 AnalysisDeclContext *analCtx = C.getCurrentAnalysisDeclContext();
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| MemRegion.cpp | 373 const AnalysisDeclContext *AC, 920 AnalysisDeclContext *AC) { [all...] |
| PathDiagnostic.cpp | 503 assert(!LAC.isNull() && "A valid LocationContext or AnalysisDeclContext should " 510 AnalysisDeclContext *ADC; 514 ADC = LAC.get<AnalysisDeclContext*>(); 565 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); [all...] |
| /external/clang/lib/Sema/ |
| AnalysisBasedWarnings.cpp | 74 static void CheckUnreachable(Sema &S, AnalysisDeclContext &AC) { 100 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { 326 AnalysisDeclContext &AC) { 860 static void DiagnoseSwitchLabelsFallthrough(Sema &S, AnalysisDeclContext &AC, [all...] |
| /external/clang/include/clang/Analysis/ |
| ProgramPoint.h | 33 class AnalysisDeclContext;
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| CallEvent.h | 407 // Note that the AnalysisDeclContext will have the FunctionDecl with 410 AnalysisDeclContext *AD = [all...] |