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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 228 const FloatingLiteral *FloatLit1 = dyn_cast<FloatingLiteral>(LHS);
229 const FloatingLiteral *FloatLit2 = dyn_cast<FloatingLiteral>(RHS);
473 const FloatingLiteral *FloatLit1 = cast<FloatingLiteral>(Stmt1);
474 const FloatingLiteral *FloatLit2 = cast<FloatingLiteral>(Stmt2);
RetainCountChecker.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
Expr.cpp 730 FloatingLiteral::FloatingLiteral(const ASTContext &C, const llvm::APFloat &V,
739 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty)
745 FloatingLiteral *
746 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V,
748 return new (C) FloatingLiteral(C, V, isexact, Type, L);
751 FloatingLiteral *
752 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) {
753 return new (C) FloatingLiteral(C, Empty)
    [all...]
StmtPrinter.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTDumper.cpp 515 void VisitFloatingLiteral(const FloatingLiteral *Node);
    [all...]
StmtProfile.cpp 760 void StmtProfiler::VisitFloatingLiteral(const FloatingLiteral *S) {
    [all...]
ASTImporter.cpp 230 Expr *VisitFloatingLiteral(FloatingLiteral *E);
    [all...]
ExprConstant.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 598 VISIT(FloatingLiteral);
650 IGNORE_EXPR(FloatingLiteral);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 154 friend class FloatingLiteral;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CGExprScalar.cpp 228 Value *VisitFloatingLiteral(const FloatingLiteral *E) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 775 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE))
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExprObjC.cpp 426 isa<FloatingLiteral>(OrigElement) ||
    [all...]
SemaStmt.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 489 void ASTStmtReader::VisitFloatingLiteral(FloatingLiteral *E) {
    [all...]
ASTWriterStmt.cpp 423 void ASTStmtWriter::VisitFloatingLiteral(FloatingLiteral *E) {
    [all...]

Completed in 130 milliseconds

1 2