Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAtomicType

227       addImplicitTypedef("atomic_int", Context.getAtomicType(Context.IntTy));
229 Context.getAtomicType(Context.UnsignedIntTy));
230 addImplicitTypedef("atomic_long", Context.getAtomicType(Context.LongTy));
232 Context.getAtomicType(Context.UnsignedLongTy));
234 Context.getAtomicType(Context.FloatTy));
236 Context.getAtomicType(Context.DoubleTy));
239 addImplicitTypedef("atomic_flag", Context.getAtomicType(Context.IntTy));
241 Context.getAtomicType(Context.getIntPtrType()));
243 Context.getAtomicType(Context.getUIntPtrType()));
245 Context.getAtomicType(Context.getSizeType()));
247 Context.getAtomicType(Context.getPointerDiffType()));