Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp506 bool IsInteresting = RawID & 0x01; in ReadData() local
507 return std::make_pair(k, IsInteresting); in ReadData()
H A DASTReader.cpp942 bool IsInteresting = RawID & 0x01; in ReadData() local
957 if (!IsInteresting) { in ReadData()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp196 bool IsInteresting = false) { in removeUnneededCalls() argument
197 bool containsSomethingInteresting = IsInteresting; in removeUnneededCalls()
220 if (!removeUnneededCalls(macro.subPieces, R, LCM, IsInteresting)) in removeUnneededCalls()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1197 bool IsInteresting = in isInterestingAlloca() local
1210 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
1211 return IsInteresting; in isInterestingAlloca()