Home
last modified time | relevance | path

Searched defs:byRef (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d446 const byRef = param.isReference() && !(param.storageClass & STC.scope_) in checkParamArgumentReturn() local
518 bool checkAssignEscape(Scope* sc, Expression e, bool gag, bool byRef) in checkAssignEscape()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d2722 int byRef = 7; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1561 bool byRef = (flags & 1); in VisitBlockDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4135 Capture(VarDecl *variable, bool byRef, bool nested, Expr *copy) in Capture()