Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp488 bool IsInteresting = RawID & 0x01; in ReadData() local
489 return std::make_pair(k, IsInteresting); in ReadData()
DASTReader.cpp745 bool IsInteresting = RawID & 0x01; in ReadData() local
751 if (!IsInteresting) { in ReadData()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp814 bool IsInteresting = (AI.getAllocatedType()->isSized() && in isInterestingAlloca() local
821 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
822 return IsInteresting; in isInterestingAlloca()