OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAlias
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
616
bool
isAlias
(SDNode *Op0, SDNode *Op1) const;
18015
if (!
isAlias
(Chain.getNode(), N))
22721
bool DAGCombiner::
isAlias
(SDNode *Op0, SDNode *Op1) const {
22785
bool
IsAlias
;
22787
DAG,
IsAlias
))
22788
return
IsAlias
;
22881
if ((IsLoad && IsOpLoad) || !
isAlias
(N, C.getNode())) {
22899
if (!
isAlias
(N, C.getNode())) {
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
12168
Boolean
isAlias
= false;
12198
isAlias
= true;
12221
isAlias
= true;
12409
if( ( label == inQName ) || (
isAlias
&& ( label == DomainNameGetNextLabel( inQName ) ) ) )
12419
if( ( label == inQName ) || (
isAlias
&& ( label == DomainNameGetNextLabel( inQName ) ) ) )
[
all
...]
Completed in 72 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026