Home
last modified time | relevance | path

Searched refs:isFinal (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DConcatOutputSection.cpp200 isec->isFinal = true; in finalizeOne()
239 assert(isec->isFinal); in finalize()
H A DSymbols.cpp82 if (!isec->isFinal) { in getVA()
H A DSyntheticSections.h287 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 DSyntheticSections.cpp84 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 DInputSection.h77 bool isFinal = false;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DVirtualClassDestructorCheck.cpp44 unless(isFinal()), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryValueParamCheck.cpp77 unless(cxxMethodDecl(anyOf(isOverride(), isFinal()))), in registerMatchers()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp166 if (cast<CoroSuspendInst>(&I)->isFinal()) in lowerEarlyIntrinsics()
H A DCoroInstr.h505 bool isFinal() const { in isFinal() function
H A DCoroutines.cpp213 if (Suspend->isFinal()) { in buildFrom()
H A DCoroSplit.cpp395 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 Druntime-type-info.cpp74 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 DIdentifierTable.h254 bool isFinal() const { return IsFinal; } in alignas()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp590 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 DASTMatchersNarrowingTest.cpp1980 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 DPPDirectives.cpp3036 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 DRegistry.cpp427 REGISTER_MATCHER(isFinal); in RegistryMaps()
/llvm-project-15.0.7/openmp/tools/archer/
H A Dompt-tsan.cpp532 bool isFinal() { return TaskType & ompt_task_final; } in isFinal() function
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h2117 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 DASTMatchers.h6090 AST_POLYMORPHIC_MATCHER(isFinal, in AST_POLYMORPHIC_MATCHER() argument