Home
last modified time | relevance | path

Searched defs:typeDetails (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dtype.cpp606 const auto *typeDetails{ in IsSequenceType() local
Dexpression.cpp1474 const auto &typeDetails{typeSymbol.get<semantics::DerivedTypeDetails>()}; in Analyze() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12903 struct typeDetails struct in gl4cts::BuiltinFunctionTest
12907 generalType m_general_type;
12908 glw::GLuint m_n_columns;
12909 glw::GLuint m_n_rows;
12910 glw::GLenum m_type;
12911 std::string m_type_name;
13799 BuiltinFunctionTest::typeDetails::typeDetails(glw::GLuint n_columns, glw::GLuint n_rows) in typeDetails() function in gl4cts::BuiltinFunctionTest::typeDetails