Home
last modified time | relevance | path

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

1234

/freebsd-head/sys/fs/cd9660/
HDcd9660_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-head/share/mk/
HDbsd.clang-analyze.mk27 .if !target(__<bsd.clang-analyze.mk>__)
28 __<bsd.clang-analyze.mk>__: .NOTMAIN
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}
HDbsd.init.mk70 make(analyze) || make(print-dir)
/freebsd-head/contrib/sendmail/libsmutil/
HDt-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-head/contrib/llvm-project/llvm/lib/Analysis/
HDDominanceFrontier.cpp49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
83 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run()
HDOptimizationRemarkEmitter.cpp38 LI.analyze(DT); in OptimizationRemarkEmitter()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSlotIndexes.h324 void analyze(MachineFunction &MF);
342 SlotIndexes(MachineFunction &MF) { analyze(MF); } in SlotIndexes()
348 analyze(MF); in reanalyze()
675 SI.analyze(fn);
HDLiveIntervals.h104 analyze(MF); in LiveIntervals()
107 void analyze(MachineFunction &MF);
302 analyze(MF); in reanalyze()
HDLiveVariables.h147 void analyze(MachineFunction &MF);
335 LV.analyze(MF); in runOnMachineFunction()
/freebsd-head/contrib/llvm-project/clang/lib/Format/
HDUsingDeclarationsSorter.h28 analyze(TokenAnnotator &Annotator,
HDNamespaceEndCommentsFixer.h38 analyze(TokenAnnotator &Annotator,
HDDefinitionBlockSeparator.h30 analyze(TokenAnnotator &Annotator,
HDObjCPropertyAttributeOrderFixer.h39 analyze(TokenAnnotator &Annotator,
HDTokenAnalyzer.h86 analyze(TokenAnnotator &Annotator,
HDQualifierAlignmentFixer.h58 analyze(TokenAnnotator &Annotator,
/freebsd-head/contrib/libxo/libxo/
HDMakefile.am87 ${MAKE} CC="clang -Xclang -analyze -Xclang \
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineDominanceFrontier.cpp41 Base.analyze( in runOnMachineFunction()
HDLazyMachineBlockFrequencyInfo.cpp83 OwnedMLI->analyze(MDT->getBase()); in calculateIfNotAvailable()
/freebsd-head/crypto/heimdal/tools/
HDMakefile.am47 kdc-log-analyze.pl
/freebsd-head/contrib/diff/
HDAUTHORS89 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],
HDChangeLog84 * 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-head/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDBitcodeAnalyzer.h89 Error analyze(std::optional<BCDumpOptions> O = std::nullopt,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
HDSPIRVConvergenceRegionAnalysis.cpp270 ConvergenceRegionInfo analyze() { in analyze() function in llvm::SPIRV::ConvergenceRegionAnalyzer
319 return Analyzer.analyze(); in getConvergenceRegions()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
HDllvm-bcanalyzer.cpp126 ExitOnErr(BA.analyze( in main()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCSEInfo.cpp244 void GISelCSEInfo::analyze(MachineFunction &MF) { in analyze() function in GISelCSEInfo
436 Info.analyze(*MF); in get()

1234