| /freebsd/sys/fs/cd9660/ |
| H A D | cd9660_rrip.c | 683 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 D | bsd.clang-analyze.mk | 27 .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 D | bsd.init.mk | 70 make(analyze) || make(print-dir)
|
| /freebsd/contrib/sendmail/libsmutil/ |
| H A D | t-lockfile-0.sh | 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/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DominanceFrontier.cpp | 47 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction() 81 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run()
|
| H A D | OptimizationRemarkEmitter.cpp | 38 LI.analyze(DT); in OptimizationRemarkEmitter()
|
| /freebsd/contrib/jemalloc/ |
| H A D | Makefile.in | 326 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 D | UsingDeclarationsSorter.h | 28 analyze(TokenAnnotator &Annotator,
|
| H A D | NamespaceEndCommentsFixer.h | 38 analyze(TokenAnnotator &Annotator,
|
| H A D | DefinitionBlockSeparator.h | 30 analyze(TokenAnnotator &Annotator,
|
| H A D | TokenAnalyzer.h | 86 analyze(TokenAnnotator &Annotator,
|
| H A D | QualifierAlignmentFixer.h | 58 analyze(TokenAnnotator &Annotator,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 325 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 D | LiveIntervals.h | 105 analyze(MF); in LiveIntervals() 108 LLVM_ABI void analyze(MachineFunction &MF); 312 analyze(MF); in reanalyze()
|
| H A D | LiveVariables.h | 148 LLVM_ABI void analyze(MachineFunction &MF); 337 LV.analyze(MF); in runOnMachineFunction()
|
| H A D | GlobalMergeFunctions.h | 70 void analyze(Module &M);
|
| H A D | LiveDebugVariables.h | 43 void analyze(MachineFunction &MF, LiveIntervals *LIS);
|
| /freebsd/contrib/libxo/libxo/ |
| H A D | Makefile.am | 87 ${MAKE} CC="clang -Xclang -analyze -Xclang \
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineDominanceFrontier.cpp | 41 Base.analyze(getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree()); in runOnMachineFunction()
|
| H A D | LazyMachineBlockFrequencyInfo.cpp | 83 OwnedMLI->analyze(*MDT); in calculateIfNotAvailable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/ |
| H A D | CoroShape.h | 82 LLVM_ABI void analyze(Function &F, 277 analyze(F, CoroFrames, UnusedCoroSaves, CoroPromise); in Shape()
|
| /freebsd/crypto/heimdal/tools/ |
| H A D | Makefile.am | 47 kdc-log-analyze.pl
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeAnalyzer.h | 91 LLVM_ABI Error analyze(std::optional<BCDumpOptions> O = std::nullopt,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
| H A D | SPIRVConvergenceRegionAnalysis.cpp | 261 ConvergenceRegionInfo analyze() { in analyze() function in __anon3b2819e70211::ConvergenceRegionAnalyzer 310 return Analyzer.analyze(); in getConvergenceRegions()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/ |
| H A D | llvm-bcanalyzer.cpp | 126 ExitOnErr(BA.analyze( in main()
|