OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleFunctionCall
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
428
class
SimpleFunctionCall
: public AnyFunctionCall {
432
SimpleFunctionCall
(const CallExpr *CE, ProgramStateRef St,
435
SimpleFunctionCall
(const
SimpleFunctionCall
&Other)
438
new (Dest)
SimpleFunctionCall
(*this);
902
typedef
SimpleFunctionCall
CallEventTemplateTy;
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
384
const FunctionDecl *
SimpleFunctionCall
::getDecl() const {
918
return create<
SimpleFunctionCall
>(CE, State, LCtx);
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
923
if (const
SimpleFunctionCall
*FC = dyn_cast<
SimpleFunctionCall
>(&Call)) {
[
all
...]
MallocChecker.cpp
[
all
...]
Completed in 379 milliseconds