/llvm-project/lldb/source/DataFormatters/ |
H A D | DataVisualization.cpp | 77 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 D | TypeCategoryMap.cpp | 60 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 D | target.cpp | 54 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 D | type.h | 79 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 D | tslsformatters.py | 8 category = lldb.debugger.CreateCategory("TSLSFormatters") variable
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | test_categories.py | 56 def is_supported_on_platform(category, platform, compiler_path): argument
|
/llvm-project/lld/MachO/ |
H A D | ObjC.h | 29 constexpr const char category[] = "__OBJC_$_CATEGORY_"; variable
|
/llvm-project/libcxx/test/libcxx/debug/containers/ |
H A D | unord_containers.pass.cpp | 31 using category = typename traits::iterator_category; typedef
|
/llvm-project/clang/tools/libclang/ |
H A D | CXLoadedDiagnostic.h | 89 unsigned category; variable
|
/llvm-project/libcxx/include/__system_error/ |
H A D | error_code.h | 77 _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; } category() function [all...] |
/llvm-project/mlir/tools/mlir-vulkan-runner/ |
H A D | mlir-vulkan-runner.cpp |
|
/llvm-project/lldb/unittests/Language/ObjC/ |
H A D | ObjCLanguageTest.cpp | 24 llvm::StringRef category; in TEST() member
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormatManager.h | 77 void DisableCategory(const lldb::TypeCategoryImplSP &category) { in DisableCategory()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 451 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 D | type.cpp | 783 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 D | scope.cpp | 179 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 D | signed-bitwise-standard-types.h | 7 enum category : int { enum
|
/llvm-project/llvm/utils/ |
H A D | update_mca_test_checks.py | 43 def _showwarning(message, category, filename, lineno, file=None, line=None): argument
|
/llvm-project/lldb/source/Utility/ |
H A D | Timer.cpp | 60 Timer::Timer(Timer::Category &category, const char *format, ...) in Timer() function in Timer
|
H A D | Log.cpp | 51 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 D | TestRegisters.py | 153 log_enable(self, category) global() argument
|
/llvm-project/flang/module/ |
H A D | __fortran_type_info.f90 | 89 integer(1) :: category component
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | type.h | 69 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 D | DAP.cpp | 249 const char *category = nullptr; SendOutput() local 487 createRunLLDBCommandsErrorMessage(llvm::StringRef category) createRunLLDBCommandsErrorMessage() argument [all...] |
/llvm-project/flang/runtime/ |
H A D | type-info.h | 63 RT_API_ATTRS TypeCategory category() const { in category() function
|