Lines Matching refs:Out
701 assert(Info.CurrentCall == this && "calls retired out of order");
714 static void describeCall(CallStackFrame *Frame, raw_ostream &Out);
740 llvm::raw_svector_ostream Out(Buffer);
741 describeCall(Frame, Out);
742 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str();
987 static void describeCall(CallStackFrame *Frame, raw_ostream &Out) {
994 Out << *Frame->Callee << '(';
999 Val.printPretty(Out, Frame->Info.Ctx,
1002 Out << "->" << *Frame->Callee << '(';
1009 Out << ", ";
1013 Arg.printPretty(Out, Frame->Info.Ctx, Param->getType());
1016 Out << "->" << *Frame->Callee << '(';
1019 Out << ')';
1371 // Figure out if this is a truncate, extend or noop cast.
1800 // If this is a local variable, dig out its value.
1807 // Dig out the initializer, and use the declaration which it's attached to.
2999 // Wipe out any partially-computed value, to allow tracking that this
3165 // bail out of any immediately-surrounding compound-statement too.
3412 // Bail out with no diagnostic if the function declaration itself is invalid.
4033 // the outer statement evaluation rather than bailing out.
4138 // Now figure out the necessary offset to add to the base LV to get from
4596 // Now figure out the necessary offset to add to the base LV to get from