Searched refs:final (Results 326 - 350 of 446) sorted by relevance

<<1112131415161718

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h188 const MachineMemOperand &MMO) const final; member in class:llvm::AMDGPUTargetLowering
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h75 /// If a PathDiagnosticEvent occurs in a different frame than the final
308 /// diagnostics to include when constructing the final path diagnostic.
315 /// to include when constructing the final path diagnostic.
360 /// If an event occurs in a different frame than the final diagnostic,
362 /// returns from all the calls on the stack from this event to the final
653 class PathSensitiveBugReporter final : public BugReporter { class in namespace:clang::ento
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h476 class CGFunctionInfo final class in class:clang::CodeGen::ABIArgInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h39 class ParseErrorCategory final : public std::error_category { class in namespace:clang::format
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp25 class ObjectLinkingLayerJITLinkContext final : public JITLinkContext { class in namespace:llvm::orc
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp26 class ARM final : public TargetInfo { class in namespace:lld::elf::__anon1110
H A DAArch64.cpp573 class AArch64BtiPac final : public AArch64 { class in namespace:lld::elf::__anon1108
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h31 struct X86Operand final : public MCParsedAsmOperand { struct in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp365 struct FreeException final : EHScopeStack::Cleanup { struct in namespace:__anon348
375 // differs from EmitAnyExprToMem only in that, if a final copy-ctor
389 // FIXME: this isn't quite right! If there's a final unelided call
394 // to handle that is to teach EmitAggExpr to do the final copy
1270 struct CallEndCatchForFinally final : EHScopeStack::Cleanup { struct in namespace:__anon349
1291 struct PerformFinally final : EHScopeStack::Cleanup { struct in namespace:__anon349
1615 struct PerformSEHFinally final : EHScopeStack::Cleanup { struct in namespace:__anon350
H A DCGObjC.cpp649 struct FinishARCDealloc final : EHScopeStack::Cleanup { struct in namespace:__anon376
1194 // final autorelease.
1519 struct DestroyIvar final : EHScopeStack::Cleanup { struct in namespace:__anon378
1593 // Suppress the final autorelease in ARC.
1940 struct CallObjCRelease final : EHScopeStack::Cleanup { struct in namespace:__anon379
2675 struct CallObjCAutoreleasePoolObject final : EHScopeStack::Cleanup { struct in namespace:__anon380
2684 struct CallObjCMRRAutoreleasePoolObject final : EHScopeStack::Cleanup { struct in namespace:__anon380
3744 // CoreFoundation is linked into the final binary.
H A DCGExprCXX.cpp1390 class CallDeleteDuringNew final : public EHScopeStack::Cleanup { class in namespace:__anon358
1830 struct CallObjectDelete final : EHScopeStack::Cleanup { struct in namespace:__anon359
1960 struct CallArrayDelete final : EHScopeStack::Cleanup { struct in namespace:__anon360
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp29 template <class Emitter> class DeclScope final : public LocalScope<Emitter> { class in namespace:clang::interp
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp47 class parser<OffsetOption> final : public basic_parser<OffsetOption> { class in namespace:llvm::cl
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.h180 class SectionChunk final : public Chunk { class in inherits:Chunk
227 // in a final output. It's supposed to print out a log message to stdout.
460 // A chunk for DLL import jump table entry. In a final output, its
/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c177 #define final(a,b,c) \ macro
265 final(a, b, c);
1353 * values based on the final ordering of the history list. */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc577 ss--; /* adjust for the for's final increment */
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h242 class IEEEFloat final : public APFloatBase { class in namespace:llvm::detail
591 class DoubleAPFloat final : public APFloatBase { class in namespace:llvm::detail
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h114 class PragmaCommentDecl final class in namespace:clang
148 class PragmaDetectMismatchDecl final class in namespace:clang
650 /// case of an explicit specialization) a final "template <>".
657 /// case of an explicit specialization) a final "template <>".
1809 class DefaultedFunctionInfo final
4226 class CapturedDecl final
4331 class ImportDecl final : public Decl,
4396 class ExportDecl final : public Decl, public DeclContext {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp575 // Build and trigger final task-schedule event
1173 if (parent_task->td_flags.final) {
1176 flags->final = 1;
1286 taskdata->td_flags.final = flags->final;
1306 (parent_task->td_flags.final || taskdata->td_flags.team_serial ||
1847 !taskdata->td_flags.team_serial && !taskdata->td_flags.final;
2937 // The task source has been exhausted. If in final spin loop of barrier,
H A Dkmp_gsupport.cpp1132 // The second low-order bit is the "final" flag
1134 input_flags->final = 1;
1683 // The second low-order bit is the "final" flag
1685 input_flags->final = 1;
/freebsd-11-stable/sys/dev/mmc/
H A Dmmc.c184 static int mmc_delete_cards(struct mmc_softc *sc, bool final);
2006 mmc_delete_cards(struct mmc_softc *sc, bool final) argument
2021 if (final == false)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp92 /// the final lvalue-to-rvalue cast before returning from this function
147 // Special case: remove the final lvalue-to-rvalue cast, but do not recurse
334 class NoStoreFuncVisitor final : public BugReporterVisitor { class in namespace:__anon870
791 class MacroNullReturnSuppressionVisitor final : public BugReporterVisitor { class in namespace:__anon871
1709 class TrackControlDependencyCondBRVisitor final : public BugReporterVisitor { class in namespace:__anon874
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp266 // option we used to determine the final phase.
2250 class OffloadingActionBuilder final { class in namespace:__anon472
2568 class CudaActionBuilder final : public CudaActionBuilderBase { class in class:__anon472::final
2608 // We have to be consistent with the host final phase.
2682 class HIPActionBuilder final : public CudaActionBuilderBase {
2802 class OpenMPActionBuilder final : public DeviceActionBuilder { class in inherits:DeviceActionBuilder
3278 // If the first step comes after the final phase we are doing as part of
3292 // Special case when final phase determined by binary name, rather than
3433 assert(Phase == PL.back() && "linking must be final compilation step.");
3440 // the final Phas
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp361 class GlobalValueMaterializer final : public ValueMaterializer { class in namespace:__anon1920
369 class LocalValueMaterializer final : public ValueMaterializer { class in namespace:__anon1920
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp.h167 int (*final) (EVP_MD_CTX *ctx, unsigned char *md); member in struct:env_md_st
465 unsigned char final[EVP_MAX_BLOCK_LENGTH]; /* possible final block */ member in struct:evp_cipher_ctx_st

Completed in 473 milliseconds

<<1112131415161718