Home
last modified time | relevance | path

Searched defs:Int (Results 1 – 25 of 134) sorted by relevance

123456

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7-cxx14.cpp17 using Int = int; typedef
25 using Int = decltype(x3a); typedef
26 using Int = decltype(x3d); typedef
30 using Int = decltype(x4a); typedef
35 using Int = decltype(x5a); typedef
71 using Int = decltype(f1a()); typedef
72 using Int = decltype(f1d()); typedef
76 using Int = decltype(f2a(0)); typedef
77 using Int = decltype(f2d(0)); typedef
81 using Int = decltype(f3a(0)); typedef
[all …]
/llvm-project/clang/test/Modules/
H A Dmerge-var-template-spec.cpp51 struct Int { struct
54 template <> constexpr int zero<Int> = {0}; argument
64 struct Int { struct
67 template <> constexpr int zero<Int> = {0}; argument
/llvm-project/libcxx/test/std/ranges/range.factories/range.repeat.view/
H A Dctor.default.pass.cpp21 struct Int { struct
22 Int(int) {} in Int() argument
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp71 using Int = A<E6>; typedef
72 using Int = A<EE::EE32>; // expected-error {{not implicitly convertible}} typedef
73 using Int = A<(int)EE::EE32>; typedef
74 using Int = A<200>; typedef
75 using Int = A<1000>; // expected-error {{template argument evaluates to 1000, which cannot be narrowed to type 'unsigned char'}} typedef
70 using Int = A<E6>; global() typedef
96 using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not allowed in a converted constant expression}} global() typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield-ir.cpp16 struct Int { struct
17 aInt global() argument
18 bInt global() argument
19 cInt global() argument
H A Dbitfield-access-tail.cpp139 struct E : virtual Int { argument
/llvm-project/llvm/tools/llvm-c-test/
H A Dmetadata.c23 LLVMValueRef Int = LLVMConstInt(LLVMInt32Type(), 0, 0); in llvm_add_named_metadata_operand() local
40 LLVMValueRef Int = LLVMConstInt(LLVMInt32Type(), 0, 0); in llvm_set_metadata() local
83 LLVMValueRef Int = LLVMConstInt(LLVMInt32Type(), 0, 0); in llvm_is_a_value_as_metadata() local
/llvm-project/clang/test/ASTMerge/function/Inputs/
H A Dfunction2.c1 typedef int Int; typedef
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/
H A Drvalue.pass.cpp52 struct Int { struct
55 friend void operator<<(std::basic_ostream<CharT>& os, Int const& self) { in operator <<() argument
/llvm-project/clang/test/Index/Inputs/
H A Dpreamble-with-error.h1 typedef int Int; typedef
/llvm-project/clang/test/ASTMerge/category/Inputs/
H A Dcategory2.m1 typedef int Int; typedef
13 - (Int)method1; category
/llvm-project/clang/test/Sema/
H A Dgeneric-selection-type-extension.c56 typedef int Int; typedef
H A DGH70594.cpp21 struct Int {}; struct
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h54 Int, enumerator
85 int64_t Int; member
/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/
H A Drvalue.pass.cpp44 struct Int { struct
47 friend void operator>>(std::basic_istream<CharT>& is, Int& self) { in operator >>() argument
/llvm-project/clang/test/C/drs/
H A Ddr157.c25 typedef int Int; /* expected-note {{previous definition is here}} */ in dr157() typedef
/llvm-project/clang/test/AST/
H A Dast-dump-APValue-arithmetic.cpp14 constexpr int Int = 42; in Test() local
/llvm-project/flang/runtime/
H A Drandom-templates.h54 using Int = common::HostUnsignedIntType<minBits>; in Generate() local
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h41 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) global() argument
174 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) isOverloaded() argument
257 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getVectorElementType() argument
270 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getVectorMinNumElements() argument
299 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getSizeInBits() argument
421 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getFloatingPointVT() argument
431 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getIntegerVT() argument
[all...]
/llvm-project/clang/test/CXX/basic/basic.start/basic.start.main/
H A Dp2.cpp24 typedef int Int; typedef
34 typedef int Int; typedef
/llvm-project/clang/test/SemaCXX/
H A Dtemplate-default-param-through-using.cpp24 template<int I = 5> struct Int{}; struct
H A Dcxx1y-initializer-aggregates.cpp100 struct Int { int x; }; argument
113 constexpr char f(Int) { return 2; } // expected-note {{candidate function}} in f() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-integer-literals.cpp21 int Int = 30; in examples() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DIntegralLiteralExpressionMatcher.h19 Int, enumerator
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DLRTableTest.cpp

123456