Searched refs:final (Results 276 - 300 of 446) sorted by relevance

<<1112131415161718

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp39 class FixFunctionBitcasts final : public ModulePass { class in namespace:__anon2437
H A DWebAssemblyLateEHPrepare.cpp28 class WebAssemblyLateEHPrepare final : public MachineFunctionPass { class in namespace:__anon2440
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h37 class AArch64Subtarget final : public AArch64GenSubtargetInfo { class in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h46 class SIInstrInfo final : public AMDGPUGenInstrInfo { class in namespace:llvm
187 const TargetRegisterInfo *TRI) const final; member in class:llvm::final
321 MachineRegisterInfo *MRI) const final; member in class:llvm::final
H A DSIMemoryLegalizer.cpp117 class SIMemOpInfo final { class in namespace:__anon2125
202 class SIMemOpAccess final { class in namespace:__anon2125
389 class SIMemoryLegalizer final : public MachineFunctionPass { class in namespace:__anon2125
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h168 bool IsSigned) const final {
848 MacroBuilder &Builder) const final {
863 MacroBuilder &Builder) const final {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h324 class ErrorSuccess final : public Error {}; class in namespace:llvm
359 class ErrorList final : public ErrorInfo<ErrorList> { class in namespace:llvm
939 /// is called to supply the final result. If handleErrors is not able to
1221 class FileError final : public ErrorInfo<FileError> { class in namespace:llvm
H A DCommandLine.h604 struct OptionValue final struct in namespace:llvm
620 struct OptionValue<cl::boolOrDefault> final struct in namespace:llvm
638 struct OptionValue<std::string> final : OptionValueCopy<std::string> { struct in namespace:llvm
997 template <> class parser<long> final : public basic_parser<long> { class in namespace:llvm
1064 class parser<unsigned long> final : public basic_parser<unsigned long> { class in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1347 class CompoundStmt final : public Stmt, class in namespace:clang
1515 class CaseStmt final class in namespace:clang
1791 class AttributedStmt final class in namespace:clang
1849 class IfStmt final class in namespace:clang
2058 class SwitchStmt final : public Stmt, class in namespace:clang
2241 class WhileStmt final : public Stmt, class in namespace:clang
2373 SourceLocation RParenLoc; // Location of final ')' in do stmt condition.
2651 class ReturnStmt final class in namespace:clang
2778 /// Assemble final IR asm string.
2978 /// Assemble final I
[all...]
H A DDeclTemplate.h69 class TemplateParameterList final class in namespace:clang
239 class TemplateArgumentList final
470 class FunctionTemplateSpecializationInfo final class in class:clang::final
686 class DependentFunctionTemplateSpecializationInfo final class in class:clang::final
1177 class TemplateTypeParmDecl final : public TypeDecl, class in namespace:clang
1383 class NonTypeTemplateParmDecl final class in namespace:clang
1600 class TemplateTemplateParmDecl final class in namespace:clang
H A DExpr.h978 class ConstantExpr final class in namespace:clang
1171 class DeclRefExpr final class in namespace:clang
1711 class StringLiteral final class in namespace:clang
1903 class PredefinedExpr final
2267 class OffsetOfExpr final class in class:clang::final
2836 class MemberExpr final class in class:clang::final::final
3274 class ImplicitCastExpr final class in class:clang::final::final
3371 class CStyleCastExpr final class in class:clang::final::final
4110 /// getRParenLoc - Return the location of final right parenthesis.
4301 class SourceLocExpr final class in class:clang::final::final
4645 class DesignatedInitExpr final class in class:clang::final
5149 class ParenListExpr final class in class:clang::final::final
5240 class GenericSelectionExpr final class in class:clang::final::final
5721 class PseudoObjectExpr final class in inherits:Expr,llvm::TrailingObjects
[all...]
H A DDeclCXX.h1642 /// Retrieve the final overriders for each virtual member
1682 /// and provides a final overrider map to help determine
1684 /// \param FinalOverriders The final overrider map for this class, which can
1686 /// final overriders will be computed if they are needed to complete the
1695 /// will need to compute final overriders to determine whether the class is
2155 class CXXCtorInitializer final { class in namespace:clang
2383 class CXXConstructorDecl final class in namespace:clang
3075 class LifetimeExtendedTemporaryDecl final class in namespace:clang
3263 class ConstructorUsingShadowDecl final : public UsingShadowDecl { class in namespace:clang
3519 class UsingPackDecl final class in namespace:clang
3869 class DecompositionDecl final class in namespace:clang
[all...]
H A DTemplateBase.h603 struct ASTTemplateArgumentListInfo final struct in namespace:clang
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Doma_dm_client.c1005 int final = 0; local
1119 final = 1;
1131 if (!final) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h288 void visit(const Section &Sec) final; member in class:llvm::objcopy::elf::IHexSectionWriterBase
289 void visit(const OwnedDataSection &Sec) final; member in class:llvm::objcopy::elf::IHexSectionWriterBase
291 void visit(const DynamicRelocationSection &Sec) final; member in class:llvm::objcopy::elf::IHexSectionWriterBase
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-niter.c137 number_of_iterations_ne (tree type, affine_iv *iv, tree final, argument
144 niter->bound = final;
155 fold_convert (niter_type, final));
161 fold_convert (niter_type, final),
202 /* Checks whether we can determine the final value of the control variable
206 of the final value does not overflow are recorded in NITER. If we
207 find the final value, we adjust DELTA and return TRUE. Otherwise
228 /* The final value of the iv is iv1->base + MOD, assuming that this
247 /* The final value of the iv is iv0->base - MOD, assuming that this
460 /* If we can determine the final valu
[all...]
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile46 expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h331 class ASTCallbackVH final : public CallbackVH { class in class:llvm::AliasSetTracker
H A DDependenceAnalysis.h214 class FullDependence final : public Dependence { class in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueHandle.h462 final : public CallbackVH class in namespace:llvm
H A DValueMap.h241 class ValueMapCallbackVH final : public CallbackVH { class in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h114 class DWARFUnitVector final : public SmallVector<std::unique_ptr<DWARFUnit>, 1> { class in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp28 class LoadedMachOObjectInfo final class in namespace:__anon1895
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h88 /// final class will have been taken care of by the caller.
609 struct CatchRetScope final : EHScopeStack::Cleanup { struct in namespace:clang::CodeGen
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp24 class RISCV final : public TargetInfo { class in namespace:lld::elf::__anon1118

Completed in 725 milliseconds

<<1112131415161718