reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2227 RHS = StringInit::get(""); 2232 RHS = dyn_cast<TypedInit>(RHSResult); 2233 if (!RHS) { 2238 if (RHS->getType() != StringRecTy::get()) { 2240 UnOpInit::get(UnOpInit::CAST, RHS, StringRecTy::get()) 2244 Twine("can't cast '") + RHS->getAsString() + "' to string"); 2247 RHS = CastRHS; 2253 Result = BinOpInit::getStrConcat(LHS, RHS);