Home
last modified time | relevance | path

Searched defs:testVector (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/test/builtins/Unit/ppc/
H A Dqsub_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
H A Dqadd_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
H A Dqdiv_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
H A Dqmul_test.c22 struct testVector { struct
32 const struct testVector edgeCases[] = { argument
H A Dfixtfdi_test.c8 struct testVector { double xhi; double xlo; int64_t result; }; argument
/llvm-project/clang/test/Analysis/inlining/
H A Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector() function
/llvm-project/clang/test/Analysis/
H A Duse-after-move.cpp947 void testVector() { testVector() function in HasSTLField