Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp492 bool IsInteresting = RawID & 0x01; in ReadData() local
493 return std::make_pair(k, IsInteresting); in ReadData()
DASTReader.cpp776 bool IsInteresting = RawID & 0x01; in ReadData() local
796 if (!IsInteresting) { in ReadData()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp858 bool IsInteresting = in isInterestingAlloca() local
869 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
870 return IsInteresting; in isInterestingAlloca()