Searched refs:GNUNullExpr (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc567 VISIT(GNUNullExpr);
632 IGNORE_EXPR(GNUNullExpr);
/external/clang/lib/Analysis/
H A DThreadSafety.cpp445 isa<GNUNullExpr>(Exp) ||
1656 if (isa<CXXNullPtrLiteralExpr>(E) || isa<GNUNullExpr>(E)) {
/external/clang/lib/AST/
H A DStmtProfile.cpp566 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) {
H A DExpr.cpp3153 } else if (isa<GNUNullExpr>(this)) {
H A DASTContext.cpp1896 if (isa<GNUNullExpr>(E)) return true;
H A DExprConstant.cpp5761 bool VisitGNUNullExpr(const GNUNullExpr *E) {
/external/clang/include/clang/AST/
H A DExpr.h3629 /// GNUNullExpr - Implements the GNU __null extension, which is a name
3635 class GNUNullExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3640 GNUNullExpr(QualType Ty, SourceLocation Loc) function in class:clang::StringLiteral::OffsetOfExpr::GNUNullExpr
3646 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } function in class:clang::StringLiteral::OffsetOfExpr::GNUNullExpr
H A DDataRecursiveASTVisitor.h2189 DEF_TRAVERSE_STMT(GNUNullExpr, {})
H A DRecursiveASTVisitor.h2211 DEF_TRAVERSE_STMT(GNUNullExpr, {})
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp839 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) {
2310 S = new (Context) GNUNullExpr(Empty);
H A DASTWriterStmt.cpp776 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) {
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp201 Value *VisitGNUNullExpr(const GNUNullExpr *E) {
/external/clang/lib/Sema/
H A DSemaStmt.cpp1318 void VisitGNUNullExpr(GNUNullExpr *E) { }
H A DSemaExpr.cpp6928 bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts());
6929 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts());
10802 return new (Context) GNUNullExpr(Ty, TokenLoc);
H A DTreeTransform.h7567 TreeTransform<Derived>::TransformGNUNullExpr(GNUNullExpr *E) {

Completed in 366 milliseconds