Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dcount-builtins.c3 typedef int int2 __attribute__((ext_vector_type(2))); typedef
H A Dbuiltins-elementwise-math.c8 typedef int int2 __attribute__((ext_vector_type(2))); typedef
/llvm-project/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/clang/test/CodeGen/
H A Dpalignr.c19 typedef __attribute__((vector_size(8))) int int2; global() typedef
H A Dbuiltins-nvptx.c656 typedef int int2 __attribute__((ext_vector_type(2))); nvvm_ldg() typedef
764 typedef int int2 __attribute__((ext_vector_type(2))); nvvm_ldu() typedef
/llvm-project/clang/test/AST/Interp/
H A Dvectors.cpp
/llvm-project/clang/test/SemaCXX/
H A Dreturn-stack-addr-2.cpp45 ptr int2(const ptr &p = nullptr) { in int2() function
/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h48 typedef vector<int, 2> int2; global() typedef
/llvm-project/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/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/libclc/generic/include/clc/
H A Dclctypes.h
/llvm-project/libc/test/src/__support/
H A Darg_list_test.cpp126 using int2 = int __attribute__((ext_vector_type(2))); global() typedef
/llvm-project/lldb/unittests/Utility/
H A DScalarTest.cpp451 llvm::APSInt int2("-4"); in TEST() local
/llvm-project/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/clang/test/Misc/
H A Ddiag-template-diffing-cxx11.cpp867 int int1, int2, default_int; global() variable
/llvm-project/flang/test/Semantics/
H A Dresolve53.f90490 interface int2 global() interface
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h187 typedef int int2 __attribute__((ext_vector_type(2))); global() typedef