OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomicType
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/CodeGen/
CGExprAgg.cpp
589
QualType
atomicType
= E->getSubExpr()->getType();
591
if (isToAtomic) std::swap(
atomicType
, valueType);
593
assert(
atomicType
->isAtomicType());
595
atomicType
->castAs<
AtomicType
>()->getValueType()));
599
if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(
atomicType
)) {
618
if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(
atomicType
)) {
622
CGF.EmitNullInitialization(Dest.getAddr(),
atomicType
);
643
CGF.CreateAggTemp(
atomicType
, "atomic-to-nonatomic.temp");
[
all
...]
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
214
REGISTER_MATCHER(
atomicType
);
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
[
all
...]
Completed in 674 milliseconds