Searched refs:public (Results 176 - 200 of 4206) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfoGOFF.h21 class MCAsmInfoGOFF : public MCAsmInfo {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXInstrInfo.h23 struct DirectXInstrInfo : public DirectXGenInstrInfo {
H A DDirectXRegisterInfo.h22 struct DirectXRegisterInfo : public DirectXGenRegisterInfo {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.h24 class DlAddrSymbolizer final : public SymbolizerTool {
25 public:
32 class AtosSymbolizer final : public SymbolizerTool {
33 public:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.h24 : public PassInfoMixin<ScalarizeMaskedMemIntrinPass> {
H A DInferAlignment.h21 struct InferAlignmentPass : public PassInfoMixin<InferAlignmentPass> {
/freebsd-current/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMTActions.h19 class CheckAction : public WrapperFrontendAction {
23 public:
27 class ModifyAction : public WrapperFrontendAction {
31 public:
35 class MigrateSourceAction : public ASTFrontendAction {
43 class MigrateAction : public WrapperFrontendAction {
50 public:
58 class ObjCMigrateAction : public WrapperFrontendAction {
63 public:
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h18 class NVPTXTargetStreamer : public MCTargetStreamer {
23 public:
53 class NVPTXAsmTargetStreamer : public NVPTXTargetStreamer {
54 public:
/freebsd-current/contrib/googletest/googletest/samples/
H A Dsample4.h39 public:
/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_destructible.h33 struct __libcpp_is_nothrow_destructible<false, _Tp> : public false_type {};
37 : public integral_constant<bool, noexcept(std::declval<_Tp>().~_Tp()) > {};
41 : public __libcpp_is_nothrow_destructible<is_destructible<_Tp>::value, _Tp> {};
44 struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible<_Tp[_Ns]> : public is_nothrow_destructible<_Tp> {};
47 struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible<_Tp&> : public true_type {};
50 struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible<_Tp&&> : public true_type {};
55 struct __libcpp_nothrow_destructor : public integral_constant<bool, is_scalar<_Tp>::value || is_reference<_Tp>::value> {
59 struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible : public __libcpp_nothrow_destructor<__remove_all_extents_t<_Tp> > {
63 struct _LIBCPP_TEMPLATE_VIS is_nothrow_destructible<_Tp[]> : public false_type {};
H A Dis_null_pointer.h24 struct __is_nullptr_t_impl : public false_type {};
26 struct __is_nullptr_t_impl<nullptr_t> : public true_type {};
29 struct _LIBCPP_TEMPLATE_VIS __is_nullptr_t : public __is_nullptr_t_impl<__remove_cv_t<_Tp> > {};
33 struct _LIBCPP_TEMPLATE_VIS is_null_pointer : public __is_nullptr_t_impl<__remove_cv_t<_Tp> > {};
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DMigratorOptions.h22 public:
H A DFrontendActions.h23 class InitOnlyAction : public FrontendAction {
29 public:
36 class ReadPCHAndPreprocessAction : public FrontendAction {
42 public:
46 class DumpCompilerOptionsAction : public FrontendAction {
54 public:
62 class ASTPrintAction : public ASTFrontendAction {
68 class ASTDumpAction : public ASTFrontendAction {
74 class ASTDeclListAction : public ASTFrontendAction {
80 class ASTViewAction : public ASTFrontendActio
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h26 class GenericMachineInstr : public MachineInstr {
27 public:
40 class GMemOperation : public GenericMachineInstr {
41 public:
68 class GLoadStore : public GMemOperation {
69 public:
89 class GIndexedLoad : public GMemOperation {
90 public:
109 class GIndexedExtLoad : public GIndexedLoad {
110 public
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DX86ModRMFilters.h30 public:
51 class DumbFilter : public ModRMFilter {
53 public:
66 class ModFilter : public ModRMFilter {
69 public:
85 class ExtendedFilter : public ModRMFilter {
89 public:
106 class ExtendedRMFilter : public ModRMFilter {
110 public:
125 class ExactFilter : public ModRMFilte
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h28 class PrettyStackTraceLocationContext : public llvm::PrettyStackTraceEntry {
30 public:
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.h23 class UsingDeclarationsSorter : public TokenAnalyzer {
24 public:
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConsumer.h25 class SemaConsumer : public ASTConsumer {
27 public:
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DPrettyStackTrace.h26 class PrettyStackTraceLoc : public llvm::PrettyStackTraceEntry {
30 public:
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.h26 class ThreadContext final : public ThreadContextLsanBase {
27 public:
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandlerCursesGUI.h16 class IOHandlerCursesGUI : public IOHandler {
17 public:
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.h22 class SBBreakpointCallbackBaton : public lldb_private::TypedBaton<CallbackData> {
23 public:
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.h19 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
20 public:
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextOpenBSD_x86_64.h15 : public lldb_private::RegisterInfoInterface {
16 public:
H A DRegisterContextOpenBSD_i386.h14 class RegisterContextOpenBSD_i386 : public lldb_private::RegisterInfoInterface {
15 public:

Completed in 312 milliseconds

1234567891011>>