/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 41 struct ValueType { struct 42 ValueType() { uval = 0; } in ValueType() argument 43 ValueType(int64_t V) : sval(V) {} in ValueType() argument 44 ValueType(uint64_t V) : uval(V) {} in ValueType() argument 45 ValueType(const char *V) : cstr(V) {} in ValueType() argument 60 ValueType Value; /// Contains all data for the form. argument
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.copy/ |
H A D | indirectly_copyable_storable.compile.pass.cpp | 59 struct ValueType { struct 86 struct ValueType { struct 113 struct ValueType { struct 140 struct ValueType { struct 214 struct ValueType { struct 233 struct ValueType { struct 274 struct ValueType { struct
|
/llvm-project/flang/include/flang/Optimizer/Dialect/ |
H A D | FIRAttr.h | 39 using ValueType = mlir::Type; variable 53 using ValueType = mlir::Type; variable 143 using ValueType = std::pair<int, llvm::APFloat>; variable
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.move/ |
H A D | indirectly_movable_storable.compile.pass.cpp | 47 struct ValueType { struct 81 struct ValueType { struct 102 struct ValueType { struct 144 struct ValueType { struct
|
/llvm-project/libcxx/test/std/containers/ |
H A D | insert_range_maps_sets.h | 56 using ValueType = std::pair<const K, V>; in test_map_constraints_insert_range() local 374 using ValueType = std::pair<const K, V>; in test_assoc_map_insert_range_exception_safety_throwing_allocator() local 396 using ValueType = std::pair<const K, V>; in test_unord_map_insert_range_exception_safety_throwing_allocator() local
|
/llvm-project/libcxx/test/std/containers/associative/map/ |
H A D | get_allocator.pass.cpp | 23 typedef std::pair<const int, std::string> ValueType; in main() typedef
|
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/ |
H A D | get_allocator.pass.cpp | 23 typedef std::pair<const int, std::string> ValueType; in main() typedef
|
/llvm-project/libcxx/test/std/containers/associative/multimap/ |
H A D | get_allocator.pass.cpp | 23 typedef std::pair<const int, std::string> ValueType; in main() typedef
|
/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringOptions.h | 34 using ValueType = std::optional<T>; variable
|
/llvm-project/libcxx/test/std/containers/unord/unord.map/ |
H A D | get_allocator.pass.cpp | 23 typedef std::pair<const int, std::string> ValueType; in main() typedef
|
/llvm-project/libcxx/test/support/ |
H A D | deduction_guides_sfinae_checks.h | 169 using ValueType = typename InstantiatedContainer::value_type; in AssociativeContainerDeductionGuidesSfinaeAway() local 277 using ValueType = typename InstantiatedContainer::value_type; in UnorderedContainerDeductionGuidesSfinaeAway() local
|
/llvm-project/libcxx/test/std/containers/associative/ |
H A D | from_range_associative_containers.h | 38 using ValueType = std::pair<const K, V>; in test_map_constraints() local 154 using ValueType = std::pair<const K, V>; test_map_exception_safety_throwing_allocator() local [all...] |
/llvm-project/libcxx/test/std/containers/unord/ |
H A D | from_range_unordered_containers.h | 66 using ValueType = std::pair<const K, V>; in test_map_constraints() local 227 using ValueType = std::pair<const K, V>; test_map_exception_safety_throwing_allocator() local [all...] |
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Status.h | 48 typedef uint32_t ValueType; global() typedef
|
H A D | Flags.h | 25 typedef uint32_t ValueType; typedef
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.h | 143 MVT ValueType; variable
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVStringPool.h | 31 using ValueType = TableType::value_type; variable
|
/llvm-project/libcxx/test/libcxx/debug/ |
H A D | containers.multithread.pass.cpp | 26 typedef typename Container::value_type ValueType; in makeContainer() typedef
|
/llvm-project/llvm/docs/GlobalISel/ |
H A D | MIRPatterns.rst | 107 ValueType subsection
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBError.h | 23 typedef uint32_t ValueType; typedef
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/ |
H A D | sort.pass.cpp | 118 using ValueType = typename Container::value_type; test_larger_sorts() typedef 255 using ValueType = typename Container::value_type; run_sort_tests() typedef
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | InterfaceSupport.h | 82 using ValueType = ValueT; variable
|
/llvm-project/mlir/include/mlir/Query/Matcher/ |
H A D | VariantValue.h | 102 enum class ValueType { enum
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | OptionalValueConversionCheck.cpp | 93 const auto *ValueType = Result.Nodes.getNodeAs<QualType>("value-type"); check() local
|
H A D | FoldInitTypeCheck.cpp | 92 static bool isValidBuiltinFold(const BuiltinType &ValueType, in isValidBuiltinFold()
|