HomeSort by relevance Sort by last modified time
    Searched refs:Unordered (Results 1 - 25 of 31) sorted by null

1 2

  /external/libcxx/test/std/containers/unord/unord.multiset/
erase_key.pass.cpp 25 template <typename Unordered>
26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
28 typename Unordered::const_iterator p = part.begin();
  /external/libcxx/test/std/containers/unord/unord.set/
erase_key.pass.cpp 25 template <typename Unordered>
26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
28 typename Unordered::const_iterator p = part.begin();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
erase_key.pass.cpp 25 template <typename Unordered>
26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
28 typename Unordered::const_iterator p = part.begin();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
erase_key.pass.cpp 25 template <typename Unordered>
26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
28 typename Unordered::const_iterator p = part.begin();
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
erase_key.pass.cpp 26 template <typename Unordered>
27 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
28 typename Unordered::const_iterator w = whole.begin();
29 typename Unordered::const_iterator p = part.begin();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
erase_key.pass.cpp 25 template <typename Unordered>
26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
28 typename Unordered::const_iterator p = part.begin();
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_key.pass.cpp 25 template <typename Unordered>
26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
28 typename Unordered::const_iterator p = part.begin();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_key.pass.cpp 25 template <typename Unordered>
26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
28 typename Unordered::const_iterator p = part.begin();
  /external/v8/test/webkit/
array-enumerators-functions.js 59 function returnIndex(a, index) { if (lastIndex >= index) throw "Unordered traversal"; lastIndex = index; count++; return index; }
96 // Test unordered object and array behaviour matches
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 628 AI->getOrdering() == Unordered ? Monotonic : AI->getOrdering();
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 182 Ordered means that neither operand is a QNAN while unordered means
195 | Uno (** Unordered (one operand at least is NaN) *)
196 | Ueq (** Unordered and equal *)
197 | Ugt (** Unordered and greater than *)
198 | Uge (** Unordered and greater or equal *)
199 | Ult (** Unordered and less than *)
200 | Ule (** Unordered and less or equal *)
201 | Une (** Unordered and not equal *)
301 | Unordered
    [all...]
llvm.ml 236 | Unordered
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 460 case Unordered: // Fall-through.
MemorySanitizer.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 788 case bitc::ORDERING_UNORDERED: return Unordered;
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 554 if (LI->isAtomic() && LI->getOrdering() > Unordered) {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 41 Unordered = 1,
283 return getOrdering() <= Unordered && !isVolatile();
404 return getOrdering() <= Unordered && !isVolatile();
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 795 case bitc::ORDERING_UNORDERED: return Unordered;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 437 // be an undefined read and write of an object in unordered
    [all...]
CGAtomic.cpp 292 case llvm::Unordered:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 1566 milliseconds

1 2