Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Darm-bfloat.cpp35 void test_vector(bfloat16x4_t a, bfloat16x4_t b, float16x4_t c) { in test_vector() function
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c162 struct test_vector { vector int x; }; struct
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dbenchmark_test.cc50 std::vector<int>* test_vector = nullptr; variable