HomeSort by relevance Sort by last modified time
    Searched refs:s1_copy (Results 1 - 2 of 2) 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
  /external/grpc-grpc/test/cpp/util/
string_ref_test.cc 122 string s1_copy(kTestString);
125 EXPECT_EQ(0, s1.compare(s1_copy));

Completed in 612 milliseconds