| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | ilist_base.h | 43 node_base_type *Final = Last.getPrev(); in removeRangeImpl() local 49 Final->setNext(nullptr); in removeRangeImpl() 62 node_base_type &Final = *Last.getPrev(); in transferBeforeImpl() local 70 Final.setNext(&Next); in transferBeforeImpl() 73 Next.setPrev(&Final); in transferBeforeImpl()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | MD5Test.cpp | 22 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) { in TestMD5Sum() argument 29 EXPECT_EQ(Res, Final); in TestMD5Sum() 32 void TestMD5Sum(StringRef Input, StringRef Final) { in TestMD5Sum() argument 39 EXPECT_EQ(Res, Final); in TestMD5Sum()
|
| H A D | Base64Test.cpp | 22 void TestBase64(StringRef Input, StringRef Final) { in TestBase64() argument 24 EXPECT_EQ(Res, Final); in TestBase64()
|
| H A D | SHA256.cpp | 38 void TestSHA256Sum(ArrayRef<uint8_t> Input, StringRef Final) { in TestSHA256Sum() argument 43 EXPECT_EQ(hashStr, Final); in TestSHA256Sum()
|
| H A D | BLAKE3Test.cpp | 23 void TestBLAKE3Sum(ArrayRef<uint8_t> Input, StringRef Final) { in TestBLAKE3Sum() argument 28 EXPECT_EQ(hashStr, Final); in TestBLAKE3Sum()
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/support.exception/except.nested/ |
| H A D | throw_with_nested.pass.cpp | 42 struct Final final {}; struct 123 std::throw_with_nested(Final()); in main() 126 catch (const Final &) in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
| H A D | is_polymorphic.pass.cpp | 68 class Final final { class 71 class Final { class 88 test_is_not_polymorphic<Final>(); in main()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | class-template-ctor-initializer.cpp | 48 class Final : public Derived<Base> { class 54 Final final; in main()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | InMemoryModuleCache.cpp | 20 return Final; in getPCMState() 52 return getPCMState(Filename) == Final; in isPCMFinal()
|
| /llvm-project-15.0.7/clang/unittests/Serialization/ |
| H A D | InMemoryModuleCacheTest.cpp | 61 EXPECT_EQ(InMemoryModuleCache::Final, Cache.getPCMState("B")); in TEST() 115 EXPECT_EQ(InMemoryModuleCache::Final, Cache.getPCMState("B")); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Format.cpp | 357 tooling::Replacements Final; in formatIncremental() local 369 Final = Final.merge(*Pass.second); in formatIncremental() 379 return split(Final, OriginalCursor, FinalCursor); in formatIncremental()
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | CartesianBenchmarks.h | 68 void allValueCombinations(R& Result, const T& Final) { in allValueCombinations() argument 69 return Result.push_back(Final); in allValueCombinations()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-misched-basic-A53.ll | 11 ; CHECK: *** Final schedule for %bb.2 *** 87 ; CHECK: *** Final schedule for %bb.0 *** 133 ; CHECK: *** Final schedule for %bb.0 *** 181 ; CHECK: *** Final schedule for %bb.1 ***
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | InMemoryModuleCache.h | 57 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | misched-copy-arm.ll | 7 ; CHECK: *** Final schedule for %bb.2 *** 35 ; CHECK-LABEL: *** Final schedule for %bb.5 ***
|
| H A D | aapcs-hfa-code.ll | 67 ; Final double argument might be put in s15 & [sp] if we're careless. It should 87 ; Final double argument might go at [sp, #4] if we're careless. Should go at
|
| H A D | cortexr52-misched-basic.ll | 20 ; CHECK: ** Final schedule for %bb.0 ***
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | SCEVValidator.cpp | 739 Value *Final = nullptr; in tryForwardThroughPHI() local 745 if (Final) in tryForwardThroughPHI() 747 Final = PHI->getIncomingValue(i); in tryForwardThroughPHI() 750 if (Final) in tryForwardThroughPHI() 751 return SE.getSCEV(Final); in tryForwardThroughPHI()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 26 enum class AwaitKind { Init, Normal, Yield, Final }; enumerator 116 case AwaitKind::Final: in buildSuspendPrefixStr() 211 const bool IsFinalSuspend = (Kind == AwaitKind::Final); in emitSuspendExpression() 636 CurCoro.Data->CurrentAwaitKind = AwaitKind::Final; in EmitCoroutineBody()
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | rv64a-invalid.s | 3 # Final operand must have parentheses
|
| H A D | rv32a-invalid.s | 3 # Final operand must have parentheses
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 418 const SmallInstructionSet &Final, 422 const SmallInstructionSet &Final, 691 const SmallInstructionSet &Final, in collectInLoopUserSet() argument 699 if (!Final.count(I)) in collectInLoopUserSet() 717 !Final.count(Op)) in collectInLoopUserSet() 728 const SmallInstructionSet &Final, in collectInLoopUserSet() argument 731 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet()
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | MacroCallReconstructor.cpp | 65 UnwrappedLine Final = in takeResult() local 67 assert(!Final.Tokens.empty()); in takeResult() 68 return Final; in takeResult()
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGParser.h | 212 bool resolve(const ForeachLoop &Loop, SubstStack &Stack, bool Final, 215 bool Final, std::vector<RecordsEntry> *Dest,
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 518 void setCoroutineSuspends(Stmt *Initial, Stmt *Final) { in setCoroutineSuspends() argument 519 assert(Initial && Final && "suspend points cannot be null"); in setCoroutineSuspends() 523 CoroutineSuspends.second = Final; in setCoroutineSuspends()
|