Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/diagnostics/
H A Dvector.nodiscard.verify.cpp15 void test_vector() { in test_vector() function
/llvm-project/clang/test/CodeGen/X86/
H A Dbfloat16.cpp139 void test_vector(v8bfloat16 a, v8bfloat16 b) { in test_vector() function
/llvm-project/clang/test/Sema/
H A Darm-bfloat.cpp44 void test_vector(bfloat16x4_t a, bfloat16x4_t b, float16x4_t c) { in test_vector() function
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c182 struct test_vector { vector int x; }; struct
/llvm-project/third-party/benchmark/test/
H A Dbenchmark_test.cc52 std::vector<int>* test_vector = nullptr; variable
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-builtin-bit-cast.cpp471 namespace test_vector { namespace
476 constexpr uint2 test_vector = { 0x0C05FEFE, 0xCAFEBABE }; variable