Searched defs:c14 (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/Misc/ |
H A D | diag-template-diffing-cxx11.cpp | 432 template<typename T> using c14 = b14; global() typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | stringview-nullptr.cpp | 560 std::string_view c14 = {{}}; // Default `const CharT*` in field_construction() member
|
/llvm-project/clang/test/Headers/ |
H A D | wasm.c | 270 v128_t test_i8x16_make(int8_t c0, int8_t c1, int8_t c2, int8_t c3, int8_t c4, int8_t c5, int8_t c6, int8_t c7, int8_t c8, int8_t c9, int8_t c10, int8_t c11, int8_t c12, int8_t c13, int8_t c14, int8_t c15) { in test_i8x16_make() argument 295 v128_t test_u8x16_make(uint8_t c0, uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4, uint8_t c5, uint8_t c6, uint8_t c7, uint8_t c8, uint8_t c9, uint8_t c10, uint8_t c11, uint8_t c12, uint8_t c13, uint8_t c14, uint8_t c15) { in test_u8x16_make() argument
|
/llvm-project/cross-project-tests/intrinsic-header-tests/ |
H A D | wasm_simd128.c | 161 int8_t c14, int8_t c15) { in test_i8x16_make() argument
|