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