/llvm-project/flang/test/Evaluate/ |
H A D | rewrite05.f90 | 4 integer, allocatable :: component(:) component
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-designator.cpp | 143 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 D | initial-image.cpp | 35 const Symbol &component{*symbolRef}; in Add() local 108 const Symbol &component{*iter.second}; in Test() local
|
H A D | fold-implementation.h | 262 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 D | fold.cpp | 121 Component FoldOperation(FoldingContext &context, Component &&component) { in FoldOperation()
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-nullify.cpp | 39 const auto &component{structureComponent.component}; Leave() local
|
H A D | definable.cpp | 69 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 D | check-data.cpp | 114 const Symbol &lastSymbol{component.GetLastSymbol()}; in operator ()() argument
|
H A D | tools.cpp | 834 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 D | expression.cpp | 213 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 D | associate02.f90 | 8 real component(0:1,2:3) component
|
H A D | bindings01.f90 | 65 real :: component component 75 procedure :: component => s3 method
|
/llvm-project/flang/lib/Optimizer/Support/ |
H A D | Utils.cpp | 41 fir::RecordType recordType, llvm::StringRef component, in getComponentLowerBoundsIfNonDefault()
|
/llvm-project/flang/runtime/ |
H A D | type-info.cpp | 153 const Descriptor &compDesc{component()}; in GetParentType() local 167 const Component *component{compDesc.Element<Component>(at)}; FindDataComponent() local
|
H A D | copy.cpp | 33 const typeInfo::Component *component{ CopyElement() local [all...] |
H A D | descriptor-io.h | 250 DefaultComponentIO(IoStatementState & io,const typeInfo::Component & component,const Descriptor & origDescriptor,const SubscriptValue origSubscripts[],Terminator & terminator,const NonTbpDefinedIoTable * table) DefaultComponentIO() argument [all...] |
H A D | type-info.h | 222 RT_API_ATTRS const Descriptor &component() const { in component() function
|
/llvm-project/flang/lib/Lower/ |
H A D | DumpEvaluateExpr.cpp | 81 if (const auto *component = x.UnwrapComponent()) in show() local 197 if (const auto *component = x.GetComponent()) in show() local
|
H A D | ConvertType.cpp | 404 // 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 D | Mangler.cpp | 227 getRecordTypeFieldName(const Fortran::semantics::Symbol & component,ScopeBlockIdMap & scopeBlockIdMap) getRecordTypeFieldName() argument
|
/llvm-project/llvm/cmake/modules/ |
H A D | AddLLVM.cmake | 2165 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 D | convert-variable.f90 | 102 integer :: component component
|
/llvm-project/llvm/include/llvm/Testing/Support/ |
H A D | SupportHelpers.h | 160 SmallString<128> path(StringRef component) const { in path()
|
/llvm-project/lldb/source/Utility/ |
H A D | FileSpec.cpp | 433 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 D | isl_scheduler_scc.c | 70 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
|