Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp10564 ExprResult ConvResult = S.UsualUnaryConversions(Op); in CheckIndirectionOperand() local
10565 if (ConvResult.isInvalid()) in CheckIndirectionOperand()
10567 Op = ConvResult.get(); in CheckIndirectionOperand()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp13542 ExprResult ConvResult = S.UsualUnaryConversions(Op); in CheckIndirectionOperand() local
13543 if (ConvResult.isInvalid()) in CheckIndirectionOperand()
13545 Op = ConvResult.get(); in CheckIndirectionOperand()