OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byRef
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
escape.d
133
eb.er.
byref
.push(var);
176
foreach (VarDeclaration v; byval ? eb.er.byvalue : eb.er.
byref
)
180
const(char)* by = byval ? "byval" : "
byref
";
187
foreach (VarDeclaration v2; byval ? eb2.er.byvalue : eb2.er.
byref
)
282
if (!er.
byref
.dim && !er.byvalue.dim && !er.byfunc.dim && !er.byexp.dim)
354
foreach (VarDeclaration v; er.
byref
)
356
if (log) printf("
byref
%s\n", v.toChars());
442
// `
byRef
` needed for `assign(ref int* x, ref int i) {x = &i};`
446
const
byRef
= param.isReference() && !(param.storageClass & STC.scope_)
450
return checkAssignEscape(sc, e, gag,
byRef
);
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d
4227
int
byRef
= 7;
4228
joined.front =
byRef
;
4229
assert(range.element ==
byRef
);
4230
assert(joined.front ==
byRef
);
4239
int
byRef
= 7;
4240
joined.back =
byRef
;
4241
assert(range.element ==
byRef
);
4242
assert(joined.back ==
byRef
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
4135
Capture(VarDecl *variable, bool
byRef
, bool nested, Expr *copy)
4137
(
byRef
? flag_isByRef : 0) | (nested ? flag_isNested : 0)),
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
1561
bool
byRef
= (flags & 1);
1565
captures.push_back(BlockDecl::Capture(decl,
byRef
, nested, copyExpr));
Completed in 57 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026