HomeSort by relevance Sort by last modified time
    Searched refs:AtomicType (Results 26 - 41 of 41) sorted by null

12

  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h 120 mutable llvm::FoldingSet<AtomicType> AtomicTypes;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp 630 if (const AtomicType *Atomic = T->getAs<AtomicType>()) {
    [all...]
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 606 QualType atomicType = E->getSubExpr()->getType();
608 if (isToAtomic) std::swap(atomicType, valueType);
610 assert(atomicType->isAtomicType());
612 atomicType->castAs<AtomicType>()->getValueType()));
616 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
635 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
639 CGF.EmitNullInitialization(Dest.getAddr(), atomicType);
660 CGF.CreateAggTemp(atomicType, "atomic-to-nonatomic.temp");
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
ASTImporter.cpp     [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 424 ASTTypeWriter::VisitAtomicType(const AtomicType *T) {
    [all...]

Completed in 1532 milliseconds

12