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.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()