Home
last modified time | relevance | path

Searched refs:PointerExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8277 Expr* PointerExpr, SourceLocation Loc, in checkPointerIntegerMismatch() argument
8279 if (!PointerExpr->getType()->isPointerType() || in checkPointerIntegerMismatch()
8283 Expr *Expr1 = IsIntFirstExpr ? Int.get() : PointerExpr; in checkPointerIntegerMismatch()
8284 Expr *Expr2 = IsIntFirstExpr ? PointerExpr : Int.get(); in checkPointerIntegerMismatch()
8289 Int = S.ImpCastExprToType(Int.get(), PointerExpr->getType(), in checkPointerIntegerMismatch()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4607 const Expr *PointerExpr,