Home
last modified time | relevance | path

Searched refs:IsInteresting (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/reduce/
Dreducer_test.cpp39 bool IsInteresting(const std::vector<uint32_t>&) { in IsInteresting() function in spvtools::reduce::__anon17c2375d0111::PingPongInteresting
218 return ping_pong_interesting.IsInteresting(binary); in TEST()
288 return ping_pong_interesting.IsInteresting(binary); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dreducer_test.cpp39 bool IsInteresting(const std::vector<uint32_t>&) { in IsInteresting() function in spvtools::reduce::__anon824141970111::PingPongInteresting
218 return ping_pong_interesting.IsInteresting(binary); in TEST()
288 return ping_pong_interesting.IsInteresting(binary); in TEST()
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp492 bool IsInteresting = RawID & 0x01; in ReadData() local
493 return std::make_pair(k, IsInteresting); in ReadData()
DASTReader.cpp791 bool IsInteresting = RawID & 0x01; in ReadData() local
806 if (!IsInteresting) { in ReadData()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp920 bool IsInteresting = in isInterestingAlloca() local
931 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
932 return IsInteresting; in isInterestingAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1190 bool IsInteresting = in isInterestingAlloca() local
1203 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
1204 return IsInteresting; in isInterestingAlloca()