Home
last modified time | relevance | path

Searched refs:Final (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A Dilist_base.h43 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 DMD5Test.cpp22 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 DBase64Test.cpp22 void TestBase64(StringRef Input, StringRef Final) { in TestBase64() argument
24 EXPECT_EQ(Res, Final); in TestBase64()
H A DSHA256.cpp38 void TestSHA256Sum(ArrayRef<uint8_t> Input, StringRef Final) { in TestSHA256Sum() argument
43 EXPECT_EQ(hashStr, Final); in TestSHA256Sum()
H A DBLAKE3Test.cpp23 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 Dthrow_with_nested.pass.cpp42 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 Dis_polymorphic.pass.cpp68 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 Dclass-template-ctor-initializer.cpp48 class Final : public Derived<Base> { class
54 Final final; in main()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp20 return Final; in getPCMState()
52 return getPCMState(Filename) == Final; in isPCMFinal()
/llvm-project-15.0.7/clang/unittests/Serialization/
H A DInMemoryModuleCacheTest.cpp61 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 DFormat.cpp357 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 DCartesianBenchmarks.h68 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 Darm64-misched-basic-A53.ll11 ; 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 DInMemoryModuleCache.h57 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dmisched-copy-arm.ll7 ; CHECK: *** Final schedule for %bb.2 ***
35 ; CHECK-LABEL: *** Final schedule for %bb.5 ***
H A Daapcs-hfa-code.ll67 ; 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 Dcortexr52-misched-basic.ll20 ; CHECK: ** Final schedule for %bb.0 ***
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVValidator.cpp739 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 DCGCoroutine.cpp26 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 Drv64a-invalid.s3 # Final operand must have parentheses
H A Drv32a-invalid.s3 # Final operand must have parentheses
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp418 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 DMacroCallReconstructor.cpp65 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 DTGParser.h212 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 DScopeInfo.h518 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()

123