/llvm-project/libcxx/test/std/containers/views/mdspan/ |
H A D | ConvertibleToIntegral.h | 12 struct IntType { struct 14 constexpr IntType() = default; argument 15 constexpr IntType(int v) noexcept : val(v) {} in IntType() function
|
/llvm-project/libc/test/src/stdlib/ |
H A D | DivTest.h | 35 #define LIST_DIV_TESTS(IntType, ReturnType, func) \ argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | IntegerDivisionCheck.cpp | 18 const auto IntType = hasType(isInteger()); in registerMatchers() local
|
/llvm-project/flang/runtime/ |
H A D | descriptor-io.h | 53 using IntType = CppTypeFor<common::TypeCategory::Integer, KIND>; in FormattedIntegerIO() local 208 using IntType = CppTypeFor<TypeCategory::Integer, KIND>; FormattedLogicalIO() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | TBAATest.cpp | 35 auto *IntType = Type::getInt32Ty(C); in getFunctionWithSingleStore() local
|
H A D | AliasAnalysisTest.cpp | 171 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptParser.cpp | 746 auto IntType = readInt(); in parseMenuExItemsList() local 776 auto IntType = readInt(); in parseMenuExItemsList() local
|
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | symbolformat.cpp | 56 typedef int IntType; typedef
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | NVPTX.cpp | 146 llvm::Type *IntType = llvm::Type::getIntNTy(getVMContext(), Div); coerceToIntArrayWithLimit() local
|
/llvm-project/flang/lib/Decimal/ |
H A D | decimal-to-binary.cpp | 194 using IntType = common::HostUnsignedIntType<precision>; typedef in Fortran::decimal::IntermediateFloat
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 1017 TypeMatcher IntType = qualType(isInteger()).bind("type"); TEST() local 1030 TypeMatcher IntType = qualType(isInteger()).bind("type"); TEST() local 1059 TypeMatcher IntType = qualType(isInteger()).bind("type"); TEST() local 1081 TypeMatcher IntType = qualType(isInteger()).bind("type"); TEST() local 1104 TypeMatcher IntType = qualType(isInteger()).bind("type"); TEST() local 1135 TypeMatcher IntType = qualType(builtinType()).bind("type"); TEST() local 1152 TypeMatcher IntType = qualType(builtinType()).bind("type"); TEST() local 1175 TypeMatcher IntType = qualType(builtinType()).bind("type"); TEST() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 539 APSIntType IntType = BasicVals.getAPSIntType(resultTy); evalBinOpNN() local 674 APSIntType IntType = BasicVals.getAPSIntType(resultTy); evalBinOpNN() local
|
H A D | RangeConstraintManager.cpp | 1437 APSIntType IntType = ValueFactory.getAPSIntType(T); assumeNonZero() local 2856 APSIntType IntType = BV.getAPSIntType(Sym->getType()); checkNull() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-logical.cpp | 52 using IntType = Scalar<Type<TypeCategory::Integer, MOLD_IKIND>>; RealToIntBoundHelper() typedef 251 using IntType = Scalar<IType>; IntToRealBoundHelper() typedef [all...] |
H A D | fold-implementation.h | 1998 using IntType = typename T::Scalar::Word; FoldOperation() local
|
H A D | intrinsics.cpp | 62 static constexpr CategorySet IntType{TypeCategory::Integer}; variable 2967 using IntType = typename std::decay_t<decltype(kindExpr)>::Result; CheckForNonPositiveValues() typedef [all...] |
H A D | shape.cpp | 111 using IntType = Scalar<SubscriptInteger>; AsConstantShape() typedef
|
/llvm-project/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1213 InitializeNonTypeDiffVariables(ASTContext & Context,const TSTiterator & Iter,NonTypeTemplateParmDecl * Default,llvm::APSInt & Value,bool & HasInt,QualType & IntType,bool & IsNullPtr,Expr * & E,ValueDecl * & VD,bool & NeedAddressOf) InitializeNonTypeDiffVariables() argument 1856 PrintAPSInt(const llvm::APSInt & Val,Expr * E,bool Valid,QualType IntType,bool PrintType) PrintAPSInt() argument 1980 PrintValueDeclAndInteger(ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl,const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt) PrintValueDeclAndInteger() argument 2000 PrintIntegerAndValueDecl(const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt,ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl) PrintIntegerAndValueDecl() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 87 llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment); coerceToIntArray() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | implicit-bool-conversion.cpp | 508 using IntType = int; global() typedef
|
/llvm-project/llvm/unittests/ADT/ |
H A D | MapVectorTest.cpp | 281 using IntType = typename TestFixture::int_type; in TYPED_TEST() typedef
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 524 IntegerType *IntType(Type::getInt32Ty(Context)); TEST() local
|
H A D | IRBuilderTest.cpp | 942 auto *IntType = DIB.createBasicType("int", 32, dwarf::DW_ATE_signed); TEST_F() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CloningTest.cpp | 505 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); CreateOldFunctionBodyAndDI() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | RegisterInfoEmitter.cpp | 805 auto *IntType = emitComposeSubRegIndexLaneMask() local
|