Searched refs:isexact (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1063 bool isexact, QualType Type, SourceLocation L) in FloatingLiteral() argument 1066 FloatingLiteralBits.IsExact = isexact; in FloatingLiteral() 1079 bool isexact, QualType Type, SourceLocation L) { in Create() argument 1080 return new (C) FloatingLiteral(C, V, isexact, Type, L); in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 1641 FloatingLiteral(const ASTContext &C, const llvm::APFloat &V, bool isexact, 1649 bool isexact, QualType Type, SourceLocation L);
|