Home
last modified time | relevance | path

Searched defs:x10 (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/Parser/
H A Dcxx-decl.cpp5 const char const *x10; // expected-error {{duplicate 'const' declaration specifier}} variable
/llvm-project/flang/test/Lower/Intrinsics/
H A Dieee_class_queries.f9010 real(10) :: x10 global() variable
/llvm-project/flang/test/Lower/
H A Dreal-descriptors.f9032 real(kind=10) :: x10 variable
/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
H A Dacle_sve_dupq.c
/llvm-project/clang/test/Sema/
H A Driscv-types.c36 __rvv_int32m2_t x10; in bar() local
/llvm-project/libcxxabi/test/vendor/ibm/
H A Daix_xlclang_passing_excp_obj_64.pass.sh.S72 .set x10,10; .set x11,11; .set x12,12; .set x13,13; .set x14,14 define
565 .set x10,10; .set x11,11; .set x12,12; .set x13,13; .set x14,14 define
H A Daix_xlclang_passing_excp_obj_32.pass.sh.S72 .set x10,10; .set x11,11; .set x12,12; .set x13,13; .set x14,14 define
548 .set x10,10; .set x11,11; .set x12,12; .set x13,13; .set x14,14 define
H A Daix_xlclang_nested_excp_32.pass.sh.s68 .set x10,10; .set x11,11; .set x12,12; .set x13,13; .set x14,14 define
H A Daix_xlclang_nested_excp_64.pass.sh.s67 .set x10,10; .set x11,11; .set x12,12; .set x13,13; .set x14,14 define
/llvm-project/lldb/source/Utility/
H A DARM64_ehframe_Registers.h29 x10, enumerator
H A DARM64_DWARF_Registers.h27 x10, enumerator
/llvm-project/clang/test/CodeGen/
H A Doverride-layout.c141 struct X10 x10; in use_structs() local
/llvm-project/flang/test/Semantics/
H A Dinit01.f90103 real :: x10(2,3) = reshape([real::(k,k=1,6)], [3, 2]) local
/llvm-project/clang/test/ASTMerge/struct/Inputs/
H A Dstruct2.c42 struct S10 *x10; variable
H A Dstruct1.c45 struct S10 *x10; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dmove-const-arg.cpp117 T f_unknown_target(const int x10) { in f_unknown_target() argument
/llvm-project/clang/test/Analysis/
H A Ddead-stores.c612 int x9 = getInt(), x10 = 0; in testBOComma() local
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dglobals-wrap-tag.c9 int x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16, variable
/llvm-project/lldb/test/API/commands/settings/use_source_cache/
H A Dmain.cpp23 int x10 = x9 * x8 + x7; in calc() local
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp2472 constexpr E3 x10 = static_cast<E3>(2048); testValueInRangeOfEnumerationValues() local