Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dtype.cpp606 const auto *typeDetails{ in IsSequenceType() local
608 return typeDetails && typeDetails->sequence(); in IsSequenceType()
Dexpression.cpp1474 const auto &typeDetails{typeSymbol.get<semantics::DerivedTypeDetails>()}; in Analyze() local
1475 const Symbol *parentComponent{typeDetails.GetParentComponent(*spec.scope())}; in Analyze()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12903 struct typeDetails struct in gl4cts::BuiltinFunctionTest
12905 typeDetails(glw::GLuint n_columns, glw::GLuint n_rows);
12924 functionObject* getFunctionObject(FunctionEnum function, const typeDetails& type);
12941 bool isFunctionImplemented(FunctionEnum function, const typeDetails& type) const;
12955 bool test(FunctionEnum function, const typeDetails& type);
13562 typeDetails type(m_typeDefinition.n_columns, m_typeDefinition.n_rows); in iterate()
13799 BuiltinFunctionTest::typeDetails::typeDetails(glw::GLuint n_columns, glw::GLuint n_rows) in typeDetails() function in gl4cts::BuiltinFunctionTest::typeDetails
13922 const typeDetails& type) in getFunctionObject()
14840 bool BuiltinFunctionTest::isFunctionImplemented(FunctionEnum function, const typeDetails& type) con… in isFunctionImplemented()
15299 bool BuiltinFunctionTest::test(FunctionEnum function, const typeDetails& type) in test()