Searched refs:getCastName (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp795 const char *InstCast::getCastName(InstCast::OpKind Kind) { function in class:InstCast
807 Str << " = " << getCastName(getCastKind()) << " " << getSrc(0)->getType()
H A DIceInst.h472 static const char *getCastName(OpKind Kind);
H A DPNaClTranslator.cpp1971 StrBuf << "Illegal cast: " << Ice::InstCast::getCastName(CastKind) << " "
/external/clang/lib/AST/
H A DExprCXX.cpp497 /// getCastName - Get the name of the C++ cast being used, e.g.,
500 const char *CXXNamedCastExpr::getCastName() const { function in class:CXXNamedCastExpr
/external/clang/include/clang/AST/
H A DExprCXX.h224 const char *getCastName() const;

Completed in 151 milliseconds