Searched refs:isexact (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | Expr.cpp | 731 bool isexact, QualType Type, SourceLocation L) in FloatingLiteral() argument 735 FloatingLiteralBits.IsExact = isexact; in FloatingLiteral() 747 bool isexact, QualType Type, SourceLocation L) { in Create() argument 748 return new (C) FloatingLiteral(C, V, isexact, Type, L); in Create()
|
/external/llvm-project/clang/lib/AST/ |
D | Expr.cpp | 868 bool isexact, QualType Type, SourceLocation L) in FloatingLiteral() argument 871 FloatingLiteralBits.IsExact = isexact; in FloatingLiteral() 884 bool isexact, QualType Type, SourceLocation L) { in Create() argument 885 return new (C) FloatingLiteral(C, V, isexact, Type, L); in Create()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1357 FloatingLiteral(const ASTContext &C, const llvm::APFloat &V, bool isexact, 1365 bool isexact, QualType Type, SourceLocation L);
|
/external/llvm-project/clang/include/clang/AST/ |
D | Expr.h | 1630 FloatingLiteral(const ASTContext &C, const llvm::APFloat &V, bool isexact, 1638 bool isexact, QualType Type, SourceLocation L);
|