HomeSort by: relevance | last modified time | path
    Searched refs:IsInteresting (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
FuchsiaHandleChecker.cpp 387 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) {
403 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) {
437 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) {
451 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) {
465 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETPAndVPTOptimisationsPass.cpp 726 bool IsInteresting = false;
729 IsInteresting = true;
761 IsInteresting = true;
783 IsInteresting = true;
792 if (!IsInteresting && IsWritingToVCCR(*Iter))
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 525 bool IsInteresting = RawID & 0x01;
526 return std::make_pair(k, IsInteresting);
ASTReader.cpp 966 bool IsInteresting = RawID & 0x01;
981 if (!IsInteresting) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTagging.cpp 418 bool IsInteresting =
429 return IsInteresting;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp 1352 bool IsInteresting = any_of(Expression, [](DWARFExpression::Operation &Op) {
1357 if (IsInteresting)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 424 bool IsInteresting = false) {
425 bool containsSomethingInteresting = IsInteresting;
440 R->isInteresting(C.getLocationContextFor(&call.path))))
448 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting))
2339 bool PathSensitiveBugReport::isInteresting(SVal V) const {
2343 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const {
2347 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const {
2351 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 1380 bool IsInteresting =
1393 ProcessedAllocas[&AI] = IsInteresting;
1394 return IsInteresting;

Completed in 64 milliseconds