Searched refs:ImaginaryLiteral (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc568 VISIT(ImaginaryLiteral);
619 IGNORE_EXPR(ImaginaryLiteral);
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp106 ComplexPairTy VisitImaginaryLiteral(const ImaginaryLiteral *IL);
365 VisitImaginaryLiteral(const ImaginaryLiteral *IL) {
/external/clang/lib/AST/
H A DStmtProfile.cpp428 void StmtProfiler::VisitImaginaryLiteral(const ImaginaryLiteral *S) {
H A DItaniumMangle.cpp3118 const ImaginaryLiteral *IE = cast<ImaginaryLiteral>(E);
H A DExprConstant.cpp7536 bool VisitImaginaryLiteral(const ImaginaryLiteral *E);
7566 bool ComplexExprEvaluator::VisitImaginaryLiteral(const ImaginaryLiteral *E) {
/external/clang/include/clang/AST/
H A DExpr.h1411 /// ImaginaryLiteral - We support imaginary integer and floating point literals,
1416 class ImaginaryLiteral : public Expr { class in namespace:clang
1419 ImaginaryLiteral(Expr *val, QualType Ty) function in class:clang::ImaginaryLiteral
1425 explicit ImaginaryLiteral(EmptyShell Empty) function in class:clang::ImaginaryLiteral
H A DDataRecursiveASTVisitor.h2262 DEF_TRAVERSE_STMT(ImaginaryLiteral, {})
H A DRecursiveASTVisitor.h2284 DEF_TRAVERSE_STMT(ImaginaryLiteral, {})
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp471 void ASTStmtReader::VisitImaginaryLiteral(ImaginaryLiteral *E) {
2154 S = new (Context) ImaginaryLiteral(Empty);
H A DASTWriterStmt.cpp397 void ASTStmtWriter::VisitImaginaryLiteral(ImaginaryLiteral *E) {
/external/clang/lib/Analysis/
H A DThreadSafety.cpp448 isa<ImaginaryLiteral>(Exp) ||
/external/clang/lib/Sema/
H A DSemaStmt.cpp1319 void VisitImaginaryLiteral(ImaginaryLiteral *E) { }
H A DTreeTransform.h6819 TreeTransform<Derived>::TransformImaginaryLiteral(ImaginaryLiteral *E) {
H A DSemaExpr.cpp3304 // If this is an imaginary literal, create the ImaginaryLiteral wrapper.
3306 Res = new (Context) ImaginaryLiteral(Res,

Completed in 353 milliseconds