OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LValueIsSuitableForInlineAtomic
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp
229
if (LV.getType()->isAtomicType() || CGF.
LValueIsSuitableForInlineAtomic
(LV)) {
1181
CGF.
LValueIsSuitableForInlineAtomic
(LHS)) {
1200
CGF.
LValueIsSuitableForInlineAtomic
(LHS)) {
CGExprComplex.cpp
378
(!isInit && CGF.
LValueIsSuitableForInlineAtomic
(lvalue)))
CGAtomic.cpp
1542
bool CodeGenFunction::
LValueIsSuitableForInlineAtomic
(LValue LV) {
CGExpr.cpp
1741
if (Ty->isAtomicType() ||
LValueIsSuitableForInlineAtomic
(AtomicLValue)) {
1854
(!isInit &&
LValueIsSuitableForInlineAtomic
(AtomicLValue))) {
CodeGenFunction.h
3717
bool
LValueIsSuitableForInlineAtomic
(LValue Src);
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026