Searched refs:context_error_1 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Darm-swiftcall.c32 SWIFTCALL void context_error_1(CONTEXT int *self, ERROR float **error) {} function
33 // CHECK-LABEL: define {{.*}} void @context_error_1(i32* swiftself{{.*}}, float** swifterror)
42 context_error_1(&x, &error);
50 // CHECK: call [[SWIFTCC:swiftcc]] void @context_error_1(i32* swiftself [[X]], float** swifterror [[TEMP]])

Completed in 387 milliseconds