Home
last modified time | relevance | path

Searched defs:ValueType (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h41 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 Dindirectly_copyable_storable.compile.pass.cpp59 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 DFIRAttr.h39 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 Dindirectly_movable_storable.compile.pass.cpp47 struct ValueType { struct
81 struct ValueType { struct
102 struct ValueType { struct
144 struct ValueType { struct
/llvm-project/libcxx/test/std/containers/
H A Dinsert_range_maps_sets.h56 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 Dget_allocator.pass.cpp23 typedef std::pair<const int, std::string> ValueType; in main() typedef
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/
H A Dget_allocator.pass.cpp23 typedef std::pair<const int, std::string> ValueType; in main() typedef
/llvm-project/libcxx/test/std/containers/associative/multimap/
H A Dget_allocator.pass.cpp23 typedef std::pair<const int, std::string> ValueType; in main() typedef
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptions.h34 using ValueType = std::optional<T>; variable
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Dget_allocator.pass.cpp23 typedef std::pair<const int, std::string> ValueType; in main() typedef
/llvm-project/libcxx/test/support/
H A Ddeduction_guides_sfinae_checks.h169 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 Dfrom_range_associative_containers.h38 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 Dfrom_range_unordered_containers.h66 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 DStatus.h48 typedef uint32_t ValueType; global() typedef
H A DFlags.h25 typedef uint32_t ValueType; typedef
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h143 MVT ValueType; variable
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h31 using ValueType = TableType::value_type; variable
/llvm-project/libcxx/test/libcxx/debug/
H A Dcontainers.multithread.pass.cpp26 typedef typename Container::value_type ValueType; in makeContainer() typedef
/llvm-project/llvm/docs/GlobalISel/
H A DMIRPatterns.rst107 ValueType subsection
/llvm-project/lldb/tools/debugserver/source/
H A DDNBError.h23 typedef uint32_t ValueType; typedef
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/
H A Dsort.pass.cpp118 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 DInterfaceSupport.h82 using ValueType = ValueT; variable
/llvm-project/mlir/include/mlir/Query/Matcher/
H A DVariantValue.h102 enum class ValueType { enum
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DOptionalValueConversionCheck.cpp93 const auto *ValueType = Result.Nodes.getNodeAs<QualType>("value-type"); check() local
H A DFoldInitTypeCheck.cpp92 static bool isValidBuiltinFold(const BuiltinType &ValueType, in isValidBuiltinFold()

123