Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/
H A Dacle_sve_create3.c
H A Dacle_sve_create4.c
H A Dacle_sve_dupq.c
/llvm-project/lld/test/ELF/
H A Dshared-lazy.s55 x2: label
59 x2: label
65 .globl x2 symbol
67 .globl x2 symbol
H A Darm-tls-norelax-ie-le.s32 .globl x2 symbol
35 x2: label
H A Darm-tls-gd-nonpreemptible.s43 .globl x2 symbol
54 x2: label
/llvm-project/flang/test/Semantics/
H A Dresolve96.f9028 class(t2), intent(in) :: x2 local
32 class(t2), intent(in) :: x2 local
52 subroutine s1(x1, x2) argument
54 class(t2), intent(in) :: x2 local
57 subroutine s2(x1, x2) argument
59 class(t2), intent(in) :: x2 local
H A Ddeclarations01.f908 integer, parameter :: x2 = 1 local
11 common /blk/ x2, x3 local
H A Doldparam02.f904 subroutine subr(x1,x2,x3,x4,x5) argument
6 class(*), intent(in) :: x2 local
H A Dio15.f9016 type(t2) x2 component
32 type(t2) :: x2 local
45 type(t2) :: x2 variable
/llvm-project/clang/test/CXX/special/class.copy/
H A Dp3-cxx11.cpp13 X x2; in return_by_move() local
23 X x2; in throw_move_only() local
38 X x2; in f() local
50 T x2; in f2() local
/llvm-project/libc/fuzzing/math/
H A DCompare.h18 ValuesEqual(T x1, T x2) { in ValuesEqual() argument
31 ValuesEqual(T x1, T x2) { in ValuesEqual() argument
/llvm-project/clang/test/SemaCXX/
H A Ddirect-initializer.cpp6 int (x2)(1); variable
10 int (x2)(1); in f() local
40 X x2(1.0, 3, 4.2); in g() local
H A Dreturn-stack-addr-2.cpp68 const int &x2 = x; // expected-note{{binding reference variable 'x2' here}} in int7() local
73 const int &x2 = x; in int8() local
79 const int &x2 = x; // expected-note{{binding reference variable 'x2' here}} in int9() local
/llvm-project/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
H A Dhash.pass.cpp31 std::string x2("12345"); in main() local
39 std::wstring x2(L"12345"); in main() local
/llvm-project/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
H A Dhash.pass.cpp34 std::string x2("12345"); in main() local
42 std::wstring x2(L"12345"); in main() local
/llvm-project/clang/test/CodeGen/
H A Dregparm-struct.c21 int x2; member
38 int x2; member
56 int x2; member
85 int x2; member
96 int x2; member
108 float x2; member
119 float x2; member
141 double x2; member
152 float x2; member
/llvm-project/clang/test/CXX/class/class.local/
H A Dp1-0x.cpp7 …int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'… in f() member
13 …int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expre… in f() member
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp16.cpp28 …int &x2 = a; // expected-error{{binding reference of type 'int' to value of type 'const int' drops… in test_capture() local
36 …int &x2 = a; // expected-error{{binding reference of type 'int' to value of type 'const int' drops… in test_capture() local
/llvm-project/clang/test/Tooling/
H A Dclang-diff-topdown.cpp35 int x2 = ::x + 1; variable
66 int x2 = ::x + 1; variable
/llvm-project/clang/test/ASTMerge/var/Inputs/
H A Dvar1.h1 double x2; variable
/llvm-project/clang/test/PCH/
H A Dcmdline-include2.h1 enum { x2 }; enumerator
/llvm-project/clang/test/AST/
H A Dattr-annotate-type.c12 int *[[clang::annotate_type("bar")]] x2; variable
/llvm-project/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
H A Dlv_value.pass.cpp27 typename C::value_type x1, typename C::value_type x2, in test()
40 typename C::value_type x1, typename C::value_type x2, in insert3at()
/llvm-project/clang/test/Analysis/
H A Dstack-addr-ps.cpp38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} get_reference3() local
50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} f2() local
56 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} f3() local
62 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} f4() local
[all...]

12345678910>>...13