OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXXConstructorCall
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp
60
if (const
CXXConstructorCall
*Ctor = dyn_cast<
CXXConstructorCall
>(&Call)) {
149
if (const
CXXConstructorCall
*Ctor = dyn_cast<
CXXConstructorCall
>(&Call)) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
651
class
CXXConstructorCall
: public AnyFunctionCall {
662
CXXConstructorCall
(const CXXConstructExpr *CE, const MemRegion *Target,
668
CXXConstructorCall
(const
CXXConstructorCall
&Other) : AnyFunctionCall(Other){}
669
virtual void cloneTo(void *Dest) const { new (Dest)
CXXConstructorCall
(*this); }
919
CallEventRef<
CXXConstructorCall
>
922
return create<
CXXConstructorCall
>(E, Target, State, LCtx);
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
373
const
CXXConstructorCall
&Ctor = cast<
CXXConstructorCall
>(Call);
575
} else if (const
CXXConstructorCall
*C = dyn_cast<
CXXConstructorCall
>(&Call)){
CallEvent.cpp
541
SVal
CXXConstructorCall
::getCXXThisVal() const {
547
void
CXXConstructorCall
::getExtraInvalidatedRegions(RegionList &Regions) const {
552
void
CXXConstructorCall
::getInitialStackFrameContents(
ExprEngineCXX.cpp
142
CallEventRef<
CXXConstructorCall
> Call =
Completed in 3450 milliseconds