Searched refs:BuildUnaryOp (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 662 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get(); in ParseMicrosoftAsmStatement()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 948 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get()); in buildIncDecOperation()
|
H A D | SemaOpenMP.cpp | 5462 Actions.BuildUnaryOp(nullptr, {}, UO_Minus, BuildVarRef(NewStep))); in buildDistanceFunc() 5508 AssertSuccess(Actions.BuildUnaryOp(nullptr, {}, UO_Minus, Divisor)); in buildDistanceFunc() 5598 AssertSuccess(Actions.BuildUnaryOp(nullptr, {}, UO_Deref, Advanced)); in buildLoopVarFunc() 5721 SemaRef.BuildUnaryOp(nullptr, {}, UO_Minus, IncBin->getRHS())); in ActOnOpenMPCanonicalLoop() 5739 SemaRef.BuildUnaryOp(nullptr, {}, UO_Minus, CondCXXOp->getArg(1))); in ActOnOpenMPCanonicalLoop() 14310 ExprResult IncrStmt = SemaRef.BuildUnaryOp( in ActOnOpenMPTileDirective() 14605 ExprResult InnerIncr = SemaRef.BuildUnaryOp( in ActOnOpenMPUnrollDirective() 14815 ExprResult Incr = SemaRef.BuildUnaryOp(CurScope, LoopHelper.Inc->getExprLoc(), in ActOnOpenMPReverseDirective() 14993 ExprResult IncrStmt = SemaRef.BuildUnaryOp( in ActOnOpenMPInterchangeDirective()
|
H A D | SemaStmt.cpp | 2571 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range); in RebuildForRangeWithDereference()
|
H A D | SemaExpr.cpp | 4741 return BuildUnaryOp(S, OpLoc, Opc, Input); in ActOnPostfixUnaryOp() 15556 ExprResult Sema::BuildUnaryOp(Scope *S, SourceLocation OpLoc, in BuildUnaryOp() function in Sema 15602 return BuildUnaryOp(S, OpLoc, ConvertTokenKindToUnaryOpcode(Op), Input, in ActOnUnaryOp() 19262 return S.BuildUnaryOp(nullptr, UO->getOperatorLoc(), UO_Extension, in rebuildPotentialResultsAsNonOdrUsed()
|
H A D | SemaChecking.cpp | 701 S.BuildUnaryOp(nullptr, Loc, UO_AddrOf, Field.get()); in dumpRecordValue()
|
H A D | TreeTransform.h | 2715 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr); in RebuildUnaryOperator()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6843 ExprResult BuildUnaryOp(Scope *S, SourceLocation OpLoc, UnaryOperatorKind Opc,
|