Home
last modified time | relevance | path

Searched refs:BuildUnaryOp (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp662 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get(); in ParseMicrosoftAsmStatement()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp945 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get()); in buildIncDecOperation()
H A DSemaOpenMP.cpp5688 Actions.BuildUnaryOp(nullptr, {}, UO_Minus, BuildVarRef(NewStep))); in buildDistanceFunc()
5734 AssertSuccess(Actions.BuildUnaryOp(nullptr, {}, UO_Minus, Divisor)); in buildDistanceFunc()
5824 AssertSuccess(Actions.BuildUnaryOp(nullptr, {}, UO_Deref, Advanced)); in buildLoopVarFunc()
5947 AssertSuccess(BuildUnaryOp(nullptr, {}, UO_Minus, IncBin->getRHS())); in ActOnOpenMPCanonicalLoop()
5965 BuildUnaryOp(nullptr, {}, UO_Minus, CondCXXOp->getArg(1))); in ActOnOpenMPCanonicalLoop()
15102 BuildUnaryOp(CurScope, LoopHelper.Inc->getExprLoc(), UO_PreInc, TileIV); in ActOnOpenMPTileDirective()
15388 ExprResult InnerIncr = BuildUnaryOp(CurScope, LoopHelper.Inc->getExprLoc(), in ActOnOpenMPUnrollDirective()
H A DSemaStmt.cpp2728 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range); in RebuildForRangeWithDereference()
H A DSemaExpr.cpp5002 return BuildUnaryOp(S, OpLoc, Opc, Input); in ActOnPostfixUnaryOp()
16560 ExprResult Sema::BuildUnaryOp(Scope *S, SourceLocation OpLoc, in BuildUnaryOp() function in Sema
16607 return BuildUnaryOp(S, OpLoc, ConvertTokenKindToUnaryOpcode(Op), Input, in ActOnUnaryOp()
20267 return S.BuildUnaryOp(nullptr, UO->getOperatorLoc(), UO_Extension, in rebuildPotentialResultsAsNonOdrUsed()
H A DTreeTransform.h2688 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr); in RebuildUnaryOperator()
H A DSemaChecking.cpp672 S.BuildUnaryOp(nullptr, Loc, UO_AddrOf, Field.get()); in dumpRecordValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5834 ExprResult BuildUnaryOp(Scope *S, SourceLocation OpLoc, UnaryOperatorKind Opc,