/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SignedCharMisuseCheck.cpp | 36 bool IsSigned, const Matcher<clang::QualType> &IntegerType, in charCastExpression() 70 const auto IntegerType = in registerMatchers() local 125 const auto *IntegerType = Result.Nodes.getNodeAs<QualType>("integerType"); in check() local
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/ |
H A D | dwp-foreign-type-units.cpp | 94 typedef unsigned IntegerType; global() typedef [all...] |
/llvm-project/mlir/include/mlir/IR/ |
H A D | BuiltinAttributes.h | 29 class IntegerType; variable
|
H A D | BuiltinTypes.h | 30 class IntegerType; global() variable
|
H A D | Builders.h | 24 class IntegerType; global() variable [all...] |
/llvm-project/clang/include/clang/CodeGen/ |
H A D | SwiftCallingConv.h | 24 class IntegerType; variable
|
/llvm-project/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/ |
H A D | mlir-support.cpp | 14 mlir::Type IntegerType = variable
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | LocationRangesTest.cpp | 87 LVType *IntegerType = nullptr; member in __anonf99b6c7f0111::ReaderTestLocations 330 LVType *IntegerType = nullptr; member in __anonf99b6c7f0111::ReaderTestCoverage
|
H A D | LogicalElementsTest.cpp | 31 LVType *IntegerType = nullptr; member in __anonb3007c9e0111::ReaderTestElements
|
H A D | SelectElementsTest.cpp | 32 LVType *IntegerType = nullptr; member in __anon63092e030111::ReaderTestSelection
|
H A D | CompareElementsTest.cpp | 36 LVType *IntegerType = nullptr; member in __anon8e4c552a0111::ReaderTestCompare
|
H A D | WarningInternalTest.cpp | 74 LVType *IntegerType = nullptr; member in __anon538c05990111::ReaderTestWarningInternal
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopConstrainer.h | 21 class IntegerType; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 22 class IntegerType; variable
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 42 class IntegerType; global() variable
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 29 class IntegerType; variable [all...] |
H A D | DerivedTypes.h | 44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ IntegerType() function [all...] |
/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 594 const ScalarType *IntegerType; member in __anon6b6344ba0111::IntLiteralResult 596 IntLiteralResult(const ScalarType *IntegerType, uint32_t IntegerValue) in IntLiteralResult() argument 615 const ScalarType *IntegerType; member in __anon6b6344ba0111::IntCastResult 617 IntCastResult(const ScalarType *IntegerType, Ptr V) in IntCastResult() argument [all...] |
/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 769 QualType IntegerType = EnumDecl->getIntegerType(); getFragmentsForEnum() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-logical.cpp | 337 using IntegerType = Scalar<XIType>; IntToIntBoundHelper() typedef
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | ms-lookup-template-base-classes.cpp | 605 typedef int IntegerType; typedef
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 3897 llvm::PointerUnion<const Type *, TypeSourceInfo *> IntegerType; global() variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 8025 QualType IntegerType = ParamType; CheckTemplateArgument() local 8110 QualType IntegerType = ParamType; CheckTemplateArgument() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 9928 MVT IntegerType = lowerShuffleToEXPAND() local 10747 MVT IntegerType = MVT::getIntegerVT(std::max<unsigned>(NumElts, 8)); lowerShuffleAsBlend() local 10816 MVT IntegerType = MVT::getIntegerVT(std::max<unsigned>(NumElts, 8)); lowerShuffleAsBlend() local [all...] |