OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPostfixUpdate
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h
1035
/// \param
IsPostfixUpdate
true if original value of 'x' must be stored in
1044
bool
IsPostfixUpdate
, bool IsXLHSInRHSPart);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
2747
bool
IsPostfixUpdate
= false;
2793
/// \param
IsPostfixUpdate
true if original value of 'x' must be stored in
2798
Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool
IsPostfixUpdate
);
2827
bool
isPostfixUpdate
() const { return
IsPostfixUpdate
; }
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
773
Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool
IsPostfixUpdate
) {
781
Dir->
IsPostfixUpdate
=
IsPostfixUpdate
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
5633
bool
IsPostfixUpdate
, const Expr *V,
5661
IsPostfixUpdate
](RValue XRValue) {
5665
NewVVal =
IsPostfixUpdate
? XRValue : Res;
5673
if (
IsPostfixUpdate
) {
5700
NewVVal =
IsPostfixUpdate
? Res.second : ExprRValue;
5736
llvm::AtomicOrdering AO, bool
IsPostfixUpdate
,
5752
emitOMPAtomicCaptureExpr(CGF, AO,
IsPostfixUpdate
, V, X, E, UE,
5889
emitOMPAtomicExpr(*this, Kind, AO, S.
isPostfixUpdate
(), S.getX(), S.getV(),
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
2537
bool UpdateExpr, bool
IsPostfixUpdate
, bool IsXLHSInRHSPart) {
2557
Value *CapturedVal = (
IsPostfixUpdate
? Result.first : Result.second);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
10423
bool
IsPostfixUpdate
;
10428
IsXLHSInRHSPart(false), Op(BO_PtrMemD),
IsPostfixUpdate
(false) {}
10451
bool
isPostfixUpdate
() const { return
IsPostfixUpdate
; }
10562
IsPostfixUpdate
= AtomicUnaryOp->isPostfix();
10700
bool
IsPostfixUpdate
= false;
10903
IsPostfixUpdate
= Checker.
isPostfixUpdate
();
10975
IsPostfixUpdate
= true;
11005
IsPostfixUpdate
= false
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2424
D->
IsPostfixUpdate
= Record.readBool();
Completed in 55 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026