Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h481 const Symbol *component() const { return component_; } in ENUM_CLASS()
482 void set_component(const Symbol &component) { component_ = &component; } in ENUM_CLASS()
497 component_ == that.component_; in ENUM_CLASS()
504 const Symbol *component_{nullptr}; // until Increment() in ENUM_CLASS()
/llvm-project-15.0.7/flang/runtime/
H A Dtype-info.h199 const Descriptor &component() const { return component_.descriptor(); } in component()
265 component_; // TYPE(COMPONENT), POINTER, DIMENSION(:), CONTIGUOUS variable
H A Dtype-info.cpp198 } else if (offset == offsetof(DerivedType, component_)) { in Dump()
/llvm-project-15.0.7/mlir/docs/
H A DCAPI.md139 An object has an _indexed component_ if it has fields accessible using a
159 An object has an _iterable component_ if it has iterators accessing its fields