Home
last modified time | relevance | path

Searched full:analyze (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/freebsd/sys/fs/cd9660/
H A Dcd9660_rrip.c571 ISO_RRIP_ANALYZE analyze; in cd9660_rrip_analyze() local
573 analyze.inop = inop; in cd9660_rrip_analyze()
574 analyze.imp = imp; in cd9660_rrip_analyze()
575 analyze.fields = ISO_SUSP_ATTR|ISO_SUSP_TSTAMP|ISO_SUSP_DEVICE; in cd9660_rrip_analyze()
577 return cd9660_rrip_loop(isodir,&analyze,rrip_table_analyze); in cd9660_rrip_analyze()
598 ISO_RRIP_ANALYZE analyze; in cd9660_rrip_getname() local
602 analyze.outbuf = outbuf; in cd9660_rrip_getname()
603 analyze.outlen = outlen; in cd9660_rrip_getname()
604 analyze.maxlen = NAME_MAX; in cd9660_rrip_getname()
605 analyze.inump = inump; in cd9660_rrip_getname()
[all …]
/freebsd/share/mk/
H A Dbsd.clang-analyze.mk23 # analyze:
27 .if !target(__<bsd.clang-analyze.mk>__)
28 __<bsd.clang-analyze.mk>__:
32 .if ${COMPILER_TYPE} != "clang" && (make(analyze) || make(*.clang-analyzer))
37 CLANG_ANALYZE_OUTPUT_DIR?= clang-analyze
38 CLANG_ANALYZE_FLAGS+= --analyze \
91 .if !target(analyze)
92 analyze: beforeanalyze .WAIT ${CLANG_ANALYZE_OBJS}
99 .endif # !target(__<bsd.clang-analyze.mk>__)
/freebsd/contrib/sendmail/libsmutil/
H A Dt-lockfile-0.sh10 # test t-lockfile, analyze result
22 analyze() function
40 analyze || fail "$opts: unlock1=$U, lock2=$L"
53 analyze || fail "$opts: unlock1=$U, lock2=$L"
65 analyze || fail "$opts: unlock1=$U, lock2=$L"
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dcodeql.yml12 analyze:
13 name: Analyze
43 uses: github/codeql-action/analyze@v3
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionPrinter.h47 /// Analyze the regions of a function and open its GraphViz
55 /// @param F Function to analyze.
67 /// Analyze the regions of a function and open its GraphViz
75 /// @param F Function to analyze.
H A DDependenceGraphBuilder.h80 /// Analyze the def-use chains and create edges from the nodes containing
84 /// Analyze data dependencies that exist between memory loads or stores,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h1 //===- MipsAnalyzeImmediate.h - Analyze Immediates -------------*- C++ -*--===//
26 /// Analyze - Get an instruction sequence to load immediate Imm. The last
29 const InstSeq &Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu);
H A DMipsAnalyzeImmediate.cpp1 //===- MipsAnalyzeImmediate.cpp - Analyze Immediates ----------------------===//
129 &MipsAnalyzeImmediate::Analyze(uint64_t Imm, unsigned Size, in Analyze() function in MipsAnalyzeImmediate
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h9 // This header defines interfaces to analyze LLVM bitcode files/streams.
88 /// Analyze the bitcode file.
89 Error analyze(std::optional<BCDumpOptions> O = std::nullopt,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp200 llvm::errs() << "ANALYZE"; in DisplayFunction()
355 /// Check if we should skip (not analyze) the given function.
405 // 'nil' and unless we analyze the 'init' functions as top level, we will in shouldSkipFunction()
449 // analyze parents before the children. Skip the functions inlined into in HandleDeclsCallGraph()
473 // definition from another TU. In this case we don't want to analyze the in HandleDeclsCallGraph()
483 // Analyze the function. in HandleDeclsCallGraph()
520 "list: -analyze-function=\"foobar(int, _Bool)\"\n"; in reportAnalyzerFunctionMisuse()
524 "-analyze-function=foobar\n"; in reportAnalyzerFunctionMisuse()
566 // If the user wanted to analyze a specific function and the number of basic in runAnalysisOnTranslationUnit()
605 // Don't analyze if the user explicitly asked for no checks to be performed in HandleTranslationUnit()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp82 /// Analyze an array of argument values,
97 /// Analyze the return values of a function, returning true if the return can
111 /// Analyze the returned values of a return,
124 /// Analyze the outgoing arguments to a call,
160 /// Analyze the return values of a call, incorporating info about the passed
H A DSplitKit.h94 /// SplitAnalysis - Analyze a LiveInterval, looking for live range splitting
176 /// analyze - set CurLI to the specified interval, and analyze how it may be
178 void analyze(const LiveInterval *li);
180 /// clear - clear all data structures so SplitAnalysis is ready to analyze a
220 /// analyze(li).
/freebsd/contrib/diff/
H A DChangeLog84 * src/analyze.c, src/context.c, src/diff.c, src/io.c, src/util.c:
185 * src/analyze.c (diag): Return void, not lin, since the return
226 * src/analyze.c (briefly_report): Don't say "Binary files differ",
414 * src/analyze.c, src/cmp.c, src/diff.c, src/diff3.c, src/io.c,
474 * src/analyze.c (diff_2_files): Assign PTRDIFF_MAX - 1 to a
751 * src/analyze.c (diff_2_files):
1582 * src/analyze.c: Assume C89 or better.
1851 * analyze.c (no_discards): Remove.
1995 * analyze.c (briefly_report): Rewrite `message (A?"B":"C")' as
2331 * analyze.c (too_expensive): New variable, for heuristic to
[all …]
H A DAUTHORS89 Assigns changes (makefile.in, analyze.c, cmp.c, error.c, diff.c,
110 Assigns changes to diff. (diffutils-2.7.2/analyze.c, context.c, diff.[ch],
/freebsd/usr.sbin/crashinfo/
H A Dcrashinfo.833 .Nd "analyze a core dump of the operating system"
74 it uses several utilities to analyze the core including
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def84 ANALYSIS_INLINING_MODE(All, "all", "Analyze all functions as top level")
88 "Do not analyze a function which has been previously inlined")
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h232 /// AnalyzeVirtRegInBundle - Analyze how the current instruction or bundle uses
236 /// @param Reg The virtual register to analyze.
285 /// AnalyzePhysRegInBundle - Analyze how the current instruction or bundle uses
289 /// @param Reg The physical register to analyze.
H A DCallingConvLower.h260 /// AnalyzeFormalArguments - Analyze an array of argument values,
271 /// AnalyzeReturn - Analyze the returned values of a return,
276 /// CheckReturn - Analyze the return values of a function, returning
282 /// AnalyzeCallOperands - Analyze the outgoing arguments to a call,
299 /// AnalyzeCallResult - Analyze the return values of a call,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDominanceFrontier.cpp49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
83 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp133 "Cannot analyze function without a body"); in build()
143 "Cannot analyze templated declarations"); in build()
150 "Can only analyze C++"); in build()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp165 // Try to analyze this branch. in isJumpOutOfRange()
167 // Could not analyze it. See if this is something we can recognize. in isJumpOutOfRange()
186 // Analyze the second branch in the BB. in isJumpOutOfRange()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.h1 //===--- TokenAnalyzer.h - Analyze Token Streams ----------------*- C++ -*-===//
86 analyze(TokenAnnotator &Annotator,
H A DTokenAnalyzer.cpp1 //===--- TokenAnalyzer.cpp - Analyze Token Streams --------------*- C++ -*-===//
130 analyze(Annotator, AnnotatedLines, Lex); in process()
H A DUsingDeclarationsSorter.h28 analyze(TokenAnnotator &Annotator,
/freebsd/share/man/man8/
H A Dcrash.841 and (very briefly) how to analyze crash dumps.
196 To analyze a dump you should begin by running

12345678910>>...19