Home
last modified time | relevance | path

Searched refs:LongTy (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DTypePromotionInMathFnCheck.cpp50 constexpr BuiltinType::Kind LongTy = BuiltinType::Long; in registerMatchers() local
138 hasBuiltinTyParam(1, LongTy))), in registerMatchers()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp146 llvm::IntegerType *LongTy; member in __anon75da02000111::CGObjCGNU
1716 metaclassFields.addInt(LongTy, 0); in GenerateClass()
1719 metaclassFields.addInt(LongTy, 1); in GenerateClass()
1723 metaclassFields.addInt(LongTy, 0); in GenerateClass()
1754 metaclassFields.addInt(LongTy, 0); in GenerateClass()
1796 classFields.addInt(LongTy, 0); in GenerateClass()
1799 classFields.addInt(LongTy, 0); in GenerateClass()
1805 classFields.addInt(LongTy, in GenerateClass()
1932 classFields.addInt(LongTy, 0); in GenerateClass()
2089 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false, in GetClassNamed()
[all …]
DCGObjCMac.cpp175 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in __anon7106c9870111::ObjCCommonTypesHelper
413 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy }; in GcMemmoveCollectableFn()
3223 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count); in EmitProtocolList()
3614 values.addInt(ObjCTypes.LongTy, 0); in GenerateClass()
3615 values.addInt(ObjCTypes.LongTy, Flags); in GenerateClass()
3616 values.addInt(ObjCTypes.LongTy, Size.getQuantity()); in GenerateClass()
3675 values.addInt(ObjCTypes.LongTy, 0); in EmitMetaClass()
3676 values.addInt(ObjCTypes.LongTy, Flags); in EmitMetaClass()
3677 values.addInt(ObjCTypes.LongTy, Size); in EmitMetaClass()
5078 CGM.getTypes().ConvertType(CGM.getContext().LongTy), in EmitIvarOffset()
[all …]
DCodeGenTBAA.cpp138 return getTypeInfo(Context.LongTy); in getTypeInfoHelper()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp142 llvm::IntegerType *LongTy; member in __anon13748a720111::CGObjCGNU
880 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false, in GetClassNamed()
913 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false, in EmitClassRef()
943 LongTy = cast<llvm::IntegerType>( in CGObjCGNU()
944 Types.ConvertType(CGM.getContext().LongTy)); in CGObjCGNU()
955 Zeros[0] = llvm::ConstantInt::get(LongTy, 0); in CGObjCGNU()
1633 LongTy, // version in GenerateClassStructure()
1634 LongTy, // info in GenerateClassStructure()
1635 LongTy, // instance_size in GenerateClassStructure()
1645 LongTy, // abi_version in GenerateClassStructure()
[all …]
DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in __anon0ea151f90111::ObjCCommonTypesHelper
311 Params.push_back(Ctx.LongTy); in getCopyStructFn()
413 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy }; in GcMemmoveCollectableFn()
2891 Values[1] = llvm::ConstantInt::get(ObjCTypes.LongTy, in EmitProtocolList()
3321 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0); in GenerateClass()
3322 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags); in GenerateClass()
3323 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Size.getQuantity()); in GenerateClass()
3385 Values[ 3] = llvm::ConstantInt::get(ObjCTypes.LongTy, 0); in EmitMetaClass()
3386 Values[ 4] = llvm::ConstantInt::get(ObjCTypes.LongTy, Flags); in EmitMetaClass()
3387 Values[ 5] = llvm::ConstantInt::get(ObjCTypes.LongTy, Size); in EmitMetaClass()
[all …]
DCodeGenTBAA.cpp127 return getTBAAInfo(Context.LongTy); in getTBAAInfo()
DCGException.cpp1655 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy; in startOutlinedSEHHelper()
1696 R = Builder.CreateIntCast(R, ConvertType(getContext().LongTy), in GenerateSEHFilterFunction()
/external/llvm-project/clang/lib/AST/
DScanfFormatString.cpp244 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
382 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
DPrintfFormatString.cpp518 case LengthModifier::AsLong: return Ctx.LongTy; in getScalarArgType()
603 return ArgType::PtrTo(Ctx.LongTy); in getScalarArgType()
DFormatString.cpp406 return T == C.LongTy ? Match : NoMatch; in matchesType()
/external/clang/lib/Analysis/
DScanfFormatString.cpp245 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
378 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
DPrintfFormatString.cpp422 case LengthModifier::AsLong: return Ctx.LongTy; in getArgType()
495 return ArgType::PtrTo(Ctx.LongTy); in getArgType()
DFormatString.cpp358 return T == C.LongTy ? Match : NoMatch; in matchesType()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DStdLibraryFunctionsChecker.cpp930 const QualType LongTy = ACtx.LongTy; in initFunctionSummaries() local
955 const RangeInt LongMax = BVF.getMaxValue(LongTy).getLimitedValue(); in initFunctionSummaries()
1315 "a64l", Signature(ArgTypes{ConstCharPtrTy}, RetType{LongTy}), in initFunctionSummaries()
1320 Signature(ArgTypes{LongTy}, RetType{CharPtrTy}), in initFunctionSummaries()
1738 Signature(ArgTypes{IntTy, IntTy}, RetType{LongTy}), in initFunctionSummaries()
1745 "pathconf", Signature(ArgTypes{ConstCharPtrTy, IntTy}, RetType{LongTy}), in initFunctionSummaries()
1763 "seekdir", Signature(ArgTypes{DirPtrTy, LongTy}, RetType{VoidTy}), in initFunctionSummaries()
DContainerModeling.cpp272 State = createContainerBegin(State, ContReg, CE, C.getASTContext().LongTy, in handleBegin()
294 State = createContainerEnd(State, ContReg, CE, C.getASTContext().LongTy, in handleEnd()
339 C.getASTContext().LongTy, C.blockCount()); in handleAssignment()
DIterator.cpp218 auto Sym = SymMgr.conjureSymbol(S, LCtx, ACtx.LongTy, blockCount); in createIteratorPosition()
DIteratorModeling.cpp475 C.getASTContext().LongTy, C.blockCount()); in handleComparison()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp521 UnaryOperator::Create(C, M.makeIntegerLiteral(0, C.LongTy), UO_Not, in create_dispatch_once()
522 C.LongTy, VK_RValue, OK_Ordinary, SourceLocation(), in create_dispatch_once()
/external/clang/include/clang/AST/
DBuiltinTypes.def114 SIGNED_TYPE(Long, LongTy)
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def116 SIGNED_TYPE(Long, LongTy)
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp120 if (width == ast.getTypeSize(ast.LongTy)) in GetBuiltinTypeForPDBEncodingAndBitSize()
121 return CompilerType(&clang_ast, ast.LongTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp835 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForEncodingAndBitSize()
836 return GetType(ast.LongTy); in GetBuiltinTypeForEncodingAndBitSize()
1036 QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1037 return GetType(ast.LongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1061 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1062 return GetType(ast.LongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1928 return ast->LongTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
2245 if (bit_size == ast.getTypeSize(ast.LongTy)) in GetIntTypeFromBitSize()
2246 return GetType(ast.LongTy); in GetIntTypeFromBitSize()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp75 context.hasSameType(GetBasicQualType(eBasicTypeLong), context.LongTy)); in TEST_F()
/external/clang/lib/AST/
DASTContext.cpp1009 InitBuiltinType(LongTy, BuiltinType::Long); in InitBuiltinTypes()
4709 return 5 + (getIntWidth(LongTy) << 3); in getIntegerRank()
4790 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy, in getPromotedIntegerType()
4907 FieldTypes[3] = LongTy; in getCFConstantStringDecl()
6431 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
6435 FieldTypes[1] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
6702 case TargetInfo::SignedLong: return LongTy; in getFromTargetType()
8179 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; in DecodeTypeFromStr()

123