Searched refs:InR (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h288 UndefOrNullArgVisitor(const MemRegion *InR) : R(InR) {} argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h91 RuntimeDefinition(const Decl *InD, const MemRegion *InR): D(InD), R(InR) {} argument
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2136 const MemRegion *InR,
2138 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {}
2135 AllocationInfo(const ExplodedNode *InN, const MemRegion *InR, const LocationContext *InInterestingMethodContext) argument

Completed in 202 milliseconds