HomeSort by relevance Sort by last modified time
    Searched refs:fuzzer_allocator (Results 1 - 4 of 4) sorted by null

  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 118 class fuzzer_allocator: public std::allocator<T> { class in namespace:fuzzer
121 struct rebind { typedef fuzzer_allocator<Other> other; };
125 using Vector = std::vector<T, fuzzer_allocator<T>>;
128 using Set = std::set<T, std::less<T>, fuzzer_allocator<T>>;
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 118 class fuzzer_allocator: public std::allocator<T> { class in namespace:fuzzer
121 struct rebind { typedef fuzzer_allocator<Other> other; };
125 using Vector = std::vector<T, fuzzer_allocator<T>>;
128 using Set = std::set<T, std::less<T>, fuzzer_allocator<T>>;
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 118 class fuzzer_allocator: public std::allocator<T> { class in namespace:fuzzer
121 struct rebind { typedef fuzzer_allocator<Other> other; };
125 using Vector = std::vector<T, fuzzer_allocator<T>>;
128 using Set = std::set<T, std::less<T>, fuzzer_allocator<T>>;
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 118 class fuzzer_allocator: public std::allocator<T> { class in namespace:fuzzer
121 struct rebind { typedef fuzzer_allocator<Other> other; };
125 using Vector = std::vector<T, fuzzer_allocator<T>>;
128 using Set = std::set<T, std::less<T>, fuzzer_allocator<T>>;

Completed in 345 milliseconds