llvm-project/flang/include/flang/Evaluate
peter klausler 0996b590aa [flang] Infrastructure improvements in utility routines
* IsArrayElement() needs another option to control whether it
  should ignore trailing component references.
* Add IsObjectPointer().
* Add const Scope& variants of IsFunction() and IsProcedure().
* Make TypeAndShape::Characterize() work with procedure bindings.
* Handle CHARACTER length in MeasureSizeInBytes().
* Fine-tune FindExternallyVisibleObject()'s handling of dummy arguments
  to conform with Fortran 2018: only INTENT(IN) and dummy pointers
  in pure functions signify; update two tests accordingly.

Also: resolve some stylistic inconsistencies and add a missing
"const" in the expression traversal template framework.

Differential Revision: https://reviews.llvm.org/D95011
2021-01-20 12:40:25 -08:00
..
call.h [flang] Infrastructure improvements in utility routines 2021-01-20 12:40:25 -08:00
characteristics.h [flang] Fix classification of shape inquiries in specification exprs 2021-01-13 10:05:14 -08:00
check-expression.h [flang] Improve initializer semantics, esp. for component default values 2020-12-07 14:40:41 -08:00
common.h [flang] Implement STORAGE_SIZE(), SIZEOF(), C_SIZEOF() 2020-12-15 17:26:20 -08:00
complex.h [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
constant.h [flang] Fix crash in folding (#48437) 2020-12-16 07:55:44 -08:00
expression.h [flang] Unsplit COMPLEX operations 2020-11-16 09:39:03 -08:00
fold-designator.h [flang] DATA stmt processing (part 4/4): Check & convert DATA 2020-06-19 13:26:20 -07:00
fold.h [flang] Fix classification of shape inquiries in specification exprs 2021-01-13 10:05:14 -08:00
formatting.h [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
initial-image.h [flang] Implement STORAGE_SIZE(), SIZEOF(), C_SIZEOF() 2020-12-15 17:26:20 -08:00
integer.h [flang][msvc] Avoid a reinterpret_cast 2020-10-15 10:38:48 -07:00
intrinsics-library.h [flang] Rework host runtime folding and enable REAL(2) folding with it. 2020-10-14 16:40:44 +02:00
intrinsics.h [flang] Tighten rules to resolve procedure as intrinsic procedure 2020-10-26 11:25:40 +01:00
logical.h [flang] Add return statement to Logical opeator=. 2020-04-15 13:18:42 +01:00
real.h [flang] Clean up TODO comments and fix one (DATA constant ambiguity) 2020-12-15 13:36:07 -08:00
rounding-bits.h [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
shape.h [flang] Fix classification of shape inquiries in specification exprs 2021-01-13 10:05:14 -08:00
static-data.h [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
tools.h [flang] Infrastructure improvements in utility routines 2021-01-20 12:40:25 -08:00
traverse.h [flang] Infrastructure improvements in utility routines 2021-01-20 12:40:25 -08:00
type.h [flang] Fix classification of shape inquiries in specification exprs 2021-01-13 10:05:14 -08:00
variable.h [flang] Make `TypeParamInquiry` monomorphic 2020-08-31 15:40:40 -07:00