Home
last modified time | relevance | path

Searched defs:item (Results 1 – 25 of 90) sorted by relevance

1234

/llvm-project-15.0.7/clang/test/CodeGen/
H A D2003-11-19-AddressOfRegister.c3 struct item { struct
8 register struct item *aa; in TEST() argument
/llvm-project-15.0.7/lldb/source/Target/
H A DTraceDumper.cpp32 static const char *GetModuleName(const TraceDumper::TraceItem &item) { in GetModuleName()
103 void TraceItem(const TraceDumper::TraceItem &item) override { in TraceItem()
214 void DumpEvent(const TraceDumper::TraceItem &item) { in DumpEvent()
229 void DumpInstruction(const TraceDumper::TraceItem &item) { in DumpInstruction()
254 void TraceItem(const TraceDumper::TraceItem &item) override { in TraceItem()
310 TraceItem item = {}; in CreatRawTraceItem() local
384 TraceItem item = CreatRawTraceItem(); in DumpInstructions() local
H A DTargetList.cpp381 [&exe_file_spec, exe_arch_ptr](const TargetSP &item) { in FindTargetWithExecutableAndArchitecture()
400 [pid](const TargetSP &item) { in FindTargetWithProcessID()
418 [process](const TargetSP &item) { in FindTargetWithProcess()
435 [target](const TargetSP &item) { return item.get() == target; }); in GetTargetSP()
H A DTrace.cpp311 for (const TraceBinaryData &item : thread_state.binary_data) in RefreshLiveProcessState() local
323 for (const TraceBinaryData &item : cpu_state.binary_data) in RefreshLiveProcessState() local
331 for (const TraceBinaryData &item : live_process_state->process_binary_data) in RefreshLiveProcessState() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DELFAttributes.cpp17 tagNameMap, [attr](const TagNameItem item) { return item.attr == attr; }); in attrTypeAsString()
28 find_if(tagNameMap, [tag, hasTagPrefix](const TagNameItem item) { in attrTypeFromString()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeFilter.cpp89 const char *item = m_opaque_sp->GetExpressionPathAtIndex(i); in GetExpressionPathAtIndex() local
97 bool SBTypeFilter::ReplaceExpressionPathAtIndex(uint32_t i, const char *item) { in ReplaceExpressionPathAtIndex()
106 void SBTypeFilter::AppendExpressionPath(const char *item) { in AppendExpressionPath()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp112 for (AttributeItem item : Contents) { in finishAttributeSection() local
137 for (AttributeItem item : Contents) { in calculateContentSize() local
/llvm-project-15.0.7/clang/test/Refactor/Extract/
H A DObjCProperty.m5 @property (strong) HasProperty *item; property
/llvm-project-15.0.7/flang/runtime/
H A Dnamelist.h35 const Item *item; // in original declaration order variable
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DQueue.h125 void PushPendingQueueItem(lldb::QueueItemSP item) { in PushPendingQueueItem()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp490 ItemInfo item = ExtractItemInfoFromBuffer(extractor); in GetExtendedBacktraceThread() local
531 ItemInfo item = ExtractItemInfoFromBuffer(extractor); in GetExtendedBacktraceFromItemRef() local
799 ItemRefAndCodeAddress item; in GetPendingItemRefsForQueue() local
810 ItemRefAndCodeAddress item; in GetPendingItemRefsForQueue() local
864 ItemInfo item = ExtractItemInfoFromBuffer(extractor); in CompleteQueueItem() local
955 ItemInfo item; in ExtractItemInfoFromBuffer() local
H A DAppleGetItemInfoHandler.cpp213 AppleGetItemInfoHandler::GetItemInfo(Thread &thread, uint64_t item, in GetItemInfo()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dtypeid-cxx11.cpp13 template<typename T> constexpr Item item(const char *name) { in item() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp79 static void ParseExtendedInfo(PdbIndex &index, CompilandIndexItem &item) { in ParseExtendedInfo()
109 static void ParseInlineeLineTableForCompileUnit(CompilandIndexItem &item) { in ParseInlineeLineTableForCompileUnit()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp103 for (AttributeItem item : Contents) { in finishAttributeSection() local
128 for (AttributeItem item : Contents) { in calculateContentSize() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_debugger.cpp241 static int kmp_location_match(kmp_str_loc_t *loc, kmp_omp_nthr_item_t *item) { in kmp_location_match()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp650 lsp::CompletionItem item(prefix + dialect, in completeDialectName() local
669 lsp::CompletionItem item( in completeOperationName() local
684 lsp::CompletionItem item(name, lsp::CompletionItemKind::Variable); in appendSSAValueCompletion() local
697 lsp::CompletionItem item(name, lsp::CompletionItemKind::Field); in appendBlockCompletion() local
706 lsp::CompletionItem item(token, lsp::CompletionItemKind::Keyword, in completeExpectedTokens() local
740 lsp::CompletionItem item(type + "<N>", lsp::CompletionItemKind::Field, in completeType() local
761 lsp::CompletionItem item(prefix + alias.getKey(), in completeAliases() local
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DDataFlowFramework.cpp103 for (const WorkItem &item : state->dependents) in propagateIfChanged() local
/llvm-project-15.0.7/flang/lib/Parser/
H A Duser-state.cpp88 for (const auto &item : std::get<std::list<ComponentOrFill>>(defs->t)) { in Parse() local
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Ddiscovery.py25 def getTestSuite(item, litConfig, cache): argument
H A DTestingConfig.py226 def __getitem__(self, item): argument
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp719 lsp::CompletionItem item; in codeCompleteTupleMemberAccess() local
750 lsp::CompletionItem item; in codeCompleteOperationMemberAccess() local
795 lsp::CompletionItem item; in codeCompleteOperationAttributeName() local
815 lsp::CompletionItem item; in codeCompleteConstraintName() local
861 lsp::CompletionItem item; in codeCompleteConstraintName() local
904 lsp::CompletionItem item; in codeCompleteDialectName() local
920 lsp::CompletionItem item; in codeCompleteOperationName() local
931 lsp::CompletionItem item; in codeCompletePatternMetadata() local
961 lsp::CompletionItem item; in codeCompleteIncludeFilename() local
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp86 StructuredData::StringSP item(new StructuredData::String(name)); in SerializeToStructuredData() local
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h170 __list_iterator(T* it = 0) : item(it) {} in item() function
213 __fwdl_iterator(T* it = 0) : item(it) {} in item() function
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4675 for (auto &item : m_children) { in CalculateRowIndexes() local
4741 for (auto &item : m_children) { in Draw() local
4783 for (auto &item : m_children) { in GetItemForRowIndex() local
5044 void TreeDelegateGenerateChildren(TreeItem &item) override { in TreeDelegateGenerateChildren()
5048 bool TreeDelegateItemSelected(TreeItem &item) override { in TreeDelegateItemSelected()
5081 ThreadSP GetThread(const TreeItem &item) { in GetThread()
5101 void TreeDelegateGenerateChildren(TreeItem &item) override { in TreeDelegateGenerateChildren()
5133 bool TreeDelegateItemSelected(TreeItem &item) override { in TreeDelegateItemSelected()
5201 void TreeDelegateGenerateChildren(TreeItem &item) override { in TreeDelegateGenerateChildren()
5399 void TreeDelegateGenerateChildren(TreeItem &item) override { in TreeDelegateGenerateChildren()
[all …]

1234