Searched refs:PrimitiveType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/hungarian-notation2/ |
| H A D | .clang-tidy | 131 - key: readability-identifier-naming.HungarianNotation.PrimitiveType.int8_t 153 - key: readability-identifier-naming.HungarianNotation.PrimitiveType.float 155 - key: readability-identifier-naming.HungarianNotation.PrimitiveType.double 157 - key: readability-identifier-naming.HungarianNotation.PrimitiveType.char 159 - key: readability-identifier-naming.HungarianNotation.PrimitiveType.bool 161 - key: readability-identifier-naming.HungarianNotation.PrimitiveType._Bool 163 - key: readability-identifier-naming.HungarianNotation.PrimitiveType.int 165 - key: readability-identifier-naming.HungarianNotation.PrimitiveType.size_t 171 - key: readability-identifier-naming.HungarianNotation.PrimitiveType.short 187 - key: readability-identifier-naming.HungarianNotation.PrimitiveType.signed [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 229 PrimitiveType, enumerator 314 : TypeNode(NodeKind::PrimitiveType), PrimKind(K) {} in PrimitiveTypeNode()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | IdentifierNamingCheck.h | 64 llvm::StringMap<std::string> PrimitiveType; member
|
| H A D | IdentifierNamingCheck.cpp | 486 HNOption.PrimitiveType[Type] = Val.str(); in loadFileConfig() 532 HNOption.CString, HNOption.DerivedType, HNOption.PrimitiveType, in removeDuplicatedPrefix() 612 for (const auto &Type : HNOption.PrimitiveType) { in getDataTypePrefix() 764 HNOption.PrimitiveType.try_emplace(PT.first, PT.second); in loadDefaultConfig()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 255 class PrimitiveType<string kind_, int size_>: Type { 264 def kind # size: PrimitiveType<kind, size>; 267 def kind # size: PrimitiveType<kind, size>; 272 def uint: PrimitiveType<"u", 32> { let nameOverride = "unsigned"; } 273 def sint: PrimitiveType<"s", 32> { let nameOverride = "int"; }
|
| H A D | arm_mve.td | 824 multiclass contiguous_load<string mnemonic, PrimitiveType memtype, 881 multiclass contiguous_store<string mnemonic, PrimitiveType memtype, 1005 multiclass gather_offset_unshifted<list<Type> types, PrimitiveType memtype> { 1021 multiclass gather_offset_shifted<list<Type> types, PrimitiveType memtype, 1038 multiclass gather_offset_both<list<Type> types, PrimitiveType memtype, 1049 multiclass scatter_offset_unshifted<list<Type> types, PrimitiveType memtype> { 1066 multiclass scatter_offset_shifted<list<Type> types, PrimitiveType memtype, 1084 multiclass scatter_offset_both<list<Type> types, PrimitiveType memtype,
|
| H A D | arm_cde.td | 18 def f64: PrimitiveType<"f", 64>;
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Builders.h | 22 class PrimitiveType; variable
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | identifier-naming.rst | 2571 **HungarianNotation.PrimitiveType.*** 2592 - :option:`HungarianNotation.PrimitiveType.*` 2699 .. option:: HungarianNotation.PrimitiveType.*
|