Home
last modified time | relevance | path

Searched defs:HasUnit (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerCorpus.h301 bool HasUnit(const Unit &U) { return Hashes.count(Hash(U)); } in HasUnit() function
302 bool HasUnit(const std::string &H) { return Hashes.count(H); } in HasUnit() function
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerCorpus.h300 bool HasUnit(const Unit &U) { return Hashes.count(Hash(U)); } in HasUnit() function
301 bool HasUnit(const std::string &H) { return Hashes.count(H); } in HasUnit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerCorpus.h301 bool HasUnit(const Unit &U) { return Hashes.count(Hash(U)); } in HasUnit() function
302 bool HasUnit(const std::string &H) { return Hashes.count(H); } in HasUnit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerCorpus.h301 bool HasUnit(const Unit &U) { return Hashes.count(Hash(U)); } in HasUnit() function
302 bool HasUnit(const std::string &H) { return Hashes.count(H); } in HasUnit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerCorpus.h301 bool HasUnit(const Unit &U) { return Hashes.count(Hash(U)); } in HasUnit() function
302 bool HasUnit(const std::string &H) { return Hashes.count(H); } in HasUnit() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1526 bool HasUnit = Record[0] & 2; in parseOneMetadata() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1712 bool HasUnit = Record[0] & 2; in parseOneMetadata() local
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2485 bool HasUnit = Record[0] >= 2; in parseMetadata() local