Home
last modified time | relevance | path

Searched defs:Final (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_polymorphic.pass.cpp68 class Final final { class
71 class Final { class
/llvm-project/llvm/unittests/Support/
H A DMD5Test.cpp22 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) { in TestMD5Sum()
32 void TestMD5Sum(StringRef Input, StringRef Final) { in TestMD5Sum()
H A DSHA256.cpp37 void TestSHA256Sum(ArrayRef<uint8_t> Input, StringRef Final) { in TestSHA256Sum()
H A DBase64Test.cpp23 void TestBase64(StringRef Input, StringRef Final) { in TestBase64()
H A DBLAKE3Test.cpp23 void TestBLAKE3Sum(ArrayRef<uint8_t> Input, StringRef Final) { in TestBLAKE3Sum()
/llvm-project/llvm/include/llvm/ADT/
H A Dilist_base.h43 node_base_type *Final = Last.getPrev(); in removeRangeImpl() local
62 node_base_type &Final = *Last.getPrev(); in transferBeforeImpl() local
/llvm-project/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
/llvm-project/libcxx/test/std/language.support/support.exception/except.nested/
H A Dthrow_with_nested.pass.cpp42 struct Final final {}; struct
/llvm-project/clang-tools-extra/include-cleaner/tool/
H A DIncludeCleaner.cpp76 enum class PrintStyle { Changes, Final }; enumerator
178 std::string Final = fixIncludes(Results, Path, Code, getStyle(Path)); EndSourceFile() local
/llvm-project/clang/test/SemaTemplate/
H A Dclass-template-ctor-initializer.cpp48 class Final : public Derived<Base> { class
/llvm-project/libcxx/benchmarks/
H A DCartesianBenchmarks.h
/llvm-project/clang/lib/AST/
H A DTemplateName.cpp71 SubstTemplateTemplateParmPackStorage(ArrayRef<TemplateArgument> ArgPack,Decl * AssociatedDecl,unsigned Index,bool Final) SubstTemplateTemplateParmPackStorage() argument
95 Profile(llvm::FoldingSetNodeID & ID,ASTContext & Context,const TemplateArgument & ArgPack,Decl * AssociatedDecl,unsigned Index,bool Final) Profile() argument
/llvm-project/clang/test/AST/Interp/
H A Dcxx20.cpp
/llvm-project/clang-tools-extra/clangd/
H A DFormat.cpp357 tooling::Replacements Final; in formatIncremental() local
/llvm-project/clang/include/clang/Sema/
H A DTemplate.h105 MultiLevelTemplateArgumentList(Decl *D, ArgList Args, bool Final) { in MultiLevelTemplateArgumentList() argument
211 bool Final) { in addOuterTemplateArguments() argument
H A DScopeInfo.h544 void setCoroutineSuspends(Stmt *Initial, Stmt *Final) { in setCoroutineSuspends() argument
/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp64 UnwrappedLine Final = createUnwrappedLine( in takeResult() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h115 llvm::PointerIntPair<llvm::Value *, 1, bool> Final; member
H A DCGCoroutine.cpp26 enum class AwaitKind { Init, Normal, Yield, Final }; enumerator
/llvm-project/polly/lib/Support/
H A DSCEVValidator.cpp747 Value *Final = nullptr; in tryForwardThroughPHI() local
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp425 resolve(const ForeachLoop & Loop,SubstStack & Substs,bool Final,std::vector<RecordsEntry> * Dest,SMLoc * Loc) resolve() argument
489 resolve(const std::vector<RecordsEntry> & Source,SubstStack & Substs,bool Final,std::vector<RecordsEntry> * Dest,SMLoc * Loc) resolve() argument
/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1002 Column += Final - Current; in advanceWhile() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPDecompositionTest.cpp95 using Final = tomp::clause::FinalT<TypeTy, IdTy, ExprTy>; typedef
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp467 getTemplateInstantiationArgs(const NamedDecl * ND,const DeclContext * DC,bool Final,std::optional<ArrayRef<TemplateArgument>> Innermost,bool RelativeToPrimary,const FunctionDecl * Pattern,bool ForConstraintInstantiation,bool SkipForSpecialization) getTemplateInstantiationArgs() argument
2426 BuildSubstTemplateTypeParmType(TypeLocBuilder & TLB,bool SuppressObjCLifetime,bool Final,Decl * AssociatedDecl,unsigned Index,std::optional<unsigned> PackIndex,TemplateArgument Arg,SourceLocation NameLoc) BuildSubstTemplateTypeParmType() argument
[all...]
/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp108 SmallDenseMap<MDString *, DICompositeType *, 1> Final; member

12