Home
last modified time | relevance | path

Searched defs:int2 (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test_int.c82 isl_int int1, int2; in invoke_alternate_representations_2args() local
112 isl_int int1, int2, int3; in invoke_alternate_representations_3args() local
154 isl_int int1, int2; in invoke_alternate_representations_2args() local
171 isl_int int1, int2, int3; in invoke_alternate_representations_3args() local
/llvm-project-15.0.7/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h38 typedef vector<int, 2> int2; typedef
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dpalignr.c19 typedef __attribute__((vector_size(8))) int int2; typedef
H A Dbuiltins-nvptx.c623 typedef int int2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dreturn-stack-addr-2.cpp44 ptr int2(const ptr &p = nullptr) { in int2() function
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Dcuda.h64 struct int2 { struct
66 __host__ __device__ int2(int x = 0, int y = 0) : x(x), y(y) {} in x() argument
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dext-vector-type.cpp85 typedef int __attribute__((ext_vector_type(2))) int2; typedef
H A Dmatrix-type.cpp179 typedef int __attribute__((matrix_type(2, 3))) int2; typedef
/llvm-project-15.0.7/libclc/generic/include/clc/
H A Dclctypes.h49 typedef __attribute__((ext_vector_type(2))) int int2; typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp30 auto int1 = 42, int2 = 0, int3 = 43; in f2() local
/llvm-project-15.0.7/clang/test/Misc/
H A Ddiag-template-diffing.cpp867 int int1, int2, default_int; variable
/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve53.f90491 interface int2 interface
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c-base.h163 typedef int int2 __attribute__((ext_vector_type(2))); typedef