| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
| H A D | p7-cxx14.cpp | 19 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 D | p3-0x.cpp | 69 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 D | IntervalIterator.h | 71 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 D | function2.c | 1 typedef int Int; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/ |
| H A D | rvalue.pass.cpp | 52 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 D | preamble-with-error.h | 1 typedef int Int; typedef
|
| /llvm-project-15.0.7/clang/test/ASTMerge/category/Inputs/ |
| H A D | category2.m | 1 typedef int Int; typedef 13 - (Int)method1; category
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackReader.h | 49 Int, enumerator 80 int64_t Int; member
|
| /llvm-project-15.0.7/clang/test/C/drs/ |
| H A D | dr157.c | 25 typedef int Int; /* expected-note {{previous definition is here}} */ in dr157() typedef
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-APValue-arithmetic.cpp | 14 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 D | rvalue.pass.cpp | 44 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 D | p2.cpp | 24 typedef int Int; typedef 34 typedef int Int; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
| H A D | signed-bitwise-integer-literals.cpp | 20 int Int = 30; in examples() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | template-default-param-through-using.cpp | 24 template<int I = 5> struct Int{}; struct
|
| H A D | enable_if.cpp | 52 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 D | LRTableTest.cpp | 65 SymbolID Int = tokenSymbol(tok::kw_int); in TEST() local
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-member-access.m | 12 @interface Int : Super<MyProtocol> interface
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 51 auto *Int = llvm::ConstantInt::get(IntTy, IntValue); in initializationPatternFor() local
|
| /llvm-project-15.0.7/clang/test/CXX/module/module.interface/ |
| H A D | p3.cpp | 33 export using Int = int; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | IntegralLiteralExpressionMatcher.h | 21 Int, enumerator
|
| /llvm-project-15.0.7/clang/test/CXX/class/class.friend/ |
| H A D | p1.cpp | 14 typedef int Int; typedef
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | IntervalPartition.cpp | 67 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors()
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | GICHelper.h | 86 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 D | use-equals-default.cpp | 114 int Int; member 151 int Int; member
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | SValTest.cpp | 208 QualType Int = Context.IntTy; variable 239 QualType Int = Context.IntTy; variable
|