OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:willreturn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
2288
/// Check for `mustprogress` and `readonly` as they imply `
willreturn
`.
2334
return getAssumed() ? "
willreturn
" : "may-noreturn";
2352
void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(
willreturn
) }
2355
///
WillReturn
attribute deduction for a call sites.
2384
void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(
willreturn
); }
variable
AttributorAttributes.cpp
2288
/// Check for `mustprogress` and `readonly` as they imply `
willreturn
`.
2334
return getAssumed() ? "
willreturn
" : "may-noreturn";
2352
void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(
willreturn
) }
2355
///
WillReturn
attribute deduction for a call sites.
2384
void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(
willreturn
); }
variable
Completed in 54 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026