Home
last modified time | relevance | path

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

1234

/llvm-project/clang/test/CodeGen/
H A D2003-11-19-AddressOfRegister.c3 struct item { struct
8 register struct item *aa; in TEST() argument
/llvm-project/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/lldb/source/API/
H A DSBTypeFilter.cpp91 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/clang/test/Analysis/Checkers/WebKit/
H A Dref-ptr-accessor.cpp10 Ref item = RefCountable::create(); in testFunction() local
/llvm-project/libc/test/src/__support/
H A Dfreelist_test.cpp28 auto item = list.find_chunk(4); TEST() local
43 auto item = list.find_chunk(N); TEST() local
55 auto item = list.find_chunk(N / 2); TEST() local
69 auto item = list.find_chunk(N); TEST() local
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h271 addClauseSymsToMap(const TypeTy & item,const ClauseTy * node) addClauseSymsToMap() argument
277 addClauseSymsToMap(const ExprTy & item,const ClauseTy * node) addClauseSymsToMap() argument
284 addClauseSymsToMap(const tomp::clause::MapT<TypeTy,IdTy,ExprTy> & item,const ClauseTy * node) addClauseSymsToMap() argument
297 addClauseSymsToMap(const std::optional<U> & item,const ClauseTy * node) addClauseSymsToMap() argument
305 addClauseSymsToMap(const tomp::ListT<U> & item,const ClauseTy * node) addClauseSymsToMap() argument
313 addClauseSymsToMap(const std::tuple<U...> & item,const ClauseTy * node,std::index_sequence<Is...>) addClauseSymsToMap() argument
322 addClauseSymsToMap(U && item,const ClauseTy * node) addClauseSymsToMap() argument
330 addClauseSymsToMap(U && item,const ClauseTy * node) addClauseSymsToMap() argument
338 addClauseSymsToMap(U && item,const ClauseTy * node) addClauseSymsToMap() argument
346 addClauseSymsToMap(U && item,const ClauseTy * node) addClauseSymsToMap() argument
354 addClauseSymsToMap(U && item,const ClauseTy * node) addClauseSymsToMap() argument
364 addClauseSymsToMap(U && item,const ClauseTy * node) addClauseSymsToMap() argument
[all...]
/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp39 static const char *GetModuleName(const TraceDumper::TraceItem &item) { in GetModuleName() argument
130 void TraceItem(const TraceDumper::TraceItem &item) override { in TraceItem() argument
355 DumpEvent(const TraceDumper::TraceItem & item) DumpEvent() argument
373 DumpInstruction(const TraceDumper::TraceItem & item) DumpInstruction() argument
406 TraceItem(const TraceDumper::TraceItem & item) TraceItem() argument
462 TraceItem item = {}; CreatRawTraceItem() local
549 TraceItem item = CreatRawTraceItem(); DumpInstructions() local
[all...]
H A DTargetList.cpp385 __anone72268990202(const TargetSP &item) FindTargetWithExecutableAndArchitecture() argument
404 __anone72268990302(const TargetSP &item) FindTargetWithProcessID() argument
422 __anone72268990402(const TargetSP &item) FindTargetWithProcess() argument
439 __anone72268990502(const TargetSP &item) GetTargetSP() argument
H A DTrace.cpp315 for (const TraceBinaryData &item : thread_state.binary_data) in RefreshLiveProcessState() local
327 for (const TraceBinaryData &item : cpu_state.binary_data) in RefreshLiveProcessState() local
335 for (const TraceBinaryData &item : live_process_state->process_binary_data) in RefreshLiveProcessState() local
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp112 for (AttributeItem item : Contents) { finishAttributeSection() local
137 for (AttributeItem item : Contents) { calculateContentSize() local
[all...]
/llvm-project/clang/test/Refactor/Extract/
H A DObjCProperty.m5 @property (strong) HasProperty *item; property
/llvm-project/flang/runtime/
H A Denvironment-default-list.h28 const struct EnvironmentDefaultItem *item; member
/llvm-project/lldb/include/lldb/Target/
H A DQueue.h125 void PushPendingQueueItem(lldb::QueueItemSP item) { in PushPendingQueueItem()
/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp551 createBodyOfOp(mlir::Operation & op,const OpWithBodyGenInfo & info,const ConstructQueue & queue,ConstructQueue::iterator item) createBodyOfOp() argument
698 genBodyOfTargetDataOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::omp::TargetDataOp & dataOp,llvm::ArrayRef<mlir::Type> useDeviceTypes,llvm::ArrayRef<mlir::Location> useDeviceLocs,llvm::ArrayRef<const semantics::Symbol * > useDeviceSymbols,const mlir::Location & currentLocation,const ConstructQueue & queue,ConstructQueue::iterator item) genBodyOfTargetDataOp() argument
797 genBodyOfTargetOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::omp::TargetOp & targetOp,llvm::ArrayRef<const semantics::Symbol * > mapSyms,llvm::ArrayRef<mlir::Location> mapSymLocs,llvm::ArrayRef<mlir::Type> mapSymTypes,DataSharingProcessor & dsp,const mlir::Location & currentLocation,const ConstructQueue & queue,ConstructQueue::iterator item) genBodyOfTargetOp() argument
988 genOpWithBody(const OpWithBodyGenInfo & info,const ConstructQueue & queue,ConstructQueue::iterator item,Args &&...args) genOpWithBody() argument
1280 genBarrierOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genBarrierOp() argument
1288 genCriticalOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,const std::optional<parser::Name> & name) genCriticalOp() argument
1319 genDistributeOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genDistributeOp() argument
1366 genFlushOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ObjectList & objects,const ConstructQueue & queue,ConstructQueue::iterator item) genFlushOp() argument
1379 genMasterOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genMasterOp() argument
1390 genOrderedOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genOrderedOp() argument
1399 genOrderedRegionOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genOrderedRegionOp() argument
1413 genParallelOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genParallelOp() argument
1488 genSectionOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genSectionOp() argument
1502 genSectionsOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genSectionsOp() argument
1579 genSimdOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genSimdOp() argument
1624 genSingleOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genSingleOp() argument
1639 genTargetOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTargetOp() argument
1773 genTargetDataOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTargetDataOp() argument
1797 genTargetEnterExitUpdateDataOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTargetEnterExitUpdateDataOp() argument
1824 genTaskOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTaskOp() argument
1840 genTaskgroupOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTaskgroupOp() argument
1855 genTaskloopOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genTaskloopOp() argument
1864 genTaskwaitOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTaskwaitOp() argument
1875 genTaskyieldOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTaskyieldOp() argument
1883 genTeamsOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genTeamsOp() argument
1899 genWsloopOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genWsloopOp() argument
1953 genCompositeDistributeParallelDo(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genCompositeDistributeParallelDo() argument
1961 genCompositeDistributeParallelDoSimd(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genCompositeDistributeParallelDoSimd() argument
1969 genCompositeDistributeSimd(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genCompositeDistributeSimd() argument
1978 genCompositeDoSimd(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genCompositeDoSimd() argument
1999 genCompositeTaskloopSimd(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item,DataSharingProcessor & dsp) genCompositeTaskloopSimd() argument
2012 genOMPDispatch(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::Location loc,const ConstructQueue & queue,ConstructQueue::iterator item) genOMPDispatch() argument
[all...]
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp491 ItemInfo item = ExtractItemInfoFromBuffer(extractor); GetExtendedBacktraceThread() local
572 ItemInfo item = ExtractItemInfoFromBuffer(extractor); GetExtendedBacktraceFromItemRef() local
841 ItemRefAndCodeAddress item; GetPendingItemRefsForQueue() local
852 ItemRefAndCodeAddress item; GetPendingItemRefsForQueue() local
906 ItemInfo item = ExtractItemInfoFromBuffer(extractor); CompleteQueueItem() local
997 ItemInfo item; ExtractItemInfoFromBuffer() local
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dtypeid-cxx11-with-address-space.cpp14 template<typename T> constexpr Item item(const char *name) { in item() function
H A Dtypeid-cxx11.cpp13 template<typename T> constexpr Item item(const char *name) { in item() function
/llvm-project/clang/test/Analysis/
H A Dout-of-bounds-diagnostics.c197 struct item { global() struct
204 bitem arrayOfStructs() argument
/llvm-project/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/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h268 enqueue(WorkItem item) enqueue() argument
350 for (const DataFlowSolver::WorkItem &item : dependents) onUpdate() local
/llvm-project/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/flang/lib/Parser/
H A Duser-state.cpp88 for (const auto &item : std::get<std::list<ComponentOrFill>>(defs->t)) { in Parse() local
/llvm-project/llvm/utils/lit/lit/
H A Ddiscovery.py28 def getTestSuite(item, litConfig, cache): argument
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp737 lsp::CompletionItem item(prefix + dialect, in completeDialectName() local
756 lsp::CompletionItem item( in completeOperationName() local
771 lsp::CompletionItem item(name, lsp::CompletionItemKind::Variable); in appendSSAValueCompletion() local
784 lsp::CompletionItem item(name, lsp::CompletionItemKind::Field); in appendBlockCompletion() local
793 lsp::CompletionItem item(token, lsp::CompletionItemKind::Keyword, in completeExpectedTokens() local
828 lsp::CompletionItem item(type + "<N>", lsp::CompletionItemKind::Field, in completeType() local
849 lsp::CompletionItem item(prefix + alias.getKey(), in completeAliases() local
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp677 lsp::CompletionItem item; in codeCompleteTupleMemberAccess() local
708 lsp::CompletionItem item; codeCompleteOperationMemberAccess() local
753 lsp::CompletionItem item; codeCompleteOperationAttributeName() local
772 lsp::CompletionItem item; codeCompleteConstraintName() local
815 lsp::CompletionItem item; codeCompleteConstraintName() local
859 lsp::CompletionItem item; codeCompleteDialectName() local
875 lsp::CompletionItem item; codeCompleteOperationName() local
886 lsp::CompletionItem item; codeCompletePatternMetadata() local
916 lsp::CompletionItem item; codeCompleteIncludeFilename() local
[all...]

1234