OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noalias
(Results
1 - 2
of
2
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl_parser.c
1569
int error,
noalias
= 0;
local
1576
noalias
= 1;
1592
if (
noalias
) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
2415
/// ------------------------
NoAlias
Argument Attribute ------------------------
2420
"
Noalias
is a pointer attribute");
2424
return getAssumed() ? "
noalias
" : "may-alias";
2428
///
NoAlias
attribute for a floating value.
2474
STATS_DECLTRACK_FLOATING_ATTR(
noalias
)
2478
///
NoAlias
attribute for an argument.
2530
void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(
noalias
) }
2541
if (CB.paramHasAttr(getCallSiteArgNo(), Attribute::
NoAlias
))
2600
// We can deduce "
noalias
" if the following conditions hold.
2601
// (i) Associated value is assumed to be
noalias
in the definition
2790
void trackStatistics() const override { STATS_DECLTRACK_CSRET_ATTR(
noalias
); }
variable
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026