Home
last modified time | relevance | path

Searched refs:ArrayConstructorValues (Results 1 – 25 of 72) sorted by path

123

/dports/devel/f18/f18-1688bef/lib/evaluate/
H A Dexpression.cc124 bool ArrayConstructorValues<R>::operator==( in operator ==()
125 const ArrayConstructorValues<R> &that) const { in operator ==()
H A Dexpression.h413 template<typename RESULT> class ArrayConstructorValues; variable
440 const ArrayConstructorValues<Result> &values() const { in values()
456 template<typename RESULT> class ArrayConstructorValues {
460 DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS(ArrayConstructorValues)
461 ArrayConstructorValues() {} in ArrayConstructorValues() function
463 bool operator==(const ArrayConstructorValues &) const;
483 class ArrayConstructor : public ArrayConstructorValues<RESULT> {
486 using Base = ArrayConstructorValues<Result>;
500 using Base = ArrayConstructorValues<Result>;
519 : public ArrayConstructorValues<SomeDerived> {
[all …]
H A Dfold.cc1644 bool FoldArray(const ArrayConstructorValues<T> &xs) { in FoldArray()
1713 bool ArrayConstructorIsFlat(const ArrayConstructorValues<T> &values) { in ArrayConstructorIsFlat()
H A Dformatting.cc317 std::ostream &EmitArray(std::ostream &, const ArrayConstructorValues<T> &);
333 std::ostream &o, const ArrayConstructorValues<T> &values) { in EmitArray()
H A Dshape.cc81 ArrayConstructorValues<ExtentType> values; in AsExtentArrayExpr()
H A Dshape.h169 const ArrayConstructorValues<T> &values) const { in GetArrayConstructorExtent()
H A Dtraverse.h180 Result operator()(const ArrayConstructorValues<T> &x) const { in operator()
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dexpression.cc990 const ArrayConstructorValues<SomeType> &values() { return values_; } in values()
1008 ArrayConstructorValues<SomeType> values_;
1155 ArrayConstructorValues<T> MakeSpecific( in MakeSpecific()
1156 ArrayConstructorValues<SomeType> &&from) { in MakeSpecific()
1157 ArrayConstructorValues<T> to; in MakeSpecific()
1201 ArrayConstructorValues<SomeType> values;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Evaluate/
H A Dexpression.h374 template <typename RESULT> class ArrayConstructorValues; variable
401 const ArrayConstructorValues<Result> &values() const { in values()
417 template <typename RESULT> class ArrayConstructorValues {
421 DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS(ArrayConstructorValues)
422 ArrayConstructorValues() {} in ArrayConstructorValues() function
424 bool operator==(const ArrayConstructorValues &) const;
444 class ArrayConstructor : public ArrayConstructorValues<RESULT> {
447 using Base = ArrayConstructorValues<Result>;
461 using Base = ArrayConstructorValues<Result>;
480 : public ArrayConstructorValues<SomeDerived> {
[all …]
H A Dshape.h171 const ArrayConstructorValues<T> &values) const { in GetArrayConstructorExtent()
H A Dtraverse.h187 Result operator()(const ArrayConstructorValues<T> &x) const { in operator()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Evaluate/
H A Dexpression.cpp125 bool ArrayConstructorValues<R>::operator==( in operator ==()
126 const ArrayConstructorValues<R> &that) const { in operator ==()
H A Dfold-implementation.h833 bool FoldArray(const ArrayConstructorValues<T> &xs) { in FoldArray()
860 bool ArrayConstructorIsFlat(const ArrayConstructorValues<T> &values) { in ArrayConstructorIsFlat()
H A Dformatting.cpp379 llvm::raw_ostream &, const ArrayConstructorValues<T> &);
395 llvm::raw_ostream &o, const ArrayConstructorValues<T> &values) { in EmitArray()
H A Dshape.cpp79 ArrayConstructorValues<ExtentType> values; in AsExtentArrayExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dexpression.cpp1123 ArrayConstructorValues<T> MakeSpecific( in MakeSpecific()
1124 ArrayConstructorValues<SomeType> &&from) { in MakeSpecific()
1125 ArrayConstructorValues<T> to; in MakeSpecific()
1203 ArrayConstructorValues<SomeType> values_;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Evaluate/
H A Dexpression.h388 template <typename RESULT> class ArrayConstructorValues;
415 const ArrayConstructorValues<Result> &values() const {
431 template <typename RESULT> class ArrayConstructorValues {
435 DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS(ArrayConstructorValues)
436 ArrayConstructorValues() {}
438 bool operator==(const ArrayConstructorValues &) const;
458 class ArrayConstructor : public ArrayConstructorValues<RESULT> {
461 using Base = ArrayConstructorValues<Result>;
475 using Base = ArrayConstructorValues<Result>;
494 : public ArrayConstructorValues<SomeDerived> {
[all …]
H A Dshape.h182 const ArrayConstructorValues<T> &values) const { in GetArrayConstructorExtent()
H A Dtraverse.h198 Result operator()(const ArrayConstructorValues<T> &x) const { in operator()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Evaluate/
H A Dexpression.cpp140 bool ArrayConstructorValues<R>::operator==( in operator ==()
141 const ArrayConstructorValues<R> &that) const { in operator ==()
H A Dfold-implementation.h1119 bool FoldArray(const ArrayConstructorValues<T> &xs) { in FoldArray()
1146 bool ArrayConstructorIsFlat(const ArrayConstructorValues<T> &values) { in ArrayConstructorIsFlat()
1247 std::move(length.value()), ArrayConstructorValues<RESULT>{}}; in ArrayConstructorFromMold()
H A Dformatting.cpp385 llvm::raw_ostream &, const ArrayConstructorValues<T> &);
401 llvm::raw_ostream &o, const ArrayConstructorValues<T> &values) { in EmitArray()
H A Dshape.cpp87 ArrayConstructorValues<ExtentType> values; in AsExtentArrayExpr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dexpression.cpp1148 ArrayConstructorValues<T> MakeSpecific( in MakeSpecific()
1149 ArrayConstructorValues<SomeType> &&from) { in MakeSpecific()
1150 ArrayConstructorValues<T> to; in MakeSpecific()
1235 ArrayConstructorValues<SomeType> values_;
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Evaluate/
H A Dexpression.h370 template <typename RESULT> class ArrayConstructorValues; variable
397 const ArrayConstructorValues<Result> &values() const { in values()
413 template <typename RESULT> class ArrayConstructorValues {
417 DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS(ArrayConstructorValues)
418 ArrayConstructorValues() {} in ArrayConstructorValues() function
420 bool operator==(const ArrayConstructorValues &) const;
440 class ArrayConstructor : public ArrayConstructorValues<RESULT> {
443 using Base = ArrayConstructorValues<Result>;
457 using Base = ArrayConstructorValues<Result>;
476 : public ArrayConstructorValues<SomeDerived> {
[all …]

123