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

  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 149 llvm::IntegerType *LongTy;
    [all...]
CGObjCMac.cpp 175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
318 Params.push_back(Ctx.LongTy);
412 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
    [all...]
CodeGenTBAA.cpp 123 return getTBAAInfo(Context.LongTy);
ItaniumCXXABI.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 240 return ArgType::PtrTo(Ctx.LongTy);
363 return ArgType::PtrTo(Ctx.LongTy);
PrintfFormatString.cpp 287 case LengthModifier::AsLong: return Ctx.LongTy;
358 return ArgType::PtrTo(Ctx.LongTy);
FormatString.cpp 323 return T == C.LongTy;
  /external/lldb/source/Symbol/
ClangASTContext.cpp 577 if (QualTypeMatchesBitSize (bit_size, ast, ast->LongTy))
578 return ClangASTType (ast, ast->LongTy.getAsOpaquePtr());
746 clang_type = ast->LongTy.getAsOpaquePtr();
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 453 return ast_ctx.LongTy;
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 390 case kCFNumberLongType: T = Ctx.LongTy; break;
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 534 QT == C.LongTy ||
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 398 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaType.cpp 817 case DeclSpec::TSW_long: Result = Context.LongTy; break;
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 509 milliseconds