Searched defs:isBasicType (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp81 bool isBasicType (void) const { return m_type == TYPE_BASIC; } function in class:deqp::gls::ub::VarType
/external/deqp/framework/opengl/
H A DgluVarType.hpp58 bool isBasicType (void) const { return m_type == TYPE_BASIC; } function in class:glu::VarType
62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; }
63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; }
/external/llvm/lib/IR/
H A DDebugInfo.cpp158 /// isBasicType - Return true if the specified tag is legal for
160 bool DIDescriptor::isBasicType() const { function in class:DIDescriptor
228 return isBasicType() || isCompositeType() || isDerivedType();
459 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type &&
472 if (isBasicType())
484 return isBasicType() && DbgNode->getNumOperands() == 10;
1244 } else if (this->isBasicType()) {
1304 if (isBasicType())

Completed in 118 milliseconds