Searched refs:AllowedTypes (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | NoAutomaticMoveCheck.cpp | 24 AllowedTypes( in NoAutomaticMoveCheck() 34 matchers::matchesAnyListedName(AllowedTypes))))))) in registerMatchers() 67 utils::options::serializeStringList(AllowedTypes)); in storeOptions()
|
| H A D | ForRangeCopyCheck.cpp | 27 AllowedTypes( in ForRangeCopyCheck() 33 utils::options::serializeStringList(AllowedTypes)); in storeOptions() 43 matchers::matchesAnyListedName(AllowedTypes))))))); in registerMatchers()
|
| H A D | UnnecessaryValueParamCheck.cpp | 62 AllowedTypes( in UnnecessaryValueParamCheck() 71 matchers::matchesAnyListedName(AllowedTypes))))))), in registerMatchers() 170 utils::options::serializeStringList(AllowedTypes)); in storeOptions()
|
| H A D | UnnecessaryCopyInitialization.cpp | 222 AllowedTypes( in UnnecessaryCopyInitialization() 241 AllowedTypes)))))), in registerMatchers() 367 utils::options::serializeStringList(AllowedTypes)); in storeOptions()
|
| H A D | NoAutomaticMoveCheck.h | 32 const std::vector<StringRef> AllowedTypes;
|
| H A D | ForRangeCopyCheck.h | 45 const std::vector<StringRef> AllowedTypes; variable
|
| H A D | UnnecessaryValueParamCheck.h | 45 const std::vector<StringRef> AllowedTypes; variable
|
| H A D | UnnecessaryCopyInitialization.h | 45 const std::vector<StringRef> AllowedTypes; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/ |
| H A D | RandomIRBuilder.h | 36 RandomIRBuilder(int Seed, ArrayRef<Type *> AllowedTypes) in RandomIRBuilder() 37 : Rand(Seed), KnownTypes(AllowedTypes.begin(), AllowedTypes.end()) {} in RandomIRBuilder()
|
| H A D | IRMutator.h | 64 std::vector<TypeGetter> AllowedTypes; variable 68 IRMutator(std::vector<TypeGetter> &&AllowedTypes, in IRMutator() argument 70 : AllowedTypes(std::move(AllowedTypes)), in IRMutator()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/ |
| H A D | unnecessary-copy-initialization.rst | 42 .. option:: AllowedTypes 59 types that don't own the underlying data. Like for `AllowedTypes` above,
|
| H A D | for-range-copy.rst | 29 .. option:: AllowedTypes
|
| H A D | unnecessary-value-param.rst | 65 .. option:: AllowedTypes
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | NVVMDialect.cpp | 363 using AllowedTypes = SmallVector<SmallVector<Type, 4>, 2>; in verify() typedef 365 AllowedTypes expectedA; in verify() 366 AllowedTypes expectedB; in verify() 367 AllowedTypes expectedC; in verify() 473 SmallVector<AllowedTypes, 3>{expectedA, expectedB, expectedC})) { in verify()
|
| /llvm-project-15.0.7/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 62 for (const auto &Getter : AllowedTypes) in mutateModule()
|