Home
last modified time | relevance | path

Searched refs:Problem (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModuleAssistant.cpp47 Module(llvm::StringRef Name, bool Problem);
64 Module::Module(llvm::StringRef Name, bool Problem) in Module() argument
65 : Name(Name), IsProblem(Problem) {} in Module()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsuspicious-enum-usage.rst64 GG // Problem, forgot to initialize.
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DCapturingConfigInfo.rst8 The Problem
/llvm-project-15.0.7/clang/tools/scan-build-py/
H A DREADME.md129 Problem reports
/llvm-project-15.0.7/clang-tools-extra/pseudo/
H A DDesignNotes.md3 Problem: we have two fairly generic cases of recovery bounded within a range:
/llvm-project-15.0.7/clang/test/Analysis/
H A Dlocalization.m223 // title = [NSString stringWithFormat:@"%ld Problem", (long) count];
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4512 const CXXCatchStmt *Problem = CTPB.getFoundHandler(); in ActOnCXXTryBlock() local
4517 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4519 << Problem->getCaughtType(); in ActOnCXXTryBlock()
4528 const CXXCatchStmt *Problem = R.first->second; in ActOnCXXTryBlock() local
4532 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4534 << Problem->getCaughtType(); in ActOnCXXTryBlock()
/llvm-project-15.0.7/llvm/docs/
H A DInstrRefDebugInfo.md9 # Problem statement
H A DLexicon.rst236 Problem report. A bug filed on `the LLVM Bug Tracking System
H A DBigEndianNEON.rst43 Problem chapter
H A DTestingGuide.rst708 ``PR[0-9]+``. This is the syntax for specifying a PR (Problem Report) number
H A DSpeculativeLoadHardening.md7 ## Problem Statement
/llvm-project-15.0.7/clang/docs/
H A DAPINotes.rst5 **The Problem:** You have headers you want to use, but you also want to add
H A DDataFlowAnalysisIntro.md401 ### Problem description
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Disl.bib226 …title = "Some Efficient Solutions to the Affine Scheduling Problem. {P}art {II}. Multidimensional …
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DREADME.txt54 Instruction Sequence Problem: Revisiting Optimal Code Generation for DAGs"
1376 Problem #2 is we are adding a whole bunch of x86 atomic instructions when in