Home
last modified time | relevance | path

Searched refs:isexact (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp742 bool isexact, QualType Type, SourceLocation L) in FloatingLiteral() argument
746 FloatingLiteralBits.IsExact = isexact; in FloatingLiteral()
758 bool isexact, QualType Type, SourceLocation L) { in Create() argument
759 return new (C) FloatingLiteral(C, V, isexact, Type, L); in Create()
/external/clang/include/clang/AST/
DExpr.h1399 FloatingLiteral(const ASTContext &C, const llvm::APFloat &V, bool isexact,
1407 bool isexact, QualType Type, SourceLocation L);