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

  /external/clang/lib/AST/
Expr.cpp 647 FloatingLiteral::FloatingLiteral(ASTContext &C, const llvm::APFloat &V,
656 FloatingLiteral::FloatingLiteral(ASTContext &C, EmptyShell Empty)
662 FloatingLiteral *
663 FloatingLiteral::Create(ASTContext &C, const llvm::APFloat &V,
665 return new (C) FloatingLiteral(C, V, isexact, Type, L);
668 FloatingLiteral *
669 FloatingLiteral::Create(ASTContext &C, EmptyShell Empty) {
670 return new (C) FloatingLiteral(C, Empty)
    [all...]
ItaniumMangle.cpp     [all...]
StmtProfile.cpp 280 void StmtProfiler::VisitFloatingLiteral(const FloatingLiteral *S) {
ASTDumper.cpp 255 void VisitFloatingLiteral(const FloatingLiteral *Node);
    [all...]
ExprConstant.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 571 VISIT(FloatingLiteral);
625 IGNORE_EXPR(FloatingLiteral);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
Stmt.h 187 friend class FloatingLiteral;
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CGExprScalar.cpp 185 Value *VisitFloatingLiteral(const FloatingLiteral *E) {
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExprObjC.cpp 367 isa<FloatingLiteral>(OrigElement) ||
    [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 775 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE))
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 379 void ASTStmtReader::VisitFloatingLiteral(FloatingLiteral *E) {
    [all...]
ASTWriterStmt.cpp 325 void ASTStmtWriter::VisitFloatingLiteral(FloatingLiteral *E) {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 452 isa<FloatingLiteral>(Exp) ||
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 1008 milliseconds