Searched defs:c12 (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | enum-size.cpp | 67 c12 = 0xFFFF enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | stringview-nullptr.cpp | 552 std::string_view c12 = {{nullptr}}; 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 | 160 int8_t c10, int8_t c11, int8_t c12, int8_t c13, in test_i8x16_make() argument
|