Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h883 static FPOptions getFromOpaqueInt(storage_type Value) { in getFromOpaqueInt() function
920 FPOptions Options = FPOptions::getFromOpaqueInt(0);
982 static FPOptionsOverride getFromOpaqueInt(storage_type I) { in getFromOpaqueInt() function
985 Opts.Options = FPOptions::getFromOpaqueInt(I >> FPOptions::StorageBitSize); in getFromOpaqueInt()
991 FPOptions::getFromOpaqueInt((Base.getAsOpaqueInt() & ~OverrideMask) | in applyOverrides()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp164 FPOptionsOverride::getFromOpaqueInt(Record.readInt())); in VisitCompoundStmt()
730 FPOptionsOverride::getFromOpaqueInt(Record.readInt())); in VisitUnaryOperator()
1034 FPOptionsOverride::getFromOpaqueInt(Record.readInt())); in VisitCallExpr()
1121 FPOptionsOverride::getFromOpaqueInt(Record.readInt()); in VisitCastExpr()
1136 FPOptionsOverride::getFromOpaqueInt(Record.readInt())); in VisitBinaryOperator()
H A DASTReader.cpp4040 FpPragmaCurrentValue = FPOptionsOverride::getFromOpaqueInt(Record[0]); in ReadASTBlock()
4048 Entry.Value = FPOptionsOverride::getFromOpaqueInt(Record[Idx++]); in ReadASTBlock()
8288 FPOptionsOverride::getFromOpaqueInt(FPPragmaOptions[0]); in InitializeSema()
8847 LT->FPO = FPOptions::getFromOpaqueInt(LateParsed[Idx++]); in ReadLateParsedTemplates()