Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h149 void setFPFeatures(FPOptions F) { in setFPFeatures() function
HDExpr.h3607 void setFPFeatures(FPOptions F) { in setFPFeatures() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp997 E->setFPFeatures(FPOptions(Record.readInt())); in VisitBinaryOperator()