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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 308 case LengthModifier::AsLong: return Ctx.UnsignedLongTy;
ScanfFormatString.cpp 266 return ArgType::PtrTo(Ctx.UnsignedLongTy);
FormatString.cpp 300 return T == C.UnsignedLongTy;
  /external/clang/lib/CodeGen/
CGBlocks.cpp 78 llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy);
    [all...]
CGObjC.cpp     [all...]
CGRTTI.cpp     [all...]
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp 687 FType = CGM.getContext().UnsignedLongTy;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 834 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong);
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp 666 Context.UnsignedLongTy,
    [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaType.cpp 836 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break;
    [all...]
SemaDeclAttr.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 748 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 335 milliseconds