Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td61 def ImaginaryLiteral : DStmt<Expr>;
/external/v8/tools/gcmole/
Dgcmole.cc568 VISIT(ImaginaryLiteral); in VisitExpr()
619 IGNORE_EXPR(ImaginaryLiteral);
/external/clang/lib/CodeGen/
DCGExprComplex.cpp111 ComplexPairTy VisitImaginaryLiteral(const ImaginaryLiteral *IL);
373 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
/external/clang/include/clang/AST/
DExpr.h1465 class ImaginaryLiteral : public Expr {
1468 ImaginaryLiteral(Expr *val, QualType Ty) in ImaginaryLiteral() function
1474 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() function
DRecursiveASTVisitor.h2333 DEF_TRAVERSE_STMT(ImaginaryLiteral, {})
/external/clang/lib/AST/
DStmtProfile.cpp651 void StmtProfiler::VisitImaginaryLiteral(const ImaginaryLiteral *S) { in VisitImaginaryLiteral()
DItaniumMangle.cpp3434 const ImaginaryLiteral *IE = cast<ImaginaryLiteral>(E); in mangleExpression()
DStmtPrinter.cpp1253 void StmtPrinter::VisitImaginaryLiteral(ImaginaryLiteral *Node) { in VisitImaginaryLiteral()
DExprConstant.cpp8147 bool VisitImaginaryLiteral(const ImaginaryLiteral *E);
8177 bool ComplexExprEvaluator::VisitImaginaryLiteral(const ImaginaryLiteral *E) { in VisitImaginaryLiteral()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp492 void ASTStmtReader::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
2659 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp418 void ASTStmtWriter::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
/external/clang/lib/Sema/
DSemaStmt.cpp1340 void VisitImaginaryLiteral(ImaginaryLiteral *E) { } in VisitImaginaryLiteral()
DSemaOpenMP.cpp7331 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in ActOnOpenMPReductionClause()
DTreeTransform.h7941 TreeTransform<Derived>::TransformImaginaryLiteral(ImaginaryLiteral *E) { in TransformImaginaryLiteral()
DSemaExpr.cpp3444 Res = new (Context) ImaginaryLiteral(Res, in ActOnNumericConstant()