OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UserDefinedType
(Results
1 - 2
of
2
) sorted by null
/external/spirv-llvm/lib/SPIRV/Mangler/
ParameterType.cpp
213
UserDefinedType
::
UserDefinedType
(const std::string& name):
217
MangleError
UserDefinedType
::accept(TypeVisitor* visitor) const {
221
std::string
UserDefinedType
::toString() const {
227
bool
UserDefinedType
::equals(const ParamType* pType) const {
228
const
UserDefinedType
* pTy = SPIR::dyn_cast<
UserDefinedType
>(pType);
241
const TypeEnum
UserDefinedType
::enumTy = TYPE_ID_STRUCTURE;
ParameterType.h
403
struct
UserDefinedType
: public ParamType {
408
UserDefinedType
(const std::string&);
448
virtual MangleError visit(const
UserDefinedType
*) = 0;
Completed in 818 milliseconds