HomeSort by: relevance | last modified time | path
    Searched defs:LongTy (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp 1055 const QualType LongTy = ACtx.LongTy;
1080 const RangeInt LongMax = BVF.getMaxValue(LongTy).getLimitedValue();
1440 "a64l", Signature(ArgTypes{ConstCharPtrTy}, RetType{LongTy}),
1445 Signature(ArgTypes{LongTy}, RetType{CharPtrTy}),
1863 Signature(ArgTypes{IntTy, IntTy}, RetType{LongTy}),
1870 "pathconf", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{LongTy}),
1888 "seekdir", Signature(ArgTypes{DirPtrTy, LongTy}, RetType{VoidTy}),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1010 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 146 llvm::IntegerType *LongTy;
1720 metaclassFields.addInt(LongTy, 0);
1723 metaclassFields.addInt(LongTy, 1);
1727 metaclassFields.addInt(LongTy, 0);
1758 metaclassFields.addInt(LongTy, 0);
1800 classFields.addInt(LongTy, 0);
1803 classFields.addInt(LongTy, 0);
1809 classFields.addInt(LongTy,
1936 classFields.addInt(LongTy, 0);
2093 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false
    [all...]
CGObjCMac.cpp 175 llvm::IntegerType *ShortTy, *IntTy, *LongTy;
413 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
3245 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count);
3636 values.addInt(ObjCTypes.LongTy, 0);
3637 values.addInt(ObjCTypes.LongTy, Flags);
3638 values.addInt(ObjCTypes.LongTy, Size.getQuantity());
3697 values.addInt(ObjCTypes.LongTy, 0);
3698 values.addInt(ObjCTypes.LongTy, Flags);
3699 values.addInt(ObjCTypes.LongTy, Size);
5100 CGM.getTypes().ConvertType(CGM.getContext().LongTy),
    [all...]

Completed in 29 milliseconds