Home
last modified time | relevance | path

Searched refs:byvalue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Descape.c25 …VarDeclarations byvalue; // array into which variables with values containing pointers are inse… member
77 if (!er.byref.dim && !er.byvalue.dim && !er.byfunc.dim && !er.byexp.dim) in checkParamArgumentEscape()
82 for (size_t i = 0; i < er.byvalue.dim; i++) in checkParamArgumentEscape()
85 VarDeclaration *v = er.byvalue[i]; in checkParamArgumentEscape()
205 if (!er.byref.dim && !er.byvalue.dim && !er.byfunc.dim && !er.byexp.dim) in checkAssignEscape()
229 for (size_t i = 0; i < er.byvalue.dim; i++) in checkAssignEscape()
231 VarDeclaration *v = er.byvalue[i]; in checkAssignEscape()
436 if (!er.byref.dim && !er.byvalue.dim && !er.byexp.dim) in checkThrowEscape()
440 for (size_t i = 0; i < er.byvalue.dim; i++) in checkThrowEscape()
442 VarDeclaration *v = er.byvalue[i]; in checkThrowEscape()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d176 foreach (VarDeclaration v; byval ? eb.er.byvalue : eb.er.byref) in checkMutableArguments()
187 foreach (VarDeclaration v2; byval ? eb2.er.byvalue : eb2.er.byref) in checkMutableArguments()
282 if (!er.byref.dim && !er.byvalue.dim && !er.byfunc.dim && !er.byexp.dim) in checkParamArgumentEscape()
321 foreach (VarDeclaration v; er.byvalue) in checkParamArgumentEscape()
552 if (!er.byref.dim && !er.byvalue.dim && !er.byfunc.dim && !er.byexp.dim) in checkAssignEscape()
618 foreach (VarDeclaration v; er.byvalue) in checkAssignEscape()
953 if (!er.byref.dim && !er.byvalue.dim && !er.byexp.dim) in checkThrowEscape()
957 foreach (VarDeclaration v; er.byvalue) in checkThrowEscape()
1005 if (!er.byref.dim && !er.byvalue.dim && !er.byexp.dim) in checkNewEscape()
1009 foreach (VarDeclaration v; er.byvalue) in checkNewEscape()
[all …]
H A Dob.d1308 foreach (VarDeclaration v2; er.byvalue) in genKill()
1487 foreach (VarDeclaration v2; er.byvalue) in genKill()
1520 foreach (VarDeclaration v2; er.byvalue) in genKill()
2018 foreach (VarDeclaration v2; er.byvalue) in checkObErrors()
2195 foreach (VarDeclaration v2; er.byvalue) in checkObErrors()
2234 foreach (VarDeclaration v2; er.byvalue) in checkObErrors()
2556 foreach (VarDeclaration v2; er.byvalue) in checkObErrors()