Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp726 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
729 IsInteresting = true; in ReduceOldVCCRValueUses()
761 IsInteresting = true; in ReduceOldVCCRValueUses()
783 IsInteresting = true; in ReduceOldVCCRValueUses()
792 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp418 bool IsInteresting = in isInterestingAlloca() local
429 return IsInteresting; in isInterestingAlloca()
/netbsd/external/apache2/llvm/dist/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.cpp966 bool IsInteresting = RawID & 0x01; in ReadData() local
981 if (!IsInteresting) { in ReadData()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1352 bool IsInteresting = any_of(Expression, [](DWARFExpression::Operation &Op) { in isVariableIndexable() local
1357 if (IsInteresting) in isVariableIndexable()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1380 bool IsInteresting = in isInterestingAlloca() local
1393 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
1394 return IsInteresting; in isInterestingAlloca()