Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp387 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
403 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
437 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
451 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
465 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp734 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
737 IsInteresting = true; in ReduceOldVCCRValueUses()
769 IsInteresting = true; in ReduceOldVCCRValueUses()
791 IsInteresting = true; in ReduceOldVCCRValueUses()
800 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp420 bool IsInteresting = in isInterestingAlloca() local
431 return IsInteresting; in isInterestingAlloca()
/freebsd-13.1/contrib/llvm-project/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.cpp968 bool IsInteresting = RawID & 0x01; in ReadData() local
983 if (!IsInteresting) { in ReadData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1352 bool IsInteresting = any_of(Expression, [](DWARFExpression::Operation &Op) { in isVariableIndexable() local
1357 if (IsInteresting) in isVariableIndexable()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp424 bool IsInteresting = false) { in removeUnneededCalls() argument
425 bool containsSomethingInteresting = IsInteresting; in removeUnneededCalls()
448 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting)) in removeUnneededCalls()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1390 bool IsInteresting = in isInterestingAlloca() local
1403 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
1404 return IsInteresting; in isInterestingAlloca()