OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s1_copy
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CodeGen/
packed-structure.c
57
// CHECK-FUNCTIONS-LABEL: define void @
s1_copy
59
void
s1_copy
(struct s1 *a, struct s1 *b) { *b = *a; }
function
Completed in 54 milliseconds