OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isout
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/dhcp/dist/keama/tests/
checkone.sh
21
isout
=$(expr $file : ".*\.out")
22
if [ $
isout
-eq 0 ]; then
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dmangle.d
997
const
isout
= (stc & STC.out_) != 0;
1008
case ScopeRef.ReturnRef: rrs =
isout
? "NkJ" : "NkK"; goto L1; // return ref
1009
case ScopeRef.ReturnRef_Scope: rrs =
isout
? "MNkJ" : "MNkK"; goto L1; // scope return ref
1010
case ScopeRef.Ref_ReturnScope: rrs =
isout
? "NkMJ" : "NkMK"; goto L1; // return scope ref
hdrgen.d
2850
const
isout
= (stc & STC.out_) != 0;
2861
case ScopeRef.ReturnRef: rrs =
isout
? "return out" : "return ref"; goto L1;
2862
case ScopeRef.RefScope: rrs =
isout
? "out scope" : "ref scope"; goto L1;
2863
case ScopeRef.ReturnRef_Scope: rrs =
isout
? "return out scope" : "return ref scope"; goto L1;
2864
case ScopeRef.Ref_ReturnScope: rrs =
isout
? "out return scope" : "ref return scope"; goto L1;
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026