Searched refs:complex_int (Results 1 – 3 of 3) sorted by relevance
3 // CHECK-DAG: @[[complex_int:.*]] = private unnamed_addr constant [3 x i8] c"ji\00", align 14 // CHECK-DAG: @a ={{.*}} global ptr @[[complex_int]], align 8
4 int complex complex_int = -1 + -2 * I; in main() local
17 void complex_int(int _Complex x, int _Complex y) { in complex_int() function