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.cc600 VISIT(ImaginaryLiteral); in VisitExpr()
651 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.h1423 class ImaginaryLiteral : public Expr {
1426 ImaginaryLiteral(Expr *val, QualType Ty) in ImaginaryLiteral() function
1432 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() function
DRecursiveASTVisitor.h2437 DEF_TRAVERSE_STMT(ImaginaryLiteral, {})
/external/clang/lib/AST/
DStmtProfile.cpp767 void StmtProfiler::VisitImaginaryLiteral(const ImaginaryLiteral *S) { in VisitImaginaryLiteral()
DItaniumMangle.cpp3826 const ImaginaryLiteral *IE = cast<ImaginaryLiteral>(E); in mangleExpression()
DStmtPrinter.cpp1383 void StmtPrinter::VisitImaginaryLiteral(ImaginaryLiteral *Node) { in VisitImaginaryLiteral()
DExprConstant.cpp8447 bool VisitImaginaryLiteral(const ImaginaryLiteral *E);
8477 bool ComplexExprEvaluator::VisitImaginaryLiteral(const ImaginaryLiteral *E) { in VisitImaginaryLiteral()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp498 void ASTStmtReader::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
2961 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp432 void ASTStmtWriter::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
/external/clang/lib/Sema/
DSemaStmt.cpp1345 void VisitImaginaryLiteral(ImaginaryLiteral *E) { } in VisitImaginaryLiteral()
DSemaOpenMP.cpp9363 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in ActOnOpenMPReductionClause()
DTreeTransform.h8251 TreeTransform<Derived>::TransformImaginaryLiteral(ImaginaryLiteral *E) { in TransformImaginaryLiteral()
DSemaExpr.cpp3520 Res = new (Context) ImaginaryLiteral(Res, in ActOnNumericConstant()