HomeSort by relevance Sort by last modified time
    Searched defs:getCastName (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ExprCXX.cpp 497 /// getCastName - Get the name of the C++ cast being used, e.g.,
500 const char *CXXNamedCastExpr::getCastName() const {
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 795 const char *InstCast::getCastName(InstCast::OpKind Kind) {
807 Str << " = " << getCastName(getCastKind()) << " " << getSrc(0)->getType()
    [all...]

Completed in 59 milliseconds