Home
last modified time | relevance | path

Searched refs:hasDataInit (Results 1 – 6 of 6) sorted by relevance

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp711 bool hasDataInit{false}; in DescribeComponent() local
716 hasDataInit = object.init().has_value(); in DescribeComponent()
717 if (hasDataInit) { in DescribeComponent()
725 hasDataInit = object.init().has_value(); in DescribeComponent()
726 if (hasDataInit) { in DescribeComponent()
734 if (!hasDataInit) { in DescribeComponent()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp711 bool hasDataInit{false}; in DescribeComponent() local
716 hasDataInit = object.init().has_value(); in DescribeComponent()
717 if (hasDataInit) { in DescribeComponent()
725 hasDataInit = object.init().has_value(); in DescribeComponent()
726 if (hasDataInit) { in DescribeComponent()
734 if (!hasDataInit) { in DescribeComponent()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp741 bool hasDataInit{false}; in DescribeComponent() local
746 hasDataInit = InitializeDataPointer( in DescribeComponent()
752 hasDataInit = object.init().has_value(); in DescribeComponent()
753 if (hasDataInit) { in DescribeComponent()
761 if (!hasDataInit) { in DescribeComponent()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Druntime-type-info.cpp755 bool hasDataInit{false}; in DescribeComponent() local
760 hasDataInit = InitializeDataPointer( in DescribeComponent()
766 hasDataInit = object.init().has_value(); in DescribeComponent()
767 if (hasDataInit) { in DescribeComponent()
775 if (!hasDataInit) { in DescribeComponent()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp741 bool hasDataInit{false}; in DescribeComponent() local
746 hasDataInit = InitializeDataPointer( in DescribeComponent()
752 hasDataInit = object.init().has_value(); in DescribeComponent()
753 if (hasDataInit) { in DescribeComponent()
761 if (!hasDataInit) { in DescribeComponent()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp741 bool hasDataInit{false};
746 hasDataInit = InitializeDataPointer(
752 hasDataInit = object.init().has_value();
753 if (hasDataInit) {
761 if (!hasDataInit) {