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

  /external/lldb/source/Symbol/
ClangASTContext.cpp 562 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedLongTy))
563 return ClangASTType (ast, ast->UnsignedLongTy.getAsOpaquePtr());
749 clang_type = ast->UnsignedLongTy.getAsOpaquePtr();
    [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 278 return ArgType::PtrTo(Ctx.UnsignedLongTy);
FormatString.cpp 321 return T == C.UnsignedLongTy;
PrintfFormatString.cpp 320 case LengthModifier::AsLong: return Ctx.UnsignedLongTy;
  /external/clang/lib/CodeGen/
CGBlocks.cpp 80 llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy);
    [all...]
CGObjC.cpp     [all...]
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp 678 FType = CGM.getContext().UnsignedLongTy;
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 466 return ast_ctx.UnsignedLongTy;
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaChecking.cpp 398 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
407 return Context.UnsignedLongTy;
    [all...]
SemaExprObjC.cpp 681 Context.UnsignedLongTy,
    [all...]
SemaOverload.cpp     [all...]
SemaType.cpp 836 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break;
    [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 780 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1080 milliseconds