OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitAtomicStore
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp
1647
// Aggregate r-values are already in memory, and
EmitAtomicStore
1979
void CodeGenFunction::
EmitAtomicStore
(RValue rvalue, LValue lvalue,
1989
return
EmitAtomicStore
(rvalue, lvalue, AO, IsVolatile, isInit);
1997
void CodeGenFunction::
EmitAtomicStore
(RValue rvalue, LValue dest,
CGExprAgg.cpp
1182
CGF.
EmitAtomicStore
(Dest.asRValue(), LHS, /*isInit*/ false);
1203
CGF.
EmitAtomicStore
(Dest.asRValue(), LHS, /*isInit*/ false);
CGExprComplex.cpp
379
return CGF.
EmitAtomicStore
(RValue::getComplex(Val), lvalue, isInit);
CodeGenFunction.h
3726
void
EmitAtomicStore
(RValue rvalue, LValue lvalue, bool isInit);
3728
void
EmitAtomicStore
(RValue rvalue, LValue lvalue, llvm::AtomicOrdering AO,
CGExpr.cpp
1855
EmitAtomicStore
(RValue::get(Value), AtomicLValue, isInit);
CGStmtOpenMP.cpp
5359
CGF.
EmitAtomicStore
(RVal, LVal, AO, LVal.isVolatile(), /*isInit=*/false);
CGOpenMPRuntime.cpp
12506
CGF.
EmitAtomicStore
(RValue::get(llvm::ConstantInt::get(
Completed in 188 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026