Home
last modified time | relevance | path

Searched defs:TestVector (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c14 struct TestVector { struct
26 int test__cmpdf2(const struct TestVector *vector) { in test__cmpdf2() argument
H A Dcomparesf2_test.c14 struct TestVector { struct
26 int test__cmpsf2(const struct TestVector *vector) { in test__cmpsf2() argument
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h398 TestVector(unsigned N) : Values(N), Visited(N) {} TestVector() function