Searched refs:ArrSizeExpr (Results 1 – 1 of 1) sorted by relevance
783 Expr *ArrSizeExpr = IntegerLiteralExpr(B->Ctx, ArrSize); in transformForValuePrinting() local784 Expr *Args[] = {E, AllocCall.get(), ArrSizeExpr}; in transformForValuePrinting()