Searched refs:isexact (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | Expr.h | 1231 FloatingLiteral(ASTContext &C, const llvm::APFloat &V, bool isexact, in FloatingLiteral() argument 1237 FloatingLiteralBits.IsExact = isexact; in FloatingLiteral() 1251 bool isexact, QualType Type, SourceLocation L);
|
/external/clang/lib/AST/ |
D | Expr.cpp | 561 bool isexact, QualType Type, SourceLocation L) { in Create() argument 562 return new (C) FloatingLiteral(C, V, isexact, Type, L); in Create()
|