Home
last modified time | relevance | path

Searched refs:hasFP_Features (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp705 bool hasFP_Features = Record.readInt(); in VisitUnaryOperator() local
706 assert(hasFP_Features == E->hasStoredFPFeatures()); in VisitUnaryOperator()
711 if (hasFP_Features) in VisitUnaryOperator()
1098 bool hasFP_Features; in VisitBinaryOperator() local
1100 E->setHasStoredFPFeatures(hasFP_Features = Record.readInt()); in VisitBinaryOperator()
1105 if (hasFP_Features) in VisitBinaryOperator()