OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuildUnaryOp
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmtAsm.cpp
662
Actions.
BuildUnaryOp
(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp
940
return S.
BuildUnaryOp
(Sc, opcLoc, opcode, result.get());
SemaOpenMP.cpp
5279
Actions.
BuildUnaryOp
(nullptr, {}, UO_Minus, BuildVarRef(NewStep)));
5313
AssertSuccess(Actions.
BuildUnaryOp
(nullptr, {}, UO_PreInc, Range));
5320
AssertSuccess(Actions.
BuildUnaryOp
(nullptr, {}, UO_Minus, Divisor));
5406
AssertSuccess(Actions.
BuildUnaryOp
(nullptr, {}, UO_Deref, Advanced));
5529
AssertSuccess(
BuildUnaryOp
(nullptr, {}, UO_Minus, IncBin->getRHS()));
5547
BuildUnaryOp
(nullptr, {}, UO_Minus, CondCXXOp->getArg(1)));
12700
BuildUnaryOp
(CurScope, LoopHelper.Inc->getExprLoc(), UO_PreInc, TileIV);
SemaExpr.cpp
4601
return
BuildUnaryOp
(S, OpLoc, Opc, Input);
14907
ExprResult Sema::
BuildUnaryOp
(Scope *S, SourceLocation OpLoc,
14953
return
BuildUnaryOp
(S, OpLoc, ConvertTokenKindToUnaryOpcode(Op), Input);
18171
return S.
BuildUnaryOp
(nullptr, UO->getOperatorLoc(), UO_Extension,
SemaStmt.cpp
2670
AdjustedRange = SemaRef.
BuildUnaryOp
(S, RangeLoc, UO_Deref, Range);
TreeTransform.h
2466
return getSema().
BuildUnaryOp
(/*Scope=*/nullptr, OpLoc, Opc, SubExpr);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
5220
ExprResult
BuildUnaryOp
(Scope *S, SourceLocation OpLoc,
Completed in 103 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026