Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ERROR

8 #define ERROR __attribute__((swift_error_result))
32 SWIFTCALL void context_error_1(CONTEXT int *self, ERROR float **error) {}
41 float *error;
42 context_error_1(&x, &error);
46 // CHECK: [[ERROR:%.*]] = alloca float*, align 4
48 // CHECK: [[T0:%.*]] = load float*, float** [[ERROR]], align 4
52 // CHECK: store float* [[T0]], float** [[ERROR]], align 4
54 SWIFTCALL void context_error_2(short s, CONTEXT int *self, ERROR float **error) {}