HomeSort by relevance Sort by last modified time
    Searched defs:IsScalarType (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && isDataTypeScalar(type.getBasicType()); } };
194 typedef SubTypeIterator<IsScalarType> ScalarTypeIterator;
  /external/lldb/source/Core/
ValueObject.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]

Completed in 262 milliseconds