Home
last modified time | relevance | path

Searched defs:component (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project/flang/test/Evaluate/
H A Drewrite05.f904 integer, allocatable :: component(:) component
/llvm-project/flang/lib/Evaluate/
H A Dfold-designator.cpp143 const Component &component, ConstantSubscript which) { in FoldDesignator() argument
201 if (const Component * component{proc.GetComponent()}) { in FoldDesignator() local
254 const Symbol &component{*pair.second}; OffsetToUniqueComponent() local
293 component{OffsetToUniqueComponent( OffsetToDataRef() local
321 } else if (auto *component{std::get_if<Component>(&dataRef->u)}) { OffsetToDesignator() local
[all...]
H A Dinitial-image.cpp35 const Symbol &component{*symbolRef}; in Add() local
108 const Symbol &component{*iter.second}; in Test() local
H A Dfold-implementation.h262 ApplyComponent(Constant<SomeDerived> && structures,const Symbol & component,const std::vector<Constant<SubscriptInteger>> * subscripts) ApplyComponent() argument
319 GetConstantComponent(Component & component,const std::vector<Constant<SubscriptInteger>> * subscripts) GetConstantComponent() argument
[all...]
H A Dfold.cpp121 Component FoldOperation(FoldingContext &context, Component &&component) { in FoldOperation()
/llvm-project/flang/lib/Semantics/
H A Dcheck-nullify.cpp39 const auto &component{structureComponent.component}; Leave() local
H A Ddefinable.cpp69 component{common::visit( in DefinesComponentPointerTarget() local
74 [](const evaluate::Component &component) { return &component; }, in DefinesComponentPointerTarget() argument
371 if (const auto *component{procDesignator->GetComponent()}) { WhyNotDefinable() local
H A Dcheck-data.cpp114 const Symbol &lastSymbol{component.GetLastSymbol()}; in operator ()() argument
H A Dtools.cpp834 for (const Symbol &component : PotentialComponentIterator{derived}) { IsFinalizable() local
1280 StopAtComponentPre(const Symbol & component) StopAtComponentPre() argument
1303 StopAtComponentPost(const Symbol & component) StopAtComponentPost() argument
1337 const Symbol &component{*scopeIter->second}; Increment() local
1386 __anoncd7d90972002(const Symbol &component) FindEventOrLockPotentialComponent() argument
1418 __anoncd7d90972102(const Symbol &component) FindUltimateComponent() argument
[all...]
H A Dexpression.cpp213 if (auto *component{std::get_if<Component>(&ref.u)}) { Designate() local
444 __anon892e8f760402(const Component &component) CheckRanks() argument
458 if (const auto *component{arrayRef.base().UnwrapComponent()}) { CheckRanks() local
1298 __anon892e8f760f02(Component &&component) IgnoreAnySubscripts() argument
1312 CreateComponent(DataRef && base,const Symbol & component,const semantics::Scope & scope,bool C919bAlreadyEnforced) CreateComponent() argument
1385 if (auto component{ Analyze() local
1447 while (auto *component{std::get_if<Component>(&dataRef->u)}) { Analyze() local
2020 for (const auto &component : Analyze() local
2312 AddPassArg(ActualArguments & actuals,const Expr<SomeDerived> & expr,const Symbol & component,bool isPassedObject=true) AddPassArg() argument
2342 GetBindingResolution(const std::optional<DynamicType> & baseType,const Symbol & component) GetBindingResolution() argument
2452 if (auto component{CreateComponent(std::move(*dataRef), *sym, AnalyzeProcedureComponentRef() local
[all...]
/llvm-project/flang/test/Semantics/
H A Dassociate02.f908 real component(0:1,2:3) component
H A Dbindings01.f9065 real :: component component
75 procedure :: component => s3 method
/llvm-project/flang/lib/Optimizer/Support/
H A DUtils.cpp41 fir::RecordType recordType, llvm::StringRef component, in getComponentLowerBoundsIfNonDefault()
/llvm-project/flang/runtime/
H A Dtype-info.cpp153 const Descriptor &compDesc{component()}; in GetParentType() local
167 const Component *component{compDesc.Element<Component>(at)}; FindDataComponent() local
H A Dcopy.cpp33 const typeInfo::Component *component{ CopyElement() local
[all...]
H A Ddescriptor-io.h250 DefaultComponentIO(IoStatementState & io,const typeInfo::Component & component,const Descriptor & origDescriptor,const SubscriptValue origSubscripts[],Terminator & terminator,const NonTbpDefinedIoTable * table) DefaultComponentIO() argument
[all...]
H A Dtype-info.h222 RT_API_ATTRS const Descriptor &component() const { in component() function
/llvm-project/flang/lib/Lower/
H A DDumpEvaluateExpr.cpp81 if (const auto *component = x.UnwrapComponent()) in show() local
197 if (const auto *component = x.GetComponent()) in show() local
H A DConvertType.cpp404 // In HLFIR the parent component is the first fir.type component. in genDerivedType() local
399 const Fortran::semantics::Symbol &component = scopeIter->second.get(); genDerivedType() local
[all...]
H A DMangler.cpp227 getRecordTypeFieldName(const Fortran::semantics::Symbol & component,ScopeBlockIdMap & scopeBlockIdMap) getRecordTypeFieldName() argument
/llvm-project/llvm/cmake/modules/
H A DAddLLVM.cmake2165 set(component ${ARG_COMPONENT}) global() variable
2167 set(component ${name}) global() variable
2211 set(component ${ARG_COMPONENT}) global() variable
2214 set(component ${dest}) global() variable
2216 set(component ${name}) global() variable
[all...]
/llvm-project/flang/test/Lower/HLFIR/
H A Dconvert-variable.f90102 integer :: component component
/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h160 SmallString<128> path(StringRef component) const { in path()
/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp433 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent()
447 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent()
/llvm-project/polly/lib/External/isl/
H A Disl_scheduler_scc.c70 int *component; member
873 static int assign(int *component, int a, int b) in assign()
901 int *component = scc_graph->component; in isl_scc_graph_merge_src_dst() local
991 int *component = scc_graph->component; in isl_scc_graph_sort_components() local

123