Home
last modified time | relevance | path

Searched refs:analyze (Results 1 – 25 of 84) sorted by relevance

1234

/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.mk27 .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}
H A Dbsd.init.mk70 make(analyze) || make(print-dir)
H A DMakefile17 bsd.clang-analyze.mk \
/freebsd/contrib/sendmail/libsmutil/
H A Dt-lockfile-0.sh22 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/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()
H A DOptimizationRemarkEmitter.cpp38 LI.analyze(DT); in OptimizationRemarkEmitter()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h324 void analyze(MachineFunction &MF);
342 SlotIndexes(MachineFunction &MF) { analyze(MF); } in SlotIndexes()
348 analyze(MF); in reanalyze()
675 SI.analyze(fn);
H A DLiveIntervals.h104 analyze(MF); in LiveIntervals()
107 void analyze(MachineFunction &MF);
302 analyze(MF); in reanalyze()
H A DLiveVariables.h147 void analyze(MachineFunction &MF);
335 LV.analyze(MF); in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.h28 analyze(TokenAnnotator &Annotator,
H A DNamespaceEndCommentsFixer.h38 analyze(TokenAnnotator &Annotator,
H A DDefinitionBlockSeparator.h30 analyze(TokenAnnotator &Annotator,
H A DTokenAnalyzer.h86 analyze(TokenAnnotator &Annotator,
H A DQualifierAlignmentFixer.h58 analyze(TokenAnnotator &Annotator,
/freebsd/contrib/libxo/libxo/
H A DMakefile.am87 ${MAKE} CC="clang -Xclang -analyze -Xclang \
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDominanceFrontier.cpp41 Base.analyze( in runOnMachineFunction()
H A DLazyMachineBlockFrequencyInfo.cpp83 OwnedMLI->analyze(MDT->getBase()); in calculateIfNotAvailable()
/freebsd/crypto/heimdal/tools/
H A DMakefile.am47 kdc-log-analyze.pl
/freebsd/contrib/diff/
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],
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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h89 Error analyze(std::optional<BCDumpOptions> O = std::nullopt,
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp270 ConvergenceRegionInfo analyze() { in analyze() function in llvm::SPIRV::ConvergenceRegionAnalyzer
319 return Analyzer.analyze(); in getConvergenceRegions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp244 void GISelCSEInfo::analyze(MachineFunction &MF) { in analyze() function in GISelCSEInfo
436 Info.analyze(*MF); in get()
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp126 ExitOnErr(BA.analyze( in main()

1234