Home
last modified time | relevance | path

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

12345

/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7-cxx14.cpp19 using Int = int; typedef
27 using Int = decltype(x3a); typedef
28 using Int = decltype(x3d); typedef
32 using Int = decltype(x4a); typedef
37 using Int = decltype(x5a); typedef
73 using Int = decltype(f1a()); typedef
74 using Int = decltype(f1d()); typedef
78 using Int = decltype(f2a(0)); typedef
79 using Int = decltype(f2d(0)); typedef
83 using Int = decltype(f3a(0)); typedef
[all …]
/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp69 using Int = A<E6>; typedef
70 using Int = A<EE::EE32>; // expected-error {{not implicitly convertible}} typedef
71 using Int = A<(int)EE::EE32>; typedef
72 using Int = A<200>; typedef
73 using Int = A<1000>; // expected-error {{template argument evaluates to 1000, which cannot be narro… typedef
74 using Int = A<-3>; // expected-error {{template argument evaluates to -3, which cannot be narrowed … typedef
95 using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not allowed … typedef
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIntervalIterator.h71 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval()
81 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval()
180 Interval *Int = new Interval(Header); in ProcessInterval() local
199 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
/llvm-project-15.0.7/clang/test/ASTMerge/function/Inputs/
H A Dfunction2.c1 typedef int Int; typedef
/llvm-project-15.0.7/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-15.0.7/clang/test/Index/Inputs/
H A Dpreamble-with-error.h1 typedef int Int; typedef
/llvm-project-15.0.7/clang/test/ASTMerge/category/Inputs/
H A Dcategory2.m1 typedef int Int; typedef
13 - (Int)method1; category
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h49 Int, enumerator
80 int64_t Int; member
/llvm-project-15.0.7/clang/test/C/drs/
H A Ddr157.c25 typedef int Int; /* expected-note {{previous definition is here}} */ in dr157() typedef
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-APValue-arithmetic.cpp14 constexpr int Int = 42; in Test() local
/llvm-project-15.0.7/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-15.0.7/clang/test/CXX/basic/basic.start/basic.start.main/
H A Dp2.cpp24 typedef int Int; typedef
34 typedef int Int; typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-integer-literals.cpp20 int Int = 30; in examples() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtemplate-default-param-through-using.cpp24 template<int I = 5> struct Int{}; struct
H A Denable_if.cpp52 struct Int { struct
53 constexpr Int(int i) : i(i) { } in Int() argument
59 void default_argument_promotion(int n, int m = Int(0)) __attribute__((enable_if(m == 0, "chosen whe… argument
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DLRTableTest.cpp65 SymbolID Int = tokenSymbol(tok::kw_int); in TEST() local
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-member-access.m12 @interface Int : Super<MyProtocol> interface
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DPatternInit.cpp51 auto *Int = llvm::ConstantInt::get(IntTy, IntValue); in initializationPatternFor() local
/llvm-project-15.0.7/clang/test/CXX/module/module.interface/
H A Dp3.cpp33 export using Int = int; typedef
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DIntegralLiteralExpressionMatcher.h21 Int, enumerator
/llvm-project-15.0.7/clang/test/CXX/class/class.friend/
H A Dp1.cpp14 typedef int Int; typedef
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIntervalPartition.cpp67 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DGICHelper.h86 inline isl::val valFromAPInt(isl_ctx *Ctx, const llvm::APInt Int, in valFromAPInt()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default.cpp114 int Int; member
151 int Int; member
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DSValTest.cpp208 QualType Int = Context.IntTy; variable
239 QualType Int = Context.IntTy; variable

12345