Home
last modified time | relevance | path

Searched defs:RuntimeDefinition (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/docs/analyzer/developer-docs/
DIPA.rst252 RuntimeDefinition section in Basics of Implementation
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h114 RuntimeDefinition(): D(nullptr), R(nullptr) {} in RuntimeDefinition() function
115 RuntimeDefinition(const Decl *InD): D(InD), R(nullptr) {} in RuntimeDefinition() function
116 RuntimeDefinition(const Decl *InD, const MemRegion *InR): D(InD), R(InR) {} in RuntimeDefinition() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h119 RuntimeDefinition(const Decl *InD): D(InD) {} in RuntimeDefinition() function
120 RuntimeDefinition(const Decl *InD, const MemRegion *InR): D(InD), R(InR) {} in RuntimeDefinition() function