| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | loop-convert-const.cpp | 38 int Ints[N], OtherInt; variable 151 copyArg(Ints[I]); in primitiveTypes() 172 if (Ints[I] < N) in primitiveTypes() 180 if (N == Ints[I]) in primitiveTypes() 218 Ints[I] += Ints[I]; in primitiveTypes() 225 int Res = 5 * (Ints[I] + 1) - Ints[I]; in primitiveTypes() 255 int &J = Ints[I]; in takingReferences() 256 int &K = Ints[I]; in takingReferences() 293 int &J = Ints[I]; in takingReferences() 334 int Ints[N]; member in TestInsideConstFunction [all …]
|
| H A D | loop-convert-extra.cpp | 269 int Ints[N], Ints_[N]; member 273 printf("%d\n", Ints[I]); in loops() 298 printf("%d\n", Ints[I]); in outOfLine()
|
| H A D | loop-convert-basic.cpp | 816 int Ints[N]; in fundamentalTypesTest() local
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | IntrinsicEmitter.cpp | 61 CodeGenIntrinsicTable Ints(Records); in run() local 65 EmitEnumInfo(Ints, OS); in run() 68 EmitTargetInfo(Ints, OS); in run() 71 EmitIntrinsicToNameTable(Ints, OS); in run() 77 EmitGenerator(Ints, OS); in run() 80 EmitAttributes(Ints, OS); in run() 124 OS << " " << Ints[i].EnumName; in EmitEnumInfo() 132 if (Ints[i].EnumName.size() < 40) in EmitEnumInfo() 158 for (auto Target : Ints.Targets) in EmitTargetInfo() 185 if (Ints[i].isOverloaded) in EmitIntrinsicToOverloadTable() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | temp-param-subst-linear.cpp | 41 using Ints = Rep<TypeList<int>, 14>::type; typedef 46 using Left = SplitAtIndex<Ints, Size<Ints> / 2>::Left; 47 using Right = SplitAtIndex<Ints, Size<Ints> / 2>::Right; 56 using Ints = Concat<Left, Right>::type; typedef
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | MicrosoftCXXABI.cpp | 286 unsigned Ints = 0; in getMSMemberPointerSlots() local 290 Ints = 1; in getMSMemberPointerSlots() 293 Ints++; in getMSMemberPointerSlots() 295 Ints++; in getMSMemberPointerSlots() 297 Ints++; in getMSMemberPointerSlots() 298 return std::make_pair(Ptrs, Ints); in getMSMemberPointerSlots() 309 unsigned Ptrs, Ints; in getMemberPointerInfo() local 310 std::tie(Ptrs, Ints) = getMSMemberPointerSlots(MPT); in getMemberPointerInfo() 313 MPI.Width = Ptrs * PtrSize + Ints * IntSize; in getMemberPointerInfo() 318 if (Ptrs + Ints > 1 && Target.getTriple().isArch32Bit()) in getMemberPointerInfo() [all …]
|
| /llvm-project-15.0.7/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
| H A D | p2.cpp | 5 namespace Ints { namespace 18 using namespace Ints; 23 int i = Ints::zero; in test() 24 Ints::f(i); in test() 64 int i = Ints::zero; in test3()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | empty.td | 42 class L<list<int> Ints> { 43 bit Empty = !empty(Ints); 44 bit NotEmpty = !not(!empty(Ints));
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | BinaryStreamTest.cpp | 416 std::vector<uint32_t> Ints = {90823, 12908, 109823, 209823}; in TEST_F() local 418 Ints.size() * sizeof(uint32_t)); in TEST_F() 427 ASSERT_EQ(Ints[0], *Iter++); in TEST_F() 428 ASSERT_EQ(Ints[1], *Iter++); in TEST_F() 429 ASSERT_EQ(Ints[2], *Iter++); in TEST_F() 430 ASSERT_EQ(Ints[3], *Iter++); in TEST_F() 568 std::vector<int> Ints = {1, 2, 3, 4, 5}; in TEST_F() local 570 Ints.size() * sizeof(int)); in TEST_F() 578 EXPECT_EQ(makeArrayRef(Ints), IntsRef); in TEST_F() 796 ArrayRef<int> Ints; in TEST_F() local [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
| H A D | apply.pass.cpp | 27 template <class ...Ints> 28 constexpr int constexpr_sum_fn(int x1, Ints... rest) { return x1 + constexpr_sum_fn(rest...); } in constexpr_sum_fn() 32 template <class ...Ints> 33 constexpr int operator()(Ints... values) const { in operator ()()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | switch.c | 321 } Ints; typedef 323 void rdar110822110(Ints i) in rdar110822110()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SmallPtrSetTest.cpp | 287 int Ints[] = {0, 1, 2, 3, 4, 5, 6, 7}; in TEST() local 289 for (int &I : Ints) { in TEST() 295 int Found[sizeof(Ints)/sizeof(int)] = {0}; in TEST() 296 for (int &I : Ints) in TEST() 298 ++Found[*F - Ints]; in TEST()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 323 template <size_t N, size_t... Ints> 324 static std::array<Address, N> getParamAddrs(std::index_sequence<Ints...> IntSeq, in getParamAddrs() 329 {Address(CGF->Builder.CreateLoad(CGF->GetAddrOfLocalVar(Args[Ints])), in getParamAddrs() 330 CGF->VoidPtrTy, Alignments[Ints])...}}; in getParamAddrs()
|
| /llvm-project-15.0.7/llvm/tools/sancov/ |
| H A D | sancov.cpp | 240 std::set<uint64_t> *Ints) { in readInts() argument 243 std::copy(S, E, std::inserter(*Ints, Ints->end())); in readInts()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1019 std::pair<int, int> Ints = Default; in getIntegerPairAttribute() local 1021 if (Strs.first.trim().getAsInteger(0, Ints.first)) { in getIntegerPairAttribute() 1025 if (Strs.second.trim().getAsInteger(0, Ints.second)) { in getIntegerPairAttribute() 1032 return Ints; in getIntegerPairAttribute()
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2686 std::vector<int64_t> Ints; in getValueAsListOfInts() local 2689 Ints.push_back(II->getValue()); in getValueAsListOfInts() 2696 return Ints; in getValueAsListOfInts()
|