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

  /external/clang/lib/Analysis/
FormatString.cpp 242 return T == C.UnsignedLongTy;
PrintfFormatString.cpp 319 case LengthModifier::AsLong: return Ctx.UnsignedLongTy;
  /external/clang/lib/CodeGen/
CGBlocks.cpp 62 llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy);
666 llvm::Type *UnsignedLongTy =
667 getTypes().ConvertType(getContext().UnsignedLongTy);
685 UnsignedLongTy, UnsignedLongTy, NULL);
    [all...]
CGObjC.cpp     [all...]
CGRTTI.cpp     [all...]
CGDebugInfo.cpp 501 FType = CGM.getContext().UnsignedLongTy;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 381 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong);
    [all...]
RecordLayoutBuilder.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 454 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaType.cpp 701 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break;
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 61 milliseconds