Home
last modified time | relevance | path

Searched defs:IsScalarType (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && … in operator ()() struct
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp217 bool CompilerType::IsScalarType() const { in IsScalarType() function in CompilerType
/external/llvm-project/lldb/source/Core/
DValueObject.cpp1636 bool ValueObject::IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() function in ValueObject
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3557 bool TypeSystemClang::IsScalarType(lldb::opaque_compiler_type_t type) { in IsScalarType() function in TypeSystemClang