Searched refs:LongTy (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp774 const QualType LongTy = ACtx.LongTy; local
808 const RangeInt LongMax = BVF.getMaxValue(LongTy).getLimitedValue();
1125 addToFunctionSummaryMap("read", {Read(IntTy, IntMax), Read(LongTy, LongMax),
1127 addToFunctionSummaryMap("write", {Read(IntTy, IntMax), Read(LongTy, LongMax),
1134 {Getline(IntTy, IntMax), Getline(LongTy, LongMax),
1137 {Getline(IntTy, IntMax), Getline(LongTy, LongMax),
1144 "a64l", Summary(ArgTypes{ConstCharPtrTy}, RetType{LongTy}, NoEvalCall)
1149 "l64a", Summary(ArgTypes{LongTy}, RetType{CharPtrTy}, NoEvalCall)
1522 Summary(ArgTypes{IntTy, IntTy}, RetType{LongTy}, NoEvalCal
[all...]
H A DIterator.cpp218 auto Sym = SymMgr.conjureSymbol(S, LCtx, ACtx.LongTy, blockCount);
H A DContainerModeling.cpp272 State = createContainerBegin(State, ContReg, CE, C.getASTContext().LongTy,
294 State = createContainerEnd(State, ContReg, CE, C.getASTContext().LongTy,
339 C.getASTContext().LongTy, C.blockCount());
H A DBasicObjCFoundationChecks.cpp387 case kCFNumberLongType: T = Ctx.LongTy; break;
H A DIteratorModeling.cpp450 C.getASTContext().LongTy, C.blockCount());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp156 llvm::IntegerType *LongTy; member in class:__anon1739::CGObjCGNU
1721 metaclassFields.addInt(LongTy, 0);
1724 metaclassFields.addInt(LongTy, 1);
1728 metaclassFields.addInt(LongTy, 0);
1759 metaclassFields.addInt(LongTy, 0);
1801 classFields.addInt(LongTy, 0);
1804 classFields.addInt(LongTy, 0);
1810 classFields.addInt(LongTy,
1935 classFields.addInt(LongTy, 0);
2092 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, fals
[all...]
H A DCGObjCMac.cpp173 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in class:__anon1740::ObjCCommonTypesHelper
411 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
3227 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count);
3618 values.addInt(ObjCTypes.LongTy, 0);
3619 values.addInt(ObjCTypes.LongTy, Flags);
3620 values.addInt(ObjCTypes.LongTy, Size.getQuantity());
3679 values.addInt(ObjCTypes.LongTy, 0);
3680 values.addInt(ObjCTypes.LongTy, Flags);
3681 values.addInt(ObjCTypes.LongTy, Size);
5084 CGM.getTypes().ConvertType(CGM.getContext().LongTy),
5918 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy), LongTy, local
5979 llvm::PointerType::getUnqual(ClassTy), Int8PtrTy, LongTy, local
5980 LongTy, LongTy, IvarListPtrTy, MethodListPtrTy, CachePtrTy, local
[all...]
H A DCodeGenTBAA.cpp138 return getTypeInfo(Context.LongTy);
H A DCGException.cpp1938 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy;
1968 R = Builder.CreateIntCast(R, ConvertType(getContext().LongTy),
H A DItaniumCXXABI.cpp3842 QualType OffsetFlagsTy = CGM.getContext().LongTy;
3979 getContext().UnsignedIntTy, getContext().LongTy,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp244 return ArgType::PtrTo(Ctx.LongTy);
382 return ArgType::PtrTo(Ctx.LongTy);
H A DPrintfFormatString.cpp518 case LengthModifier::AsLong: return Ctx.LongTy;
603 return ArgType::PtrTo(Ctx.LongTy);
H A DFormatString.cpp406 return T == C.LongTy ? Match : NoMatch;
H A DASTContext.cpp1282 InitBuiltinType(LongTy, BuiltinType::Long);
6189 return 5 + (getIntWidth(LongTy) << 3);
6279 QualType PromoteTypes[] = { IntTy, UnsignedIntTy, LongTy, UnsignedLongTy,
6426 Fields[Count++] = { LongTy, "length" };
6682 return LongTy;
8040 FieldTypes[0] = Context->LongTy;
8044 FieldTypes[1] = Context->LongTy;
8376 case TargetInfo::SignedLong: return LongTy;
10059 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp521 UnaryOperator::Create(C, M.makeIntegerLiteral(0, C.LongTy), UO_Not,
522 C.LongTy, VK_RValue, OK_Ordinary, SourceLocation(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp120 if (width == ast.getTypeSize(ast.LongTy))
121 return CompilerType(&clang_ast, ast.LongTy.getAsOpaquePtr());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp832 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongTy))
833 return GetType(ast.LongTy);
1033 QualTypeMatchesBitSize(bit_size, ast, ast.LongTy))
1034 return GetType(ast.LongTy);
1058 if (QualTypeMatchesBitSize(bit_size, ast, ast.LongTy))
1059 return GetType(ast.LongTy);
1925 return ast->LongTy.getAsOpaquePtr();
2214 if (bit_size == ast.getTypeSize(ast.LongTy))
2215 return GetType(ast.LongTy);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp306 auto AtomicLongT = Context.getAtomicType(Context.LongTy);
H A DSemaExpr.cpp3890 Ty = Context.LongTy;
11868 else if (TypeSize == Context.getTypeSize(Context.LongTy))
11869 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
11878 else if (TypeSize == Context.getTypeSize(Context.LongTy))
11879 return Context.getVectorType(Context.LongTy, VTy->getNumElements(),
15436 Ty = Context.LongTy;
H A DSemaDecl.cpp17425 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
18003 BestType = Context.LongTy;
18036 ? Context.UnsignedLongTy : Context.LongTy;
H A DSemaOverload.cpp2154 Context.LongTy, Context.UnsignedLongTy ,
8092 ArithmeticTypes.push_back(S.Context.LongTy);
H A DSemaChecking.cpp2033 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h952 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3017 FieldTypes[3] = Context->LongTy;
H A DRewriteObjC.cpp2572 FieldTypes[3] = Context->LongTy;

Completed in 493 milliseconds

12