OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_struct_with_mfp_0
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
x86_64-arguments-nacl-x32.cpp
30
// CHECK-LABEL: define void @{{.*}}
f_struct_with_mfp_0
{{.*}}(i64 %a.coerce0, i32 %a.coerce1)
32
void
f_struct_with_mfp_0
(struct_with_mfp_0 a) { (void)a; }
function
x86_64-arguments.cpp
43
// CHECK-LABEL: define void @{{.*}}
f_struct_with_mfp_0
{{.*}}(%struct{{.*}} byval align 8 %a)
45
void
f_struct_with_mfp_0
(struct_with_mfp_0 a) { (void)a; }
function
Completed in 52 milliseconds