Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td57 def ImaginaryLiteral : DStmt<Expr>;
/external/clang/lib/CodeGen/
DCGExprComplex.cpp106 ComplexPairTy VisitImaginaryLiteral(const ImaginaryLiteral *IL);
363 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc573 VISIT(ImaginaryLiteral); in VisitExpr()
625 IGNORE_EXPR(ImaginaryLiteral);
/external/v8/tools/gcmole/
Dgcmole.cc573 VISIT(ImaginaryLiteral); in VisitExpr()
626 IGNORE_EXPR(ImaginaryLiteral);
/external/clang/lib/AST/
DStmtProfile.cpp324 void StmtProfiler::VisitImaginaryLiteral(const ImaginaryLiteral *S) { in VisitImaginaryLiteral()
DItaniumMangle.cpp3070 const ImaginaryLiteral *IE = cast<ImaginaryLiteral>(E); in mangleExpression()
DStmtPrinter.cpp833 void StmtPrinter::VisitImaginaryLiteral(ImaginaryLiteral *Node) { in VisitImaginaryLiteral()
DExprConstant.cpp7325 bool VisitImaginaryLiteral(const ImaginaryLiteral *E);
7355 bool ComplexExprEvaluator::VisitImaginaryLiteral(const ImaginaryLiteral *E) { in VisitImaginaryLiteral()
/external/clang/include/clang/AST/
DExpr.h1394 class ImaginaryLiteral : public Expr {
1397 ImaginaryLiteral(Expr *val, QualType Ty) in ImaginaryLiteral() function
1403 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() function
DRecursiveASTVisitor.h2384 DEF_TRAVERSE_STMT(ImaginaryLiteral, { })
/external/clang/lib/Serialization/
DASTReaderStmt.cpp473 void ASTStmtReader::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
1930 S = new (Context) ImaginaryLiteral(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp401 void ASTStmtWriter::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2289 DEF_TRAVERSE_STMT(ImaginaryLiteral, { })
/external/clang/lib/Analysis/
DThreadSafety.cpp453 isa<ImaginaryLiteral>(Exp) || in buildSExpr()
/external/clang/lib/Sema/
DSemaStmt.cpp1280 void VisitImaginaryLiteral(ImaginaryLiteral *E) { } in VisitImaginaryLiteral()
DTreeTransform.h6386 TreeTransform<Derived>::TransformImaginaryLiteral(ImaginaryLiteral *E) { in TransformImaginaryLiteral()
DSemaExpr.cpp3146 Res = new (Context) ImaginaryLiteral(Res, in ActOnNumericConstant()