Home
last modified time | relevance | path

Searched defs:unique (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/test/MC/ELF/
H A Dgnu-unique.s20 .globl unique symbol
22 unique: label
/llvm-project/libcxx/include/__algorithm/
H A Dunique.h50 unique(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { unique() function
56 unique(_ForwardIterator __first, _ForwardIterator __last) { unique() function
/llvm-project/lldb/source/API/
H A DSBBroadcaster.cpp48 void SBBroadcaster::BroadcastEventByType(uint32_t event_type, bool unique) { in BroadcastEventByType()
60 void SBBroadcaster::BroadcastEvent(const SBEvent &event, bool unique) { in BroadcastEvent()
/llvm-project/libcxx/include/__chrono/
H A Dlocal_info.h33 static constexpr int unique = 0; member
/llvm-project/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp170 bool unique; member
218 void push_back(const malloc_match &m, bool unique = false) { in push_back()
/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp236 bool unique) { in PrivateBroadcastEvent()
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h374 auto unique = detail::find_unique(leafs, [=](const auto &leaf) { applyToUnique() local
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h478 unique(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _BinaryPredica… in unique() function
488 unique(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in unique() function
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp662 bool unique = false; check_ids() local
3651 int unique = 0; __kmp_create_os_id_masks() local
/llvm-project/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp589 SetVector<Value> unique(op.operand_begin(), op.operand_end()); in matchAndRewrite() local
/llvm-project/lld/ELF/
H A DConfig.h308 bool unique; global() member
/llvm-project/polly/lib/External/isl/
H A Disl_map.c12063 static int unique(isl_int *p, unsigned pos, unsigned len) in unique() function