Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmtIterator.h137 cast_away_const(const ConstStmtIterator &RHS);
151 inline StmtIterator cast_away_const(const ConstStmtIterator &RHS) { in cast_away_const() function
DExpr.h4899 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()
/external/iperf3/src/
Dcjson.c2008 static void* cast_away_const(const void* string) in cast_away_const() function
2029 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()
/external/llvm-project/clang/lib/AST/
DExpr.cpp4517 return child_range(cast_away_const(CCR.begin()), cast_away_const(CCR.end())); in children()