HomeSort by relevance Sort by last modified time
    Searched refs:FloatingLiteral (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/AST/
Expr.cpp 559 FloatingLiteral *
560 FloatingLiteral::Create(ASTContext &C, const llvm::APFloat &V,
562 return new (C) FloatingLiteral(C, V, isexact, Type, L);
565 FloatingLiteral *
566 FloatingLiteral::Create(ASTContext &C, EmptyShell Empty) {
567 return new (C) FloatingLiteral(C, Empty);
573 double FloatingLiteral::getValueAsApproximateDouble() const {
    [all...]
ItaniumMangle.cpp     [all...]
StmtDumper.cpp 142 void VisitFloatingLiteral(FloatingLiteral *Node);
441 void StmtDumper::VisitFloatingLiteral(FloatingLiteral *Node) {
StmtProfile.cpp 275 void StmtProfiler::VisitFloatingLiteral(const FloatingLiteral *S) {
ExprConstant.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 478 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE))
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 824 if (const FloatingLiteral *FL = dyn_cast<FloatingLiteral>(E))
    [all...]
CGExprScalar.cpp 174 Value *VisitFloatingLiteral(const FloatingLiteral *E) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 571 VISIT(FloatingLiteral);
625 IGNORE_EXPR(FloatingLiteral);
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
Stmt.h 174 friend class FloatingLiteral;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExprObjC.cpp 344 isa<FloatingLiteral>(OrigElement) ||
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 170 isa<FloatingLiteral>(Exp) ||
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 372 void ASTStmtReader::VisitFloatingLiteral(FloatingLiteral *E) {
    [all...]
ASTWriterStmt.cpp 319 void ASTStmtWriter::VisitFloatingLiteral(FloatingLiteral *E) {
    [all...]

Completed in 144 milliseconds