Home
last modified time | relevance | path

Searched refs:ImaginaryLiteral (Results 1 – 16 of 16) sorted by relevance

/external/clang/include/clang/Basic/
DStmtNodes.td56 def ImaginaryLiteral : DStmt<Expr>;
/external/clang/lib/CodeGen/
DCGExprComplex.cpp102 ComplexPairTy VisitImaginaryLiteral(const ImaginaryLiteral *IL);
342 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
/external/v8/tools/gcmole/
Dgcmole.cc573 VISIT(ImaginaryLiteral); in VisitExpr()
626 IGNORE_EXPR(ImaginaryLiteral);
/external/clang/lib/AST/
DStmtProfile.cpp286 void StmtProfiler::VisitImaginaryLiteral(const ImaginaryLiteral *S) { in VisitImaginaryLiteral()
DItaniumMangle.cpp2886 const ImaginaryLiteral *IE = cast<ImaginaryLiteral>(E); in mangleExpression()
DStmtPrinter.cpp768 void StmtPrinter::VisitImaginaryLiteral(ImaginaryLiteral *Node) { in VisitImaginaryLiteral()
DExprConstant.cpp5779 bool VisitImaginaryLiteral(const ImaginaryLiteral *E);
5809 bool ComplexExprEvaluator::VisitImaginaryLiteral(const ImaginaryLiteral *E) { in VisitImaginaryLiteral()
/external/clang/include/clang/AST/
DExpr.h1383 class ImaginaryLiteral : public Expr {
1386 ImaginaryLiteral(Expr *val, QualType Ty) in ImaginaryLiteral() function
1392 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() function
DRecursiveASTVisitor.h2229 DEF_TRAVERSE_STMT(ImaginaryLiteral, { })
/external/clang/lib/Serialization/
DASTReaderStmt.cpp388 void ASTStmtReader::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
1739 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp334 void ASTStmtWriter::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2155 DEF_TRAVERSE_STMT(ImaginaryLiteral, { })
/external/clang/lib/Analysis/
DThreadSafety.cpp453 isa<ImaginaryLiteral>(Exp) || in buildSExpr()
/external/clang/lib/Sema/
DSemaStmt.cpp1267 void VisitImaginaryLiteral(ImaginaryLiteral *E) { } in VisitImaginaryLiteral()
DTreeTransform.h6141 TreeTransform<Derived>::TransformImaginaryLiteral(ImaginaryLiteral *E) { in TransformImaginaryLiteral()
DSemaExpr.cpp2981 Res = new (Context) ImaginaryLiteral(Res, in ActOnNumericConstant()