Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp443 std::vector<const Symbol *> dataComponentSymbols; in DescribeType() local
455 dataComponentSymbols.push_back(&symbol); in DescribeType()
477 std::sort(dataComponentSymbols.begin(), dataComponentSymbols.end(), in DescribeType()
482 for (const Symbol *symbol : dataComponentSymbols) { in DescribeType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Druntime-type-info.cpp442 std::vector<const Symbol *> dataComponentSymbols; in DescribeType() local
454 dataComponentSymbols.push_back(&symbol); in DescribeType()
476 std::sort(dataComponentSymbols.begin(), dataComponentSymbols.end(), in DescribeType()
481 for (const Symbol *symbol : dataComponentSymbols) { in DescribeType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp443 std::vector<const Symbol *> dataComponentSymbols; in DescribeType() local
455 dataComponentSymbols.push_back(&symbol); in DescribeType()
477 std::sort(dataComponentSymbols.begin(), dataComponentSymbols.end(), in DescribeType()
482 for (const Symbol *symbol : dataComponentSymbols) { in DescribeType()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp443 std::vector<const Symbol *> dataComponentSymbols;
455 dataComponentSymbols.push_back(&symbol);
477 std::sort(dataComponentSymbols.begin(), dataComponentSymbols.end(),
482 for (const Symbol *symbol : dataComponentSymbols) {