Searched refs:flag_given (Results 1 – 1 of 1) sorted by relevance
74 bool flag_given = FLAG_expose_gc_as != NULL && strlen(FLAG_expose_gc_as) != 0; in GCFunctionName() local75 return flag_given ? FLAG_expose_gc_as : "gc"; in GCFunctionName()