OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompoundLiteralRegion
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp
52
if (const
CompoundLiteralRegion
* CR = dyn_cast<
CompoundLiteralRegion
>(R)) {
PointerArithChecker.cpp
51
isa<
CompoundLiteralRegion
>(LR)) {
/external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
264
void
CompoundLiteralRegion
::Profile(llvm::FoldingSetNodeID& ID) const {
265
CompoundLiteralRegion
::ProfileRegion(ID, CL, superRegion);
268
void
CompoundLiteralRegion
::ProfileRegion(llvm::FoldingSetNodeID& ID,
421
void
CompoundLiteralRegion
::dumpToStream(llvm::raw_ostream& os) const {
633
const
CompoundLiteralRegion
*
647
return getSubRegion<
CompoundLiteralRegion
>(CL, sReg);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
605
///
CompoundLiteralRegion
- A memory region representing a compound literal.
608
class
CompoundLiteralRegion
: public TypedRegion {
613
CompoundLiteralRegion
(const CompoundLiteralExpr* cl, const MemRegion* sReg)
959
const
CompoundLiteralRegion
*
[
all
...]
Completed in 34 milliseconds