Home
last modified time | relevance | path

Searched refs:Analyzer (Results 1 – 25 of 58) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp300 ThreadSafetyAnalyzer& Analyzer);
303 ThreadSafetyAnalyzer &Analyzer);
307 ThreadSafetyAnalyzer& Analyzer,
1069 ThreadSafetyAnalyzer& Analyzer) { in insertAttrExprs() argument
1089 Analyzer.SxBuilder.translateAttrExpr(Arg, nullptr); in insertAttrExprs()
1094 insertAttrExprs(Cpvd, Analyzer); in insertAttrExprs()
1105 Analyzer.SxBuilder.translateAttrExpr(Arg, nullptr); in insertAttrExprs()
1108 BeforeInfo *ArgInfo = getBeforeInfoForDecl(ArgVd, Analyzer); in insertAttrExprs()
1124 ThreadSafetyAnalyzer &Analyzer) { in getBeforeInfoForDecl() argument
1128 Info = insertAttrExprs(Vd, Analyzer); in getBeforeInfoForDecl()
[all …]
H A DExprMutationAnalyzer.cpp131 ExprMutationAnalyzer *Analyzer, F Finder) { in tryEachMatch() argument
134 if (const Stmt *S = (Analyzer->*Finder)(Nodes.getNodeAs<T>(ID))) in tryEachMatch()
572 std::unique_ptr<FunctionParmMutationAnalyzer> &Analyzer = in findFunctionArgMutation() local
574 if (!Analyzer) in findFunctionArgMutation()
575 Analyzer.reset(new FunctionParmMutationAnalyzer(*Func, Context)); in findFunctionArgMutation()
576 if (Analyzer->findMutation(Parm)) in findFunctionArgMutation()
H A DConsumed.cpp465 ConsumedAnalyzer &Analyzer; member in clang::consumed::ConsumedStmtVisitor
516 ConsumedStmtVisitor(ConsumedAnalyzer &Analyzer, ConsumedStateMap *StateMap) in ConsumedStmtVisitor() argument
517 : Analyzer(Analyzer), StateMap(StateMap) {} in ConsumedStmtVisitor()
594 Analyzer.WarningsHandler.warnUseInInvalidState( in checkCallability()
603 Analyzer.WarningsHandler.warnUseOfTempInInvalidState( in checkCallability()
638 Analyzer.WarningsHandler.warnParamTypestateMismatch( in handleCall()
877 ConsumedState ExpectedState = Analyzer.getExpectedReturnState(); in VisitReturnStmt()
886 Analyzer.WarningsHandler.warnReturnTypestateMismatch( in VisitReturnStmt()
893 Analyzer.WarningsHandler); in VisitReturnStmt()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangStaticAnalyzer.rst2 Clang Static Analyzer
5 The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C…
8 This is the Static Analyzer documentation page.
H A DReleaseNotes.rst259 Static Analyzer
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp377 static void maybeRunAnalysis(const Analysis &Analyzer, const std::string &Name, in maybeRunAnalysis() argument
390 if (auto Err = Analyzer.run<Pass>(ClustersOS)) in maybeRunAnalysis()
438 const Analysis Analyzer(*TheTarget, std::move(InstrInfo), Clustering, in analysisMain() local
442 maybeRunAnalysis<Analysis::PrintClusters>(Analyzer, "analysis clusters", in analysisMain()
445 Analyzer, "sched class consistency analysis", in analysisMain()
/netbsd-src/external/apache2/llvm/dist/clang/
H A DREADME.txt11 different source-level tools. One example of this is the Clang Static Analyzer.
18 Clang Static Analyzer: http://clang-analyzer.llvm.org/
H A DCODE_OWNERS.TXT30 D: Clang Static Analyzer
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Danalyzer.texi6 @node Static Analyzer
7 @chapter Static Analyzer
13 * Analyzer Internals:: Analyzer Internals
14 * Debugging the Analyzer:: Useful debugging tips
17 @node Analyzer Internals
18 @section Analyzer Internals
321 @subsection Analyzer Paths
438 @node Debugging the Analyzer
439 @section Debugging the Analyzer
443 @subsection Special Functions for Debugging the Analyzer
H A Dgccint.texi128 * Static Analyzer:: Working with the static analyzer.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Danalyzer.texi6 @node Static Analyzer
7 @chapter Static Analyzer
13 * Analyzer Internals:: Analyzer Internals
14 * Debugging the Analyzer:: Useful debugging tips
17 @node Analyzer Internals
18 @section Analyzer Internals
308 @subsection Analyzer Paths
435 @node Debugging the Analyzer
436 @section Debugging the Analyzer
440 @subsection Special Functions for Debugging the Analyzer
H A Dgccint.texi128 * Static Analyzer:: Working with the static analyzer.
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/
H A DREADME.txt2 // Clang Static Analyzer
92 = Working on the Analyzer =
104 = Debugging the Analyzer =
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbols.def9 // The list of symbols (SymExpr sub-classes) used in the Static Analyzer.
H A DSVals.def10 // Analyzer. The distinction between loc:: and nonloc:: SVal namespaces is
H A DRegions.def9 // The list of regions (MemRegion sub-classes) used in the Static Analyzer.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp377 AMDGPUPerfHint Analyzer(FIM, ST->getTargetLowering()); in runOnSCC() local
379 if (Analyzer.runOnFunction(*F)) in runOnSCC()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsniffer56 >32 byte 7 (Internetwork Analyzer)
405 # RADCOM WAN/LAN Analyzer capture files.
407 0 string \x42\xd2\x00\x34\x12\x66\x22\x88 RADCOM WAN/LAN Analyzer capture file
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/
H A DREADME.md51 To run the Clang Static Analyzer against a compilation database
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/docs/
H A Dinstall65 "mysql < xxx.sql" for mySQL, Query Analyzer+Open query file for MS SQL,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp513 UnrolledInstAnalyzer Analyzer(Iteration, SimplifiedValues, SE, L); in analyzeLoopUnrollCost() local
537 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost()
/netbsd-src/external/apache2/llvm/dist/clang/docs/CommandGuide/
H A Dclang.rst59 :program:`Clang Static Analyzer`
61 The Clang Static Analyzer is a tool that scans source code to try to find bugs
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLexicon.rst100 `Clang Static Analyzer <https://clang.llvm.org/docs/ClangStaticAnalyzer.html>`_.
/netbsd-src/bin/sh/USD.doc/
H A DRv7man261 %T Lex \(em A Lexical Analyzer Generator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.def327 /* Analyzer timevars. */

123