Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && … in operator ()() argument
194 typedef SubTypeIterator<IsScalarType> ScalarTypeIterator;
/external/lldb/include/lldb/Symbol/
DClangASTType.h207 IsScalarType () const;
/external/lldb/include/lldb/Core/
DValueObject.h633 IsScalarType ();
/external/lldb/source/Core/
DValueObject.cpp1954 ValueObject::IsScalarType () in IsScalarType() function in ValueObject
1956 return GetClangType().IsScalarType (); in IsScalarType()
2087 if (IsScalarType ()) in GetSyntheticBitFieldChild()
/external/lldb/source/Target/
DStackFrame.cpp881 else if (valobj_sp->GetClangType().IsScalarType()) in GetValueForVariableExpressionPath()
/external/lldb/source/Symbol/
DClangASTType.cpp896 ClangASTType::IsScalarType () const in IsScalarType() function in ClangASTType
926 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
934 return element_type.IsScalarType(); in IsArrayOfScalarType()