/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 248 return ArgType::PtrTo(Ctx.LongLongTy); in getArgType() 250 return ArgType::PtrTo(ArgType(Ctx.LongLongTy, "__int64")); in getArgType() 259 return ArgType::PtrTo(Ctx.LongLongTy); in getArgType() 387 return ArgType::PtrTo(Ctx.LongLongTy); in getArgType() 389 return ArgType::PtrTo(ArgType(Ctx.LongLongTy, "__int64")); in getArgType()
|
H A D | PrintfFormatString.cpp | 528 return Ctx.LongLongTy; in getScalarArgType() 540 return Ctx.LongLongTy; in getScalarArgType() 542 return ArgType(Ctx.LongLongTy, "__int64"); in getScalarArgType() 549 ? ArgType(Ctx.LongLongTy, "__int64") in getScalarArgType() 625 return ArgType::PtrTo(Ctx.LongLongTy); in getScalarArgType()
|
H A D | FormatString.cpp | 471 if (T == C.LongLongTy) in matchesType()
|
H A D | ASTContext.cpp | 1244 InitBuiltinType(LongLongTy, BuiltinType::LongLong); in InitBuiltinTypes() 7521 return 6 + (getIntWidth(LongLongTy) << 3); in getIntegerRank() 7632 LongLongTy, UnsignedLongLongTy }; in getPromotedIntegerType() 8032 return LongLongTy; in getNSIntegerType() 9796 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType() 11605 return LongLongTy; in getCorrespondingSignedType() 11812 Type = Unsigned ? Context.UnsignedLongLongTy : Context.LongLongTy; in DecodeTypeFromStr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 163 DefinedSVal V = getSValBuilder().makeIntVal(Val, getASTContext().LongLongTy); in isGreaterOrEqual()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 38 : Context.LongLongTy)) in classifyArgumentType() 60 : getContext().LongLongTy)) in classifyReturnType()
|
H A D | CodeGenTBAA.cpp | 143 return getTypeInfo(Context.LongLongTy); in getTypeInfoHelper()
|
H A D | ItaniumCXXABI.cpp | 4412 OffsetFlagsTy = CGM.getContext().LongLongTy; in BuildVMIClassTypeInfo() 4547 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 295 return ast_ctx.LongLongTy; in BuildType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 178 TheCall->setType(Context.LongLongTy); in BuiltinARMMemoryTaggingCall() 368 : Context.LongLongTy; in getNeonEltType()
|
H A D | SemaExpr.cpp | 892 Context.getTypeSizeInChars(Context.LongLongTy)) { in DefaultArgumentPromotion() 896 : ImpCastExprToType(E, Context.LongLongTy, CK_IntegralCast).get(); in DefaultArgumentPromotion() 897 assert(8 == Context.getTypeSizeInChars(Context.LongLongTy).getQuantity() && in DefaultArgumentPromotion() 4035 Ty = Context.LongLongTy; in ActOnNumericConstant() 12544 assert(TypeSize == Context.getTypeSize(Context.LongLongTy) && in GetSignedVectorType() 12546 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType() 12552 if (TypeSize == Context.getTypeSize(Context.LongLongTy)) in GetSignedVectorType() 12553 return Context.getVectorType(Context.LongLongTy, VTy->getNumElements(), in GetSignedVectorType() 16452 Ty = Context.LongLongTy; in ActOnGNUNullExpr()
|
H A D | SemaType.cpp | 1014 Result = Context.LongLongTy; in ConvertDeclSpecToType() 9680 &S.Context.LongTy, &S.Context.LongLongTy, &S.Context.Int128Ty}; in ChangeIntegralSignedness()
|
H A D | SemaDecl.cpp | 19355 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType() 19950 BestType = Context.LongLongTy; in ActOnEnumBody() 19990 ? Context.UnsignedLongLongTy : Context.LongLongTy; in ActOnEnumBody()
|
H A D | SemaOverload.cpp | 2538 Context.LongLongTy, Context.UnsignedLongLongTy in IsIntegralPromotion() 8820 ArithmeticTypes.push_back(S.Context.LongLongTy); in InitArithmeticTypes()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 119 SIGNED_TYPE(LongLong, LongLongTy)
|
H A D | ASTContext.h | 1127 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 126 if (width == ast.getTypeSize(ast.LongLongTy)) in GetBuiltinTypeForPDBEncodingAndBitSize() 128 ast.LongLongTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 778 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongLongTy)) in GetBuiltinTypeForEncodingAndBitSize() 779 return GetType(ast.LongLongTy); in GetBuiltinTypeForEncodingAndBitSize() 973 QualTypeMatchesBitSize(bit_size, ast, ast.LongLongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 974 return GetType(ast.LongLongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1003 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongLongTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1004 return GetType(ast.LongLongTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2036 return ast->LongLongTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2348 if (bit_size == ast.getTypeSize(ast.LongLongTy)) in GetIntTypeFromBitSize() 2349 return GetType(ast.LongLongTy); in GetIntTypeFromBitSize()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BasicObjCFoundationChecks.cpp | 395 case kCFNumberLongLongType: T = Ctx.LongLongTy; break; in GetCFNumberSize()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7229 T = Context.LongLongTy; in GetType()
|