Home
last modified time | relevance | path

Searched defs:IntType (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/libcxx/test/std/containers/views/mdspan/
H A DConvertibleToIntegral.h12 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 DDivTest.h35 #define LIST_DIV_TESTS(IntType, ReturnType, func) \ argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DIntegerDivisionCheck.cpp18 const auto IntType = hasType(isInteger()); in registerMatchers() local
/llvm-project/flang/runtime/
H A Ddescriptor-io.h53 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 DTBAATest.cpp35 auto *IntType = Type::getInt32Ty(C); in getFunctionWithSingleStore() local
H A DAliasAnalysisTest.cpp171 auto IntType = Type::getInt32Ty(C); in TEST_F() local
/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp746 auto IntType = readInt(); in parseMenuExItemsList() local
776 auto IntType = readInt(); in parseMenuExItemsList() local
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Dsymbolformat.cpp56 typedef int IntType; typedef
/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp146 llvm::Type *IntType = llvm::Type::getIntNTy(getVMContext(), Div); coerceToIntArrayWithLimit() local
/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp194 using IntType = common::HostUnsignedIntType<precision>; typedef in Fortran::decimal::IntermediateFloat
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1017 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 DSimpleSValBuilder.cpp539 APSIntType IntType = BasicVals.getAPSIntType(resultTy); evalBinOpNN() local
674 APSIntType IntType = BasicVals.getAPSIntType(resultTy); evalBinOpNN() local
H A DRangeConstraintManager.cpp1437 APSIntType IntType = ValueFactory.getAPSIntType(T); assumeNonZero() local
2856 APSIntType IntType = BV.getAPSIntType(Sym->getType()); checkNull() local
/llvm-project/flang/lib/Evaluate/
H A Dfold-logical.cpp52 using IntType = Scalar<Type<TypeCategory::Integer, MOLD_IKIND>>; RealToIntBoundHelper() typedef
251 using IntType = Scalar<IType>; IntToRealBoundHelper() typedef
[all...]
H A Dfold-implementation.h1998 using IntType = typename T::Scalar::Word; FoldOperation() local
H A Dintrinsics.cpp62 static constexpr CategorySet IntType{TypeCategory::Integer}; variable
2967 using IntType = typename std::decay_t<decltype(kindExpr)>::Result; CheckForNonPositiveValues() typedef
[all...]
H A Dshape.cpp111 using IntType = Scalar<SubscriptInteger>; AsConstantShape() typedef
/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1213 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 DABIInfoImpl.cpp87 llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment); coerceToIntArray() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion.cpp508 using IntType = int; global() typedef
/llvm-project/llvm/unittests/ADT/
H A DMapVectorTest.cpp281 using IntType = typename TestFixture::int_type; in TYPED_TEST() typedef
/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp524 IntegerType *IntType(Type::getInt32Ty(Context)); TEST() local
H A DIRBuilderTest.cpp942 auto *IntType = DIB.createBasicType("int", 32, dwarf::DW_ATE_signed); TEST_F() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp505 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); CreateOldFunctionBodyAndDI() local
/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp805 auto *IntType = emitComposeSubRegIndexLaneMask() local

12