Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dinit.c210 bool arrayHasNonConstPointers(Expressions *elems);
222 return arrayHasNonConstPointers(se->elements); in hasNonConstPointers()
229 return arrayHasNonConstPointers(ae->elements); in hasNonConstPointers()
235 arrayHasNonConstPointers(ae->values)) in hasNonConstPointers()
238 return arrayHasNonConstPointers(ae->keys); in hasNonConstPointers()
251 bool ret = arrayHasNonConstPointers(se->elements); in hasNonConstPointers()
275 bool arrayHasNonConstPointers(Expressions *elems) in arrayHasNonConstPointers() function