Searched refs:IsScalarType (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && isDataTypeScalar(type.getBasicType()); } }; struct in namespace:glu
194 typedef SubTypeIterator<IsScalarType> ScalarTypeIterator;
/external/lldb/include/lldb/Symbol/
H A DClangASTType.h207 IsScalarType () const;
/external/lldb/include/lldb/Core/
H A DValueObject.h633 IsScalarType ();
/external/lldb/source/Target/
H A DStackFrame.cpp881 else if (valobj_sp->GetClangType().IsScalarType())
/external/lldb/source/Core/
H A DValueObject.cpp1954 ValueObject::IsScalarType () function in class:ValueObject
1956 return GetClangType().IsScalarType ();
2087 if (IsScalarType ())
3233 else /*if (ClangASTContext::IsScalarType(root_clang_type))*/
/external/lldb/source/Symbol/
H A DClangASTType.cpp896 ClangASTType::IsScalarType () const function in class:ClangASTType
926 return IsPointerType() && GetPointeeType().IsScalarType();
934 return element_type.IsScalarType();

Completed in 384 milliseconds