Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp710 bool hasFP_Features = Record.readInt(); in VisitUnaryOperator() local
711 assert(hasFP_Features == E->hasStoredFPFeatures()); in VisitUnaryOperator()
716 if (hasFP_Features) in VisitUnaryOperator()
1103 bool hasFP_Features; in VisitBinaryOperator() local
1105 E->setHasStoredFPFeatures(hasFP_Features = Record.readInt()); in VisitBinaryOperator()
1110 if (hasFP_Features) in VisitBinaryOperator()