Searched refs:hasFP_Features (Results 1 – 1 of 1) sorted by relevance
705 bool hasFP_Features = Record.readInt(); in VisitUnaryOperator() local706 assert(hasFP_Features == E->hasStoredFPFeatures()); in VisitUnaryOperator()711 if (hasFP_Features) in VisitUnaryOperator()1098 bool hasFP_Features; in VisitBinaryOperator() local1100 E->setHasStoredFPFeatures(hasFP_Features = Record.readInt()); in VisitBinaryOperator()1105 if (hasFP_Features) in VisitBinaryOperator()