Home
last modified time | relevance | path

Searched refs:CreateBuiltinUnaryOp (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp354 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp95 ExprResult AddrOfE = S.CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, E); in VisitReferenceType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp502 ThisExpr = CreateBuiltinUnaryOp(Loc, UO_Deref, ThisExpr.get()); in buildCoroutinePromise()
1362 ThisExpr = S.CreateBuiltinUnaryOp(Loc, UO_Deref, ThisExpr.get()); in collectPlacementArgs()
H A DSemaLambda.cpp1941 Init = CreateBuiltinUnaryOp(Loc, UO_Deref, This); in BuildCaptureInit()
H A DSemaOpenMP.cpp4443 S.CreateBuiltinUnaryOp(CaptureExpr->getExprLoc(), UO_AddrOf, Init); in buildCaptureDecl()
4487 Res = S.CreateBuiltinUnaryOp(CaptureExpr->getExprLoc(), UO_Deref, Ref); in buildCapture()
7387 ER = SemaRef.CreateBuiltinUnaryOp(VariantRef->getBeginLoc(), UO_AddrOf, in checkOpenMPDeclareVariantFunction()
8005 SemaRef.CreateBuiltinUnaryOp(NewStep->getExprLoc(), UO_Minus, NewStep) in setStep()
17703 Res = SemaRef.CreateBuiltinUnaryOp(Loc, UO_Deref, Res.get()); in getOpenMPCapturedExpr()
19386 ExprResult LHS = S.CreateBuiltinUnaryOp(ELoc, UO_AddrOf, LHSDRE); in actOnOMPReductionKindClause()
19387 ExprResult RHS = S.CreateBuiltinUnaryOp(ELoc, UO_AddrOf, RHSDRE); in actOnOMPReductionKindClause()
20626 Res = SemaRef.CreateBuiltinUnaryOp(ELoc, UO_AddrOf, in ActOnOpenMPDependClause()
24085 Res = SemaRef.CreateBuiltinUnaryOp(ELoc, UO_AddrOf, SimpleExpr); in ActOnOpenMPAffinityClause()
24659 St1 = SemaRef.CreateBuiltinUnaryOp(D.AssignmentLoc, UO_Minus, in ActOnOMPIteratorExpr()
[all …]
H A DSemaDeclCXX.cpp1081 return S.CreateBuiltinUnaryOp(Loc, I ? UO_Imag : UO_Real, Base); in checkComplexDecomposition()
8612 LHS = S.CreateBuiltinUnaryOp(Loc, UO_Deref, LHS.get()); in getCompleteObject()
8654 ExprResult NotCond = S.CreateBuiltinUnaryOp(Loc, UO_LNot, Cond.get()); in buildIfNotCondReturnFalse()
8706 ExprResult Inc = S.CreateBuiltinUnaryOp(Loc, UO_PreInc, IterRef()); in visitSubobjectArray()
14672 S.CreateBuiltinUnaryOp(Loc, UO_Deref, Builder.build(S, Loc)).get()); in build()
16144 Expr *DerefThis =CreateBuiltinUnaryOp(CurrentLocation, UO_Deref, This).get(); in DefineImplicitLambdaToBlockPointerConversion()
H A DSemaExpr.cpp15643 ExprResult Sema::CreateBuiltinUnaryOp(SourceLocation OpLoc, in CreateBuiltinUnaryOp() function in Sema
15935 return CreateBuiltinUnaryOp(OpLoc, Opc, Input); in BuildUnaryOp()
15943 return CreateBuiltinUnaryOp(OpLoc, Opc, Input); in BuildUnaryOp()
15963 return CreateBuiltinUnaryOp(OpLoc, Opc, Input, IsAfterAmp); in BuildUnaryOp()
H A DSemaOverload.cpp15166 return CreateBuiltinUnaryOp(OpLoc, Opc, Input); in CreateOverloadedUnaryOp()
15548 R = CreateBuiltinUnaryOp(OpLoc, UO_LNot, R.get()); in CreateOverloadedBinOp()
17008 return CreateBuiltinUnaryOp(UnOp->getOperatorLoc(), UO_AddrOf, in FixOverloadedFunctionReference()
H A DSemaTemplate.cpp7750 RefExpr = CreateBuiltinUnaryOp(Loc, UO_AddrOf, RefExpr.get()); in BuildExpressionFromDeclTemplateArgument()
H A DTreeTransform.h17529 return getSema().CreateBuiltinUnaryOp(OpLoc, Opc, First); in RebuildCXXOperatorCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7264 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5391 …4SourceLocationENS_17UnaryOperatorKindEPNS_4ExprE", "clang::Sema::CreateBuiltinUnaryOp(clang::Sour…