OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getArgExpr
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
AttrNonNullChecker.cpp
62
const Expr *ArgE = Call.
getArgExpr
(idx);
107
if (const Expr *ArgE = Call.
getArgExpr
(idx))
CallAndMessageChecker.cpp
294
Call.
getArgExpr
(i), /*IsFirstArgument=*/i == 0,
BasicObjCFoundationChecks.cpp
604
QualType ArgTy = msg.
getArgExpr
(I)->getType();
MallocChecker.cpp
514
C.addTransition(FreeMemAux(C, Call.
getArgExpr
(argIdx),
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
242
virtual const Expr *
getArgExpr
(unsigned Index) const { return 0; }
404
virtual const Expr *
getArgExpr
(unsigned Index) const {
547
virtual const Expr *
getArgExpr
(unsigned Index) const {
586
virtual const Expr *
getArgExpr
(unsigned Index) const {
684
virtual const Expr *
getArgExpr
(unsigned Index) const {
728
virtual const Expr *
getArgExpr
(unsigned Index) const {
786
virtual const Expr *
getArgExpr
(unsigned Index) const {
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
213
const Expr *ArgE =
getArgExpr
(Index);
220
const Expr *ArgE =
getArgExpr
(Index);
Completed in 496 milliseconds