| /llvm-project-15.0.7/lld/MachO/ |
| H A D | ConcatOutputSection.cpp | 200 isec->isFinal = true; in finalizeOne() 239 assert(isec->isFinal); in finalize()
|
| H A D | Symbols.cpp | 82 if (!isec->isFinal) { in getVA()
|
| H A D | SyntheticSections.h | 287 assert(isFinal || target->usesThunks()); in getVA() 291 return isFinal ? addr + stubsIndex * target->stubSize in getVA() 295 bool isFinal = false; // is address assigned? variable
|
| H A D | SyntheticSections.cpp | 84 isec->isFinal = true; in MachHeaderSection() 659 void StubsSection::finalize() { isFinal = true; } in finalize() 1462 isec->isFinal = true; in finalizeContents() 1541 isec->isFinal = true; in finalizeContents() 1572 isec->isFinal = true; in finalizeContents()
|
| H A D | InputSection.h | 77 bool isFinal = false;
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | VirtualClassDestructorCheck.cpp | 44 unless(isFinal()), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | UnnecessaryValueParamCheck.cpp | 77 unless(cxxMethodDecl(anyOf(isOverride(), isFinal()))), in registerMatchers()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroEarly.cpp | 166 if (cast<CoroSuspendInst>(&I)->isFinal()) in lowerEarlyIntrinsics()
|
| H A D | CoroInstr.h | 505 bool isFinal() const { in isFinal() function
|
| H A D | Coroutines.cpp | 213 if (Suspend->isFinal()) { in buildFrom()
|
| H A D | CoroSplit.cpp | 395 if (S->isFinal()) { in createResumeEntryBlock() 1562 if (!SI->isFinal() && simplifySuspendPoint(SI, Shape.CoroBegin)) { in simplifySuspendPoints()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | runtime-type-info.cpp | 74 const Symbol &specificOrBinding, bool isAssignment, bool isFinal, 1015 const Symbol &specificOrBinding, bool isAssignment, bool isFinal, in DescribeSpecialProc() argument 1055 } else if (isFinal) { in DescribeSpecialProc()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 254 bool isFinal() const { return IsFinal; } in alignas()
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | Record.cpp | 590 if (R.isFinal()) in resolveReferences() 895 if (LHS != lhs || (R.isFinal() && getOpcode() == CAST)) in resolveReferences() 897 ->Fold(R.getCurrentRecord(), R.isFinal()); in resolveReferences() 1724 if (Expr != NewExpr || R.isFinal()) in resolveReferences() 1725 return get(CheckType, NewExpr)->Fold(R.getCurrentRecord(), R.isFinal()); in resolveReferences()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 1980 EXPECT_TRUE(matches("class X final {};", cxxRecordDecl(isFinal()))); in TEST_P() 1982 cxxMethodDecl(isFinal()))); in TEST_P() 1983 EXPECT_TRUE(notMatches("class X {};", cxxRecordDecl(isFinal()))); in TEST_P() 1985 notMatches("class X { virtual void f(); };", cxxMethodDecl(isFinal()))); in TEST_P()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 3036 if (!II->hasMacroDefinition() && II->hadMacroDefinition() && II->isFinal()) in HandleDefineDirective() 3084 if (MacroNameTok.getIdentifierInfo()->isFinal()) in HandleDefineDirective() 3194 if (II->isFinal()) in HandleUndefDirective()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 427 REGISTER_MATCHER(isFinal); in RegistryMaps()
|
| /llvm-project-15.0.7/openmp/tools/archer/ |
| H A D | ompt-tsan.cpp | 532 bool isFinal() { return TaskType & ompt_task_final; } in isFinal() function
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 2117 bool isFinal() const { return IsFinal; } in isFinal() function 2172 setFinal(R.isFinal()); in ShadowResolver()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6090 AST_POLYMORPHIC_MATCHER(isFinal, in AST_POLYMORPHIC_MATCHER() argument
|