Home
last modified time | relevance | path

Searched defs:ArraySpec (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/include/flang/Semantics/
Dtype.h217 struct ArraySpec : public std::vector<ShapeSpec> { struct
218 ArraySpec() {} in ArraySpec() function
233 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const ArraySpec &); argument
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp454 class ArraySpec class in deqp::gls::MultiVertexArrayTest::Spec
DglsVertexArrayTests.cpp1918 MultiVertexArrayTest::Spec::ArraySpec::ArraySpec(Array::InputType inputType_, Array::OutputType out… in ArraySpec() function in deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp471 [&](const ArraySpec &) { Word("DIMENSION("); }, in Before()
479 [&](const ArraySpec &) { Put(')'); }, in Post()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1295 struct ArraySpec { struct
1299 u;