Home
last modified time | relevance | path

Searched defs:c8 (Results 1 – 23 of 23) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-wchar.cpp11 char c8[] = u8"test\0\\\"\a\b\f\n\r\t\v\234"; variable
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.counted/
H A Dcounted.pass.cpp83 auto c8 = std::views::counted(contiguous_iterator<const int*>(buffer), 3); in test() local
115 auto c8 = std::views::counted(random_access_iterator<const int*>(buffer), 3); test() local
147 auto c8 = std::views::counted(bidirectional_iterator<const int*>(buffer), 3); test() local
[all...]
/llvm-project/flang/test/Integration/
H A Ddebug-complex-1.f905 complex(kind=8) :: c8 variable
/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-libc-routines.c27 unsigned char c8 = (unsigned char)c; __arm_sc_memset() local
81 unsigned char c8 = (unsigned char)c; __arm_sc_memchr() local
/llvm-project/flang/test/Semantics/
H A Dintrinsics01.f907 complex(8) :: c8 local
H A Dresolve124.f9050 complex :: c1, c2, c3, c4, c5, c6, c7, c8, c9 local
/llvm-project/clang/test/C/C99/
H A Dn717.c67 int c8 = '\U00000060'; variable
/llvm-project/compiler-rt/test/msan/
H A Dicmp_slt_allones.cpp8 int c8 : 1; member
/llvm-project/flang/test/Lower/
H A Dreal-descriptors.f9038 complex(kind=8) :: c8 variable
/llvm-project/clang/test/CodeGen/
H A Daarch64-debug-sve-vector-types.c
H A D64bit-swiftcall.c583 char c8; global() member
/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-sve-typeinfo.cpp25 auto &c8 = typeid(__SVCount_t); global() variable
H A Dlto-visibility-inference.cpp69 std::C7::C8 *c8, stdext::C9 *c9, other::C10 *c10) { in f()
H A Dmangle-ms-return-qualifiers.cpp77 A &c8() { return *(A*)0; } in c8() function
/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dutf_sanity_check.pass.cpp53 F32_8::extern_type c8[4]; in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-subscript-expr.cpp101 char c8 = ACCESS(s.data()[i]); in f() local
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-printing.cpp77 constexpr char c8 = get(u8"test\0\\\"\t\a\b\234"); // \ variable
/llvm-project/clang/test/Headers/
H A Dwasm.c270 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/clang/test/Analysis/
H A Dtemporaries.cpp672 C c8 = returnTemporaryWithAnotherFunctionWithBraces(); in test() local
/llvm-project/llvm/unittests/IR/
H A DInstructionsTest.cpp243 const Constant* c8 = Constant::getNullValue(V8x8Ty); TEST() local
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp1548 Value c8 = makeConst(8); storeFragmentedMatrix() local
/llvm-project/cross-project-tests/intrinsic-header-tests/
H A Dwasm_simd128.c159 int8_t c5, int8_t c6, int8_t c7, int8_t c8, int8_t c9, in test_i8x16_make() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp6667 mlir::Value c8 = builder.createIntegerConstant(loc, kindTy, 8); genStorageSize() local