Lines Matching defs:Found
2217 if (!handler.found(*O, ObjType))
2286 return handler.found(Index ? O->getComplexIntImag()
2290 return handler.found(Index ? O->getComplexFloatImag()
2356 bool found(APValue &Subobj, QualType SubobjType) {
2360 bool found(APSInt &Value, QualType SubobjType) {
2364 bool found(APFloat &Value, QualType SubobjType) {
2406 bool found(APValue &Subobj, QualType SubobjType) {
2413 bool found(APSInt &Value, QualType SubobjType) {
2424 bool found(APFloat &Value, QualType SubobjType) {
2788 bool found(APValue &Subobj, QualType SubobjType) {
2791 return found(Subobj.getInt(), SubobjType);
2793 return found(Subobj.getFloat(), SubobjType);
2807 bool found(APSInt &Value, QualType SubobjType) {
2825 bool found(APFloat &Value, QualType SubobjType) {
2903 bool found(APValue &Subobj, QualType SubobjType) {
2913 return found(Subobj.getInt(), SubobjType);
2915 return found(Subobj.getFloat(), SubobjType);
2917 return found(Subobj.getComplexIntReal(),
2921 return found(Subobj.getComplexFloatReal(),
2932 bool found(APSInt &Value, QualType SubobjType) {
2977 bool found(APFloat &Value, QualType SubobjType) {
3297 const SwitchCase *Found = nullptr;
3301 Found = SC;
3310 Found = SC;
3315 if (!Found)
3319 switch (EvalStmtResult ESR = EvaluateStmt(Result, Info, SS->getBody(), Found)) {
3330 Info.Diag(Found->getLocStart(), diag::note_constexpr_stmt_expr_unsupported);