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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 210 const FloatingLiteral *FloatLit1 = dyn_cast<FloatingLiteral>(LHS);
211 const FloatingLiteral *FloatLit2 = dyn_cast<FloatingLiteral>(RHS);
451 const FloatingLiteral *FloatLit1 = cast<FloatingLiteral>(Stmt1);
452 const FloatingLiteral *FloatLit2 = cast<FloatingLiteral>(Stmt2);
RetainCountChecker.cpp     [all...]
  /external/lldb/include/lldb/Core/
ClangForward.h 67 class FloatingLiteral;
  /external/clang/lib/AST/
Expr.cpp 698 FloatingLiteral::FloatingLiteral(const ASTContext &C, const llvm::APFloat &V,
707 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty)
713 FloatingLiteral *
714 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V,
716 return new (C) FloatingLiteral(C, V, isexact, Type, L);
719 FloatingLiteral *
720 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) {
721 return new (C) FloatingLiteral(C, Empty)
    [all...]
ASTDumper.cpp 316 void VisitFloatingLiteral(const FloatingLiteral *Node);
    [all...]
ItaniumMangle.cpp     [all...]
StmtProfile.cpp 422 void StmtProfiler::VisitFloatingLiteral(const FloatingLiteral *S) {
    [all...]
ExprConstant.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 571 VISIT(FloatingLiteral);
624 IGNORE_EXPR(FloatingLiteral);
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
DataRecursiveASTVisitor.h     [all...]
Stmt.h 191 friend class FloatingLiteral;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CGExprScalar.cpp 186 Value *VisitFloatingLiteral(const FloatingLiteral *E) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1183 FloatingLiteral> floatLiteral;
    [all...]
ASTMatchersInternal.h     [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 371 isa<FloatingLiteral>(OrigElement) ||
    [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 462 void ASTStmtReader::VisitFloatingLiteral(FloatingLiteral *E) {
    [all...]
ASTWriterStmt.cpp 388 void ASTStmtWriter::VisitFloatingLiteral(FloatingLiteral *E) {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 447 isa<FloatingLiteral>(Exp) ||
    [all...]

Completed in 713 milliseconds

1 2