Searched refs:final (Results 301 - 325 of 446) sorted by relevance

<<1112131415161718

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp25 class PPC final : public TargetInfo { class in namespace:lld::elf::__anon1116
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp45 class WebAssemblyExplicitLocals final : public MachineFunctionPass { class in namespace:__anon2434
H A DWebAssemblyFixIrreducibleControlFlow.cpp223 class WebAssemblyFixIrreducibleControlFlow final : public MachineFunctionPass { class in namespace:__anon2438
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h132 class X86InstrInfo final : public X86GenInstrInfo { class in namespace:llvm
H A DX86Subtarget.h52 class X86Subtarget final : public X86GenSubtargetInfo { class in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp278 Md5.final(R);
/freebsd-11-stable/share/mk/
H A Dlocal.dirdeps.mk81 # These hints will not factor into the final Makefile.depend as only what is
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp28 "final"};
60 // Stores the jump destination just before the final suspend. The co_return
396 struct CallCoroEnd final : public EHScopeStack::Cleanup { struct in namespace:__anon442
419 struct CallCoroDelete final : public EHScopeStack::Cleanup { struct in namespace:__anon443
551 auto *FinalBB = createBasicBlock("coro.final");
672 // See if we need to generate final suspend.
H A DCGClass.cpp43 // If the class is final, then we know that the pointer points to an
296 // For now, that's limited to when the derived type is final.
487 struct CallBaseDtor final : EHScopeStack::Cleanup { struct in namespace:__anon338
1558 struct CallDtorDelete final : EHScopeStack::Cleanup { struct in namespace:__anon341
1596 struct CallDtorDeleteConditional final : EHScopeStack::Cleanup { struct in namespace:__anon341
1611 class DestroyField final : public EHScopeStack::Cleanup { class in namespace:__anon341
1652 class SanitizeDtorMembers final : public EHScopeStack::Cleanup { class in namespace:__anon341
1740 class SanitizeDtorVTable final : public EHScopeStack::Cleanup { class in namespace:__anon341
2365 struct CallDelegatingCtorDtor final : EHScopeStack::Cleanup { struct in namespace:__anon342
2424 struct CallLocalDtor final struct in namespace:__anon343
[all...]
H A DCGBlocks.cpp1775 struct CallBlockRelease final : EHScopeStack::Cleanup { struct in namespace:__anon325
2264 class ObjectByrefHelpers final : public BlockByrefHelpers { class in namespace:__anon326
2300 class ARCWeakByrefHelpers final : public BlockByrefHelpers { class in namespace:__anon326
2321 class ARCStrongByrefHelpers final : public BlockByrefHelpers { class in namespace:__anon326
2357 class ARCStrongBlockByrefHelpers final : public BlockByrefHelpers { class in namespace:__anon326
2384 class CXXByrefHelpers final : public BlockByrefHelpers { class in namespace:__anon326
2413 class NonTrivialCStructByrefHelpers final : public BlockByrefHelpers { class in namespace:__anon326
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h150 class LambdaMaterializer final : public ValueMaterializer { class in class:llvm::orc::LegacyCompileOnDemandLayer
154 Value *materialize(Value *V) final { return M(V); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp580 class R600PassConfig final : public AMDGPUPassConfig { class in namespace:__anon2087
597 class GCNPassConfig final : public AMDGPUPassConfig { class in namespace:__anon2087
H A DSIISelLowering.h23 class SITargetLowering final : public AMDGPUTargetLowering { class in namespace:llvm
H A DAMDGPUSubtarget.h1219 class R600Subtarget final : public R600GenSubtargetInfo, class in namespace:llvm
H A DAMDGPUPrintfRuntimeBinding.cpp47 class LLVM_LIBRARY_VISIBILITY AMDGPUPrintfRuntimeBinding final class in namespace:__anon2082
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp590 current_task->td_flags.final;
676 current_task->td_flags.final;
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c836 nfsrc_trimcache(u_int64_t sockref, uint32_t snd_una, int final) argument
853 } else if (final) {
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_dp.c2599 struct edp_power_seq cur, vbt, spec, final; local
2649 #define assign_final(field) final.field = (max(cur.field, vbt.field) == 0 ? \
2659 #define get_delay(field) (DIV_ROUND_UP(final.field, 10))
2675 *out = final;
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h44 class Ucl final { class in namespace:ucl
/freebsd-11-stable/share/ctypedef/
H A DMakefile8 MAPLOC= ${.CURDIR}/../../tools/tools/locale/etc/final-maps
/freebsd-11-stable/share/colldef/
H A DMakefile8 MAPLOC= ${.CURDIR}/../../tools/tools/locale/etc/final-maps
/freebsd-11-stable/stand/lua/
H A Dconfig.lua502 -- The final value of loader_conf_files is not important, so just
584 -- automatically added kernel paths to our final module_path
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h927 void updateStatistics(Region *R) final; member in class:llvm::RegionInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp227 // Create the final hash code for the current Stmt.
229 Hash.final(HashResult);
438 // Note: This is not the final complexity of this statement as we still
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h158 class StringMapEntry final : public StringMapEntryStorage<ValueTy> { class in namespace:llvm

Completed in 270 milliseconds

<<1112131415161718