OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsArg
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp
57
RetOrArg(const Function *F, unsigned Idx, bool
IsArg
) : F(F), Idx(Idx),
58
IsArg
(
IsArg
) {}
61
bool
IsArg
;
70
return
IsArg
< O.
IsArg
;
75
return F == O.F && Idx == O.Idx &&
IsArg
== O.
IsArg
;
79
return std::string((
IsArg
? "Argument #" : "Return value #"))
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h
343
/// \param
IsArg
Whether the statement is an argument to an inlined function.
353
bool
IsArg
= false,
/external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
290
bugreporter::trackNullOrUndefValue(N, RetE, BR, /*
IsArg
*/ false,
374
if (bugreporter::trackNullOrUndefValue(N, ArgE, BR, /*
IsArg
=*/true,
897
BugReport &report, bool
IsArg
,
916
if (
IsArg
&& !Inner) {
[
all
...]
Completed in 87 milliseconds