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

1 2 3 4

  /external/llvm/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PassNameParser.h 83 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValLessThan);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
LegacyPassNameParser.h 84 array_pod_sort(PNP->Values.begin(), PNP->Values.end(), ValCompare);
  /external/llvm/lib/Object/
SymbolSize.cpp 75 array_pod_sort(Addresses.begin(), Addresses.end(), compareAddress);
  /external/swiftshader/third_party/LLVM/lib/Support/
TargetRegistry.cpp 111 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
STLExtras.h 228 /// array_pod_sort_comparator - This is helper function for array_pod_sort,
248 /// array_pod_sort - This sorts an array with the specified start and end
263 static inline void array_pod_sort(IteratorTy Start, IteratorTy End) { function in namespace:llvm
271 static inline void array_pod_sort(IteratorTy Start, IteratorTy End, function in namespace:llvm
  /external/llvm/lib/Support/
TargetRegistry.cpp 125 array_pod_sort(Targets.begin(), Targets.end(), TargetArraySortFn);
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 82 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp 70 array_pod_sort(ExitBlocks.begin(), ExitBlocks.end());
  /external/llvm/include/llvm/ADT/
STLExtras.h 290 /// Adapt std::less<T> for array_pod_sort.
311 /// array_pod_sort - This sorts an array with the specified start and end
326 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { function in namespace:llvm
335 inline void array_pod_sort( function in namespace:llvm
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 189 array_pod_sort(Symbols.begin(), Symbols.end());
326 array_pod_sort(Symbols.begin(), Symbols.end());
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Metadata.cpp 533 array_pod_sort(Result.begin(), Result.end());
551 array_pod_sort(Result.begin(), Result.end());

Completed in 1614 milliseconds

1 2 3 4