Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp384 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
400 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
434 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
448 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
462 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp764 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
767 IsInteresting = true; in ReduceOldVCCRValueUses()
799 IsInteresting = true; in ReduceOldVCCRValueUses()
821 IsInteresting = true; in ReduceOldVCCRValueUses()
830 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp525 bool IsInteresting = RawID & 0x01; in ReadData() local
526 return std::make_pair(k, IsInteresting); in ReadData()
H A DASTReader.cpp995 bool IsInteresting = RawID & 0x01; in ReadData() local
1010 if (!IsInteresting) { in ReadData()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1451 bool IsInteresting = in isVariableIndexable() local
1457 if (IsInteresting) in isVariableIndexable()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp426 bool IsInteresting = false) { in removeUnneededCalls() argument
427 bool containsSomethingInteresting = IsInteresting; in removeUnneededCalls()
450 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting)) in removeUnneededCalls()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1254 bool IsInteresting = in isInterestingAlloca() local
1269 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
1270 return IsInteresting; in isInterestingAlloca()