Searched refs:outputs (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/ntp/scripts/build/
H A Dgenver8 outputs=
16 outputs="m4/version.m4 $outputs"
19 outputs="include/version.def $outputs"
22 outputs="include/version.texi $outputs"
30 case "$outputs" in
31 '') outputs="m4/version.m4 include/version.def include/version.texi" ;;
48 case "$outputs" i
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp773 /// constructFunction - make a function based on inputs and outputs, as follows:
776 const ValueSet &outputs,
783 LLVM_DEBUG(dbgs() << "outputs: " << outputs.size() << "\n");
785 // This function returns unsigned, outputs will go back by reference.
802 for (Value *output : outputs) {
818 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
971 for (unsigned i = 0, e = outputs.size(); i != e; ++i, ++AI)
972 AI->setName(outputs[i]->getName()+".out");
1078 ValueSet &outputs) {
775 constructFunction(const ValueSet &inputs, const ValueSet &outputs, BasicBlock *header, BasicBlock *newRootNode, BasicBlock *newHeader, Function *oldFunction, Module *M) argument
1075 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, ValueSet &inputs, ValueSet &outputs) argument
1615 ValueSet inputs, outputs, SinkingCands, HoistingCands; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h80 /// 1) Find both the inputs and outputs for the extracted region.
83 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas
216 const ValueSet &outputs,
230 ValueSet &inputs, ValueSet &outputs);
/freebsd-13-stable/share/mk/
H A Dbsd.snmpmod.mk18 # Force rebuild the .c file if any of its other outputs are missing.
H A Dbsd.dep.mk127 # Force rebuild the .c file if any of its other outputs are missing.
140 # Force rebuild the .c file if any of its other outputs are missing.
/freebsd-13-stable/share/dtrace/
H A Dhotopen29 * The hotopen D script periodically outputs table of which UIDs
/freebsd-13-stable/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c468 int32_t outputs, rc; local
489 outputs = 0;
494 outputs = -1;
501 outputs = -1;
505 outputs += rc;
521 if (outputs == 0) {
/freebsd-13-stable/contrib/apr/
H A DMakefile.in56 build-outputs.mk build/ltcf-c.sh build/aclocal.m4 \
H A Dbuild-outputs.mk326 .make.dirs: $(srcdir)/build-outputs.mk
/freebsd-13-stable/contrib/apr-util/
H A DMakefile.in62 exports.c build-outputs.mk \
H A Dbuild-outputs.mk150 .make.dirs: $(srcdir)/build-outputs.mk
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-assign.mk53 # This outputs the line to stderr.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp600 llvm::any_of(as->outputs(), [&](const Expr *output) {
813 for (const Expr *o : as->outputs())
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in437 tests/failure-outputs.txt
/freebsd-13-stable/contrib/subversion/
H A DMakefile.in475 rm -f $(top_srcdir)/build-outputs.mk \
790 # Implicit rules for creating outputs from input files
1029 # This runs after the target of the same name in build-outputs.mk.
H A Dconfigure27818 INCLUDE_OUTPUTS="include \$(top_srcdir)/build-outputs.mk"
27824 INCLUDE_OUTPUTS=".include \"\$(top_srcdir)/build-outputs.mk\""
H A Dbuild-outputs.mk2 # FROM build/generator/templates/build-outputs.mk.ezt
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2893 outputs_range outputs() { function in class:clang::AsmStmt
2905 outputs_const_range outputs() const { function in class:clang::AsmStmt
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dvpaes-armv8.S738 ## when encrypting, outputs out(%xmm0) ^ 63
739 ## when decrypting, outputs unskew(%xmm0)
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3031 // We have processed both the inputs and the outputs. All of the outputs
3036 // outputs.
3040 for (const Expr *O : A->outputs()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5926 if (Error Err = ImportContainerChecked(S->outputs(), Exprs))

Completed in 478 milliseconds