Home
last modified time | relevance | path

Searched defs:category (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp77 bool DataVisualization::Categories::GetCategory(ConstString category, in GetCategory()
92 void DataVisualization::Categories::Add(ConstString category) { in Add()
96 bool DataVisualization::Categories::Delete(ConstString category) { in Delete()
105 void DataVisualization::Categories::Clear(ConstString category) { in Clear()
109 void DataVisualization::Categories::Enable(ConstString category, in Enable()
122 void DataVisualization::Categories::Disable(ConstString category) { in Disable()
134 const lldb::TypeCategoryImplSP &category, TypeCategoryMap::Position pos) { in Enable()
143 const lldb::TypeCategoryImplSP &category) { in Disable()
H A DTypeCategoryMap.cpp60 TypeCategoryImplSP category; in Enable() local
68 TypeCategoryImplSP category; in Disable() local
74 bool TypeCategoryMap::Enable(TypeCategoryImplSP category, Position pos) { in Enable()
96 bool TypeCategoryMap::Disable(TypeCategoryImplSP category) { in Disable()
233 lldb::TypeCategoryImplSP category = *begin; in ForEach() local
/llvm-project/flang/lib/Evaluate/
H A Dtarget.cpp54 CanSupportType(TypeCategory category,std::int64_t kind) CanSupportType() argument
58 EnableType(common::TypeCategory category,std::int64_t kind,std::size_t byteSize,std::size_t align) EnableType() argument
72 DisableType(common::TypeCategory category,std::int64_t kind) DisableType() argument
79 GetByteSize(common::TypeCategory category,std::int64_t kind) const GetByteSize() argument
88 GetAlignment(common::TypeCategory category,std::int64_t kind) const GetAlignment() argument
97 IsTypeEnabled(common::TypeCategory category,std::int64_t kind) const IsTypeEnabled() argument
[all...]
/llvm-project/flang/include/flang/Semantics/
H A Dtype.h79 Bound(Category category) Bound() argument
80 Bound(Category category,MaybeSubscriptIntExpr && expr) Bound() argument
117 ParamValue(Category category,common::TypeParamAttr attr) ParamValue() argument
127 TypeCategory category() const { return category_; } category() function
147 NumericTypeSpec(TypeCategory category,KindExpr && kind) NumericTypeSpec() argument
313 Category category() const { return category_; } category() function
314 set_category(Category category) set_category() argument
365 Category category() const { return category_; } category() function
366 set_category(Category category) set_category() argument
[all...]
/llvm-project/lldb/test/API/functionalities/data-formatter/type_summary_list_script/
H A Dtslsformatters.py8 category = lldb.debugger.CreateCategory("TSLSFormatters") variable
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dtest_categories.py56 def is_supported_on_platform(category, platform, compiler_path): argument
/llvm-project/lld/MachO/
H A DObjC.h29 constexpr const char category[] = "__OBJC_$_CATEGORY_"; variable
/llvm-project/libcxx/test/libcxx/debug/containers/
H A Dunord_containers.pass.cpp31 using category = typename traits::iterator_category; typedef
/llvm-project/clang/tools/libclang/
H A DCXLoadedDiagnostic.h89 unsigned category; variable
/llvm-project/libcxx/include/__system_error/
H A Derror_code.h77 _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; } category() function
[all...]
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A Dmlir-vulkan-runner.cpp
/llvm-project/lldb/unittests/Language/ObjC/
H A DObjCLanguageTest.cpp24 llvm::StringRef category; in TEST() member
/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h77 void DisableCategory(const lldb::TypeCategoryImplSP &category) { in DisableCategory()
/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp451 lldb::TypeCategoryImplSP category; in IOHandlerInputComplete() local
843 lldb::TypeCategoryImplSP category; in DoExecute() local
850 lldb::TypeCategoryImplSP category; in DoExecute() local
932 lldb::TypeCategoryImplSP category; DoExecute() local
1081 __anon0590b7b90402(const lldb::TypeCategoryImplSP &category) DoExecute() argument
1111 __anon0590b7b90602( const lldb::TypeCategoryImplSP &category) DoExecute() argument
1566 lldb::TypeCategoryImplSP category; AddSummary() local
2172 lldb::TypeCategoryImplSP category; Execute_PythonClass() local
2209 lldb::TypeCategoryImplSP category; AddSynth() local
2349 lldb::TypeCategoryImplSP category; AddFilter() local
2470 lldb::TypeCategoryImplSP category; DoExecute() local
[all...]
/llvm-project/flang/lib/Semantics/
H A Dtype.cpp783 IntrinsicTypeSpec(TypeCategory category,KindExpr && kind) IntrinsicTypeSpec() argument
826 DeclTypeSpec(Category category,const DerivedTypeSpec & typeSpec) DeclTypeSpec() argument
830 DeclTypeSpec(Category category,DerivedTypeSpec && typeSpec) DeclTypeSpec() argument
834 DeclTypeSpec(Category category) DeclTypeSpec() argument
[all...]
H A Dscope.cpp179 TypeCategory category, KindExpr &&kind) { in MakeNumericType() argument
205 DeclTypeSpec::Category category, DerivedTypeSpec &&spec) { in MakeDerivedType() argument
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h7 enum category : int { enum
/llvm-project/llvm/utils/
H A Dupdate_mca_test_checks.py43 def _showwarning(message, category, filename, lineno, file=None, line=None): argument
/llvm-project/lldb/source/Utility/
H A DTimer.cpp60 Timer::Timer(Timer::Category &category, const char *format, ...) in Timer() function in Timer
H A DLog.cpp51 for (const auto &category : entry.second.m_channel.categories) ForEachCategory() local
69 for (const char *category : categories) { GetFlags() local
/llvm-project/lldb/test/API/commands/register/register/register_command/
H A DTestRegisters.py153 log_enable(self, category) global() argument
/llvm-project/flang/module/
H A D__fortran_type_info.f9089 integer(1) :: category component
/llvm-project/flang/include/flang/Evaluate/
H A Dtype.h69 TypeCategory category, std::int64_t kind) { in IsValidKindOfIntrinsicType() argument
147 constexpr TypeCategory category() const { return category_; } category() function
[all...]
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.cpp249 const char *category = nullptr; SendOutput() local
487 createRunLLDBCommandsErrorMessage(llvm::StringRef category) createRunLLDBCommandsErrorMessage() argument
[all...]
/llvm-project/flang/runtime/
H A Dtype-info.h63 RT_API_ATTRS TypeCategory category() const { in category() function

123