OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXXConstructorCall
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
744
class
CXXConstructorCall
: public AnyFunctionCall {
755
CXXConstructorCall
(const CXXConstructExpr *CE, const MemRegion *Target,
761
CXXConstructorCall
(const
CXXConstructorCall
&Other) : AnyFunctionCall(Other){}
762
void cloneTo(void *Dest) const override { new (Dest)
CXXConstructorCall
(*this); }
[
all
...]
ExprEngine.h
46
class
CXXConstructorCall
;
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp
43
if (const
CXXConstructorCall
*Ctor = dyn_cast<
CXXConstructorCall
>(&Call)) {
291
CallEventRef<
CXXConstructorCall
> Call =
ExprEngineCallAndReturn.cpp
555
} else if (const
CXXConstructorCall
*C = dyn_cast<
CXXConstructorCall
>(&Call)){
609
const
CXXConstructorCall
&Ctor = cast<
CXXConstructorCall
>(Call);
[
all
...]
CallEvent.cpp
623
SVal
CXXConstructorCall
::getCXXThisVal() const {
629
void
CXXConstructorCall
::getExtraInvalidatedValues(ValueList &Values,
635
void
CXXConstructorCall
::getInitialStackFrameContents(
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp
159
if (const
CXXConstructorCall
*Ctor = dyn_cast<
CXXConstructorCall
>(&Call)) {
249
if (const
CXXConstructorCall
*Ctor = dyn_cast<
CXXConstructorCall
>(&Call)) {
[
all
...]
Completed in 989 milliseconds