HomeSort by: relevance | last modified time | path
    Searched refs:getAtomicType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 308 addImplicitTypedef("atomic_int", Context.getAtomicType(Context.IntTy));
310 Context.getAtomicType(Context.UnsignedIntTy));
312 Context.getAtomicType(Context.FloatTy));
315 addImplicitTypedef("atomic_flag", Context.getAtomicType(Context.IntTy));
331 auto AtomicSizeT = Context.getAtomicType(Context.getSizeType());
332 auto AtomicIntPtrT = Context.getAtomicType(Context.getIntPtrType());
333 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType());
335 Context.getAtomicType(Context.getPointerDiffType());
352 auto AtomicDoubleT = Context.getAtomicType(Context.DoubleTy);
356 auto AtomicLongT = Context.getAtomicType(Context.LongTy)
    [all...]
SemaType.cpp 9045 return Context.getAtomicType(T);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp 133 QualType getAtomicType() const { return AtomicTy; }
1617 LValue Dest = CGF.MakeAddrLValue(getAtomicAddress(), getAtomicType());
1619 getAtomicType());
1622 CGF.EmitAggregateCopy(Dest, Src, getAtomicType(),
1653 LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1264 QualType getAtomicType(QualType T) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3551 result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
5570 /// getAtomicType - Return the uniqued reference to the atomic type for
5572 QualType ASTContext::getAtomicType(QualType T) const {
5586 Canonical = getAtomicType(getCanonicalType(T));
9811 return getAtomicType(ResultType);
Type.cpp 1240 return Ctx.getAtomicType(valueType);
ASTImporter.cpp 1022 return Importer.getToContext().getAtomicType(*UnderlyingTypeOrErr);

Completed in 111 milliseconds