Home
last modified time | relevance | path

Searched refs:testVector (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ppc/
H A Dqsub_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
105 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
270 const struct testVector accuracyTests[] = {
1812 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dqadd_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
105 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
268 const struct testVector accuracyTests[] = {
1810 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dqdiv_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
105 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
218 const struct testVector accuracyTests[] = {
733 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dqmul_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
105 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
220 const struct testVector accuracyTests[] = {
731 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
H A Dfixtfdi_test.c8 struct testVector { double xhi; double xlo; int64_t result; }; argument
14 const struct testVector testCases[] = {
452 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
/llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dfreeze.ll6 define i8 addrspace(1)* @testVector(<3 x i8 addrspace(1)*> %arg) gc "statepoint-example" {
7 ; CHECK-LABEL: @testVector(
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Duse-after-move.cpp917 void testVector() { in testVector() function in HasSTLField