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

1 2

  /external/clang/lib/AST/
Expr.cpp 663 FloatingLiteral::FloatingLiteral(ASTContext &C, const llvm::APFloat &V,
672 FloatingLiteral::FloatingLiteral(ASTContext &C, EmptyShell Empty)
678 FloatingLiteral *
679 FloatingLiteral::Create(ASTContext &C, const llvm::APFloat &V,
681 return new (C) FloatingLiteral(C, V, isexact, Type, L);
684 FloatingLiteral *
685 FloatingLiteral::Create(ASTContext &C, EmptyShell Empty) {
686 return new (C) FloatingLiteral(C, Empty)
    [all...]
ASTDumper.cpp 260 void VisitFloatingLiteral(const FloatingLiteral *Node);
    [all...]
ItaniumMangle.cpp     [all...]
StmtProfile.cpp 318 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...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CGExprScalar.cpp 185 Value *VisitFloatingLiteral(const FloatingLiteral *E) {
    [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 191 friend class FloatingLiteral;
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
ASTMatchers.h 1089 FloatingLiteral> floatLiteral;
    [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 367 isa<FloatingLiteral>(OrigElement) ||
    [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 464 void ASTStmtReader::VisitFloatingLiteral(FloatingLiteral *E) {
    [all...]
ASTWriterStmt.cpp 392 void ASTStmtWriter::VisitFloatingLiteral(FloatingLiteral *E) {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 452 isa<FloatingLiteral>(Exp) ||
    [all...]

Completed in 275 milliseconds

1 2