Home
last modified time | relevance | path

Searched refs:InR (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h289 UndefOrNullArgVisitor(const MemRegion *InR) : R(InR) {} in UndefOrNullArgVisitor() argument
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h328 UndefOrNullArgVisitor(const MemRegion *InR) : R(InR) {} in UndefOrNullArgVisitor() argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.cpp624 const MemRegion *InR, in AllocationInfo()
626 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {} in AllocationInfo()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h116 RuntimeDefinition(const Decl *InD, const MemRegion *InR): D(InD), R(InR) {} in RuntimeDefinition() argument
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h120 RuntimeDefinition(const Decl *InD, const MemRegion *InR): D(InD), R(InR) {} in RuntimeDefinition() argument
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2207 const MemRegion *InR, in AllocationInfo()
2209 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {} in AllocationInfo()