Searched refs:cast_away_const (Results 1 – 4 of 4) sorted by relevance
137 cast_away_const(const ConstStmtIterator &RHS);151 inline StmtIterator cast_away_const(const ConstStmtIterator &RHS) { in cast_away_const() function
4899 return child_range(cast_away_const(CCR.begin()), in children()4900 cast_away_const(CCR.end())); in children()6126 return child_range(cast_away_const(CCR.begin()), in children()6127 cast_away_const(CCR.end())); in children()
2008 static void* cast_away_const(const void* string) in cast_away_const() function2029 new_key = (char*)cast_away_const(string); in add_item_to_object()2465 item->valuestring = (char*)cast_away_const(string); in cJSON_CreateStringReference()2476 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateObjectReference()2486 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateArrayReference()
4517 return child_range(cast_away_const(CCR.begin()), cast_away_const(CCR.end())); in children()