Searched refs:arrayHasNonConstPointers (Results 1 – 1 of 1) sorted by relevance
210 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