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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 129 return getTBAAInfo(Context.LongTy);
CGObjCGNU.cpp 154 llvm::IntegerType *LongTy;
646 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
674 LongTy = cast<llvm::IntegerType>(
675 Types.ConvertType(CGM.getContext().LongTy));
686 Zeros[0] = llvm::ConstantInt::get(LongTy, 0);
    [all...]
CGObjCMac.cpp 161 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
250 Params.push_back(Ctx.LongTy);
322 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
    [all...]
CGRTTI.cpp 844 CGM.getTypes().ConvertType(CGM.getContext().LongTy);
    [all...]
CGObjC.cpp 305 llvm::ConstantInt::get(Types.ConvertType(getContext().LongTy),
307 Args.add(RValue::get(SizeVal), getContext().LongTy);
517 llvm::ConstantInt::get(Types.ConvertType(getContext().LongTy),
519 Args.add(RValue::get(SizeVal), getContext().LongTy);
    [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 244 return T == C.LongTy;
PrintfFormatString.cpp 303 case LengthModifier::AsLong: return Ctx.LongTy;
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 209 case kCFNumberLongType: T = Ctx.LongTy; break;
  /external/clang/include/clang/AST/
ASTContext.h 453 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 374 InitBuiltinType(LongTy, BuiltinType::Long);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaType.cpp 687 case DeclSpec::TSW_long: Result = Context.LongTy; break;
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 230 milliseconds