Searched refs:CheckIndirectionOperand (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 10559 static QualType CheckIndirectionOperand(Sema &S, Expr *Op, ExprValueKind &VK, in CheckIndirectionOperand() function 10588 return CheckIndirectionOperand(S, PR.get(), VK, OpLoc); in CheckIndirectionOperand() 11341 resultType = CheckIndirectionOperand(*this, Input.get(), VK, OpLoc); in CreateBuiltinUnaryOp()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 13537 static QualType CheckIndirectionOperand(Sema &S, Expr *Op, ExprValueKind &VK, in CheckIndirectionOperand() function 13566 return CheckIndirectionOperand(S, PR.get(), VK, OpLoc); in CheckIndirectionOperand() 14570 resultType = CheckIndirectionOperand(*this, Input.get(), VK, OpLoc); in CreateBuiltinUnaryOp()
|