Home
last modified time | relevance | path

Searched refs:objectList (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp166 ResolveAccObjectList(objectList, Symbol::Flag::AccCreate); in Pre()
172 ResolveAccObjectList(objectList, Symbol::Flag::AccCopyIn); in Pre()
178 ResolveAccObjectList(objectList, Symbol::Flag::AccCopyOut); in Pre()
347 ResolveOmpObjectList(objectList, Symbol::Flag::OmpAllocate); in Pre()
777 const parser::AccObjectList &objectList) { in AllowOnlyArrayAndSubArray() argument
778 for (const auto &accObject : objectList.v) { in AllowOnlyArrayAndSubArray()
804 const parser::AccObjectList &objectList) { in DoNotAllowAssumedSizedArray() argument
805 for (const auto &accObject : objectList.v) { in DoNotAllowAssumedSizedArray()
835 const auto &objectList = in Pre() local
840 AllowOnlyArrayAndSubArray(objectList); in Pre()
[all …]
H A Dcheck-omp-structure.cpp1048 CheckIsVarPartOfAnotherVar(dir.source, objectList); in Leave()
1049 CheckThreadprivateOrDeclareTargetVar(objectList); in Leave()
1067 CheckIsVarPartOfAnotherVar(dir.source, objectList); in Enter()
1099 CheckIsVarPartOfAnotherVar(dir.source, *objectList); in Leave()
1100 CheckThreadprivateOrDeclareTargetVar(*objectList); in Leave()
1122 if (objectList) { in Enter()
1123 CheckIsVarPartOfAnotherVar(dir.source, *objectList); in Enter()
1130 if (objectList) in Leave()
1953 for (const auto &ompObject : objectList.v) { in CheckIntentInPointerAndDefinable()
2529 GetSymbolsInObjectList(objectList, symbols); in CheckIntentInPointer()
[all …]
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp313 static void genObjectList(const Fortran::parser::OmpObjectList &objectList, in genObjectList() argument
328 for (const Fortran::parser::OmpObject &ompObject : objectList.v) { in genObjectList()
984 const auto &objectList{ in genOMP() local
995 for (const auto &ompObject : objectList.v) { in genOMP()
1612 const auto &objectList{ in genOpenMPReduction() local
1622 for (const auto &ompObject : objectList.v) { in genOpenMPReduction()
H A DOpenACC.cpp35 static void genObjectList(const Fortran::parser::AccObjectList &objectList, in genObjectList() argument
50 for (const auto &accObject : objectList.v) { in genObjectList()