Searched refs:xvalue (Results 1 – 5 of 5) sorted by relevance
123 char *xvalue = NULL; in my_module() local731 if (xvalue != NULL) in my_module()732 free (xvalue); in my_module()
3153 bool xvalue = false; in build_vec_init() local3246 xvalue = true; in build_vec_init()3435 if (xvalue) in build_vec_init()
649 free_vector_of_osdata_items (splay_tree_value xvalue) in free_vector_of_osdata_items() argument651 VEC (osdata_item_s) *value = (VEC (osdata_item_s) *) xvalue; in free_vector_of_osdata_items()
4028 bool xvalue = false; in build_vec_init() local4154 xvalue = true; in build_vec_init()4375 if (xvalue) in build_vec_init()
1913 struct point p = @{ .y = yvalue, .x = xvalue @};1920 struct point p = @{ xvalue, yvalue @};1927 struct point p = @{ y: yvalue, x: xvalue @};