HomeSort by relevance Sort by last modified time
    Searched refs:AtomicTy (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGAtomic.cpp 30 QualType AtomicTy;
43 AtomicTy = lvalue.getType();
44 ValueTy = AtomicTy->castAs<AtomicType>()->getValueType();
53 std::tie(AtomicSizeInBits, atomicAlignInBits) = C.getTypeInfo(AtomicTy);
68 QualType getAtomicType() const { return AtomicTy; }
478 QualType AtomicTy = E->getPtr()->getType()->getPointeeType();
479 QualType MemTy = AtomicTy;
480 if (const AtomicType *AT = AtomicTy->getAs<AtomicType>())
482 CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy);
484 CharUnits alignChars = getContext().getTypeAlignInChars(AtomicTy);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 135 milliseconds