Home
last modified time | relevance | path

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

1234

/freebsd/sys/fs/cd9660/
H A Dcd9660_rrip.c683 ISO_RRIP_ANALYZE analyze; in cd9660_rrip_analyze() local
685 analyze.inop = inop; in cd9660_rrip_analyze()
686 analyze.imp = imp; in cd9660_rrip_analyze()
687 analyze.fields = ISO_SUSP_ATTR | ISO_SUSP_TSTAMP | ISO_SUSP_DEVICE; in cd9660_rrip_analyze()
689 return (cd9660_rrip_loop(isodir, &analyze, rrip_table_analyze)); in cd9660_rrip_analyze()
710 ISO_RRIP_ANALYZE analyze; in cd9660_rrip_getname() local
714 analyze.outbuf = outbuf; in cd9660_rrip_getname()
715 analyze.outlen = outlen; in cd9660_rrip_getname()
716 analyze.maxlen = NAME_MAX; in cd9660_rrip_getname()
717 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>__: .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}
H A Dbsd.init.mk70 make(analyze) || make(print-dir)
/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.cpp47 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
81 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run()
H A DOptimizationRemarkEmitter.cpp38 LI.analyze(DT); in OptimizationRemarkEmitter()
/freebsd/contrib/jemalloc/
H A DMakefile.in326 TESTS_ANALYZE := $(srcroot)test/analyze/prof_bias.c \
327 $(srcroot)test/analyze/rand.c \
328 $(srcroot)test/analyze/sizes.c
354 C_TESTLIB_ANALYZE_OBJS := $(C_TESTLIB_SRCS:$(srcroot)%.c=$(objroot)%.analyze.$(O))
447 $(C_TESTLIB_ANALYZE_OBJS): $(objroot)test/src/%.analyze.$(O): $(srcroot)test/src/%.c
538 $(objroot)test/analyze/%$(EXE): $(objroot)test/analyze/%.$(O) $(C_JET_OBJS) $(C_TESTLIB_ANALYZE_OBJ…
667 @mkdir -p $(objroot)test/analyze
684 analyze: tests_analyze analyze_dir
/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/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h325 LLVM_ABI void analyze(MachineFunction &MF);
343 SlotIndexes(MachineFunction &MF) { analyze(MF); } in SlotIndexes()
349 analyze(MF); in reanalyze()
676 SI.analyze(fn);
H A DLiveIntervals.h105 analyze(MF); in LiveIntervals()
108 LLVM_ABI void analyze(MachineFunction &MF);
312 analyze(MF); in reanalyze()
H A DLiveVariables.h148 LLVM_ABI void analyze(MachineFunction &MF);
337 LV.analyze(MF); in runOnMachineFunction()
H A DGlobalMergeFunctions.h70 void analyze(Module &M);
H A DLiveDebugVariables.h43 void analyze(MachineFunction &MF, LiveIntervals *LIS);
/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(getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree()); in runOnMachineFunction()
H A DLazyMachineBlockFrequencyInfo.cpp83 OwnedMLI->analyze(*MDT); in calculateIfNotAvailable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroShape.h82 LLVM_ABI void analyze(Function &F,
277 analyze(F, CoroFrames, UnusedCoroSaves, CoroPromise); in Shape()
/freebsd/crypto/heimdal/tools/
H A DMakefile.am47 kdc-log-analyze.pl
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h91 LLVM_ABI Error analyze(std::optional<BCDumpOptions> O = std::nullopt,
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp261 ConvergenceRegionInfo analyze() { in analyze() function in __anon3b2819e70211::ConvergenceRegionAnalyzer
310 return Analyzer.analyze(); in getConvergenceRegions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp126 ExitOnErr(BA.analyze( in main()

1234