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

  /external/clang/lib/Sema/
Sema.cpp 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()))
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 132 QualType getAtomicType() const { return AtomicTy; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Type.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 193 milliseconds