Home
last modified time | relevance | path

Searched refs:LongLongTy (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp248 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 DPrintfFormatString.cpp528 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 DFormatString.cpp471 if (T == C.LongLongTy) in matchesType()
H A DASTContext.cpp1244 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 DCheckerContext.cpp163 DefinedSVal V = getSValBuilder().makeIntVal(Val, getASTContext().LongLongTy); in isGreaterOrEqual()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp38 : Context.LongLongTy)) in classifyArgumentType()
60 : getContext().LongLongTy)) in classifyReturnType()
H A DCodeGenTBAA.cpp143 return getTypeInfo(Context.LongLongTy); in getTypeInfoHelper()
H A DItaniumCXXABI.cpp4412 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 DAppleObjCTypeEncodingParser.cpp295 return ast_ctx.LongLongTy; in BuildType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp178 TheCall->setType(Context.LongLongTy); in BuiltinARMMemoryTaggingCall()
368 : Context.LongLongTy; in getNeonEltType()
H A DSemaExpr.cpp892 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 DSemaType.cpp1014 Result = Context.LongLongTy; in ConvertDeclSpecToType()
9680 &S.Context.LongTy, &S.Context.LongLongTy, &S.Context.Int128Ty}; in ChangeIntegralSignedness()
H A DSemaDecl.cpp19355 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 DSemaOverload.cpp2538 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 DBuiltinTypes.def119 SIGNED_TYPE(LongLong, LongLongTy)
H A DASTContext.h1127 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp126 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 DTypeSystemClang.cpp778 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 DBasicObjCFoundationChecks.cpp395 case kCFNumberLongLongType: T = Ctx.LongLongTy; break; in GetCFNumberSize()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7229 T = Context.LongLongTy; in GetType()