OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionCodeRegion
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SVals.cpp
66
if (const
FunctionCodeRegion
*CTR = R->getAs<
FunctionCodeRegion
>())
MemRegion.cpp
342
void
FunctionCodeRegion
::ProfileRegion(llvm::FoldingSetNodeID& ID,
349
void
FunctionCodeRegion
::Profile(llvm::FoldingSetNodeID& ID) const {
350
FunctionCodeRegion
::ProfileRegion(ID, FD, superRegion);
457
void
FunctionCodeRegion
::dumpToStream(raw_ostream &os) const {
1117
const
FunctionCodeRegion
*
1120
return getSubRegion<
FunctionCodeRegion
>(FD, getCodeRegion());
SValBuilder.cpp
700
if (const
FunctionCodeRegion
*FTR = dyn_cast<
FunctionCodeRegion
>(R))
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
570
///
FunctionCodeRegion
- A region that represents code texts of function.
571
class
FunctionCodeRegion
: public CodeTextRegion {
576
FunctionCodeRegion
(const NamedDecl *fd, const CodeSpaceRegion* sreg)
1461
const
FunctionCodeRegion
*getFunctionCodeRegion(const NamedDecl *FD);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp
997
if (const auto *FD = cast<
FunctionCodeRegion
>(MR)->getDecl())
MallocChecker.cpp
1928
const NamedDecl *FD = cast<
FunctionCodeRegion
>(MR)->getDecl();
Completed in 53 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026