OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCapturedRegion
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp
65
const VarRegion *VR = I.
getCapturedRegion
();
MallocChecker.cpp
2772
const VarRegion *VR = I.
getCapturedRegion
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
471
os << "(" << I.
getCapturedRegion
() << "<-" <<
910
return cast<VarRegion>(I.
getCapturedRegion
());
1683
if (I.
getCapturedRegion
() == R)
ProgramState.cpp
626
if (!scan(I.
getCapturedRegion
()))
RegionStore.cpp
1105
const VarRegion *VR = BI.
getCapturedRegion
();
2571
AddToWorkList(I.
getCapturedRegion
());
ExprEngineC.cpp
220
const VarRegion *capturedR = I.
getCapturedRegion
();
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
611
return I.
getCapturedRegion
();
MemRegion.h
703
const VarRegion *
getCapturedRegion
() const {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp
171
const VarRegion *VR = I.
getCapturedRegion
();
Completed in 35 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026