Home
last modified time | relevance | path

Searched refs:substitute (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp18 substitute(const Formula &F, in substitute() function
30 return arena.makeNot(substitute(*F.operands()[0], Substitutions, arena)); in substitute()
32 return arena.makeAnd(substitute(*F.operands()[0], Substitutions, arena), in substitute()
33 substitute(*F.operands()[1], Substitutions, arena)); in substitute()
35 return arena.makeOr(substitute(*F.operands()[0], Substitutions, arena), in substitute()
36 substitute(*F.operands()[1], Substitutions, arena)); in substitute()
39 substitute(*F.operands()[0], Substitutions, arena), in substitute()
40 substitute(*F.operands()[1], Substitutions, arena)); in substitute()
42 return arena.makeEquals(substitute(*F.operands()[0], Substitutions, arena), in substitute()
43 substitute(*F.operands()[1], Substitutions, arena)); in substitute()
[all …]
/freebsd-14.2/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg511 # "PhoneTrans <what-to-strip> / <what-to-substitute-instead>"
/freebsd-14.2/contrib/tcsh/nls/C/
H A Dset191 89 No previous substitute
92 90 Bad substitute
/freebsd-14.2/usr.bin/sed/
H A Dprocess.c77 static int substitute(struct s_command *);
231 sdone |= substitute(cp); in process()
384 substitute(struct s_command *cp) in substitute() function
/freebsd-14.2/sys/contrib/device-tree/src/powerpc/fsl/
H A Db4420qds.dts28 * (including, but not limited to, procurement of substitute goods or services;
H A Db4420si-pre.dtsi28 * (including, but not limited to, procurement of substitute goods or services;
H A Db4420si-post.dtsi28 * (including, but not limited to, procurement of substitute goods or services;
H A Dp5040si-pre.dtsi28 * (including, but not limited to, procurement of substitute goods or services;
H A Db4qds.dtsi28 * (including, but not limited to, procurement of substitute goods or services;
H A Dp5040ds.dts28 * (including, but not limited to, procurement of substitute goods or services;
H A Dp5040si-post.dtsi28 * (including, but not limited to, procurement of substitute goods or services;
H A Db4si-post.dtsi28 * (including, but not limited to, procurement of substitute goods or services;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp440 ConstString substitute(llvm::StringRef Mangled, Ts &&... Vals) { in substitute() function in __anonb5c80d700111::ManglingSubstitutor
564 TS.substitute(mangled_name.GetStringRef(), "a", "c")) in GenerateAlternateFunctionManglings()
569 TS.substitute(mangled_name.GetStringRef(), "x", "l")) in GenerateAlternateFunctionManglings()
575 TS.substitute(mangled_name.GetStringRef(), "y", "m")) in GenerateAlternateFunctionManglings()
579 CtorDtorSubstitutor().substitute(mangled_name.GetStringRef())) in GenerateAlternateFunctionManglings()
/freebsd-14.2/contrib/diff/
H A DREADME14 substitute for the documentation.
/freebsd-14.2/contrib/ntp/sntp/ag-tpl/0-old/
H A Dcmd-doc.tlib186 (emit (string-substitute (get "sub-text") rep-string (get field-name)))
326 (set! sect-name (string-upcase! (string-substitute
328 (set! macro-name (string-downcase! (string-substitute
448 (set! o_nm (string-substitute o_nm "-" "\\-" ))
1068 (if (exist? "doc") (string-substitute (get "doc" "") "\n\n" "\n.sp\n")
/freebsd-14.2/contrib/tcpdump/
H A Dconfigure.ac726 dnl Check for "pcap_list_datalinks()" and use a substitute version if
745 dnl Check for "pcap_datalink_name_to_val()", and use a substitute
748 dnl use a substitute version.
766 dnl Check for "pcap_set_datalink()"; you can't substitute for it if
773 dnl Check for "pcap_breakloop()"; you can't substitute for it if
H A DCMakeLists.txt782 # Check for "pcap_list_datalinks()" and use a substitute version if
796 # Check for "pcap_datalink_name_to_val()", and use a substitute
799 # use a substitute version.
807 # Check for "pcap_set_datalink()"; you can't substitute for it if
814 # Check for "pcap_breakloop()"; you can't substitute for it if
821 # Check for "pcap_dump_ftell()"; we use a substitute version
H A Dconfigure.in547 dnl and "pcap_datalink_name_to_val()", and use substitute versions
576 dnl Check for "pcap_breakloop()"; you can't substitute for it if
583 dnl Check for "pcap_dump_ftell()" and use a substitute version
/freebsd-14.2/contrib/libxo/doc/
H A Dgetting.rst55 so you'll need to substitute "`gzip -dc $file | tar xf -`" instead
/freebsd-14.2/sys/contrib/openzfs/config/
H A Diconv.m4280 dnl Also substitute ICONV_CONST in the gnulib generated <iconv.h>.
/freebsd-14.2/lib/libc/softfloat/templates/
H A Dsoftfloat-specialize44 substitute a result value. If traps are not implemented, this routine
/freebsd-14.2/lib/libc/softfloat/
H A Dsoftfloat-specialize58 substitute a result value. If traps are not implemented, this routine
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntpdbase-opts.def453 Attempt to substitute the CPU counter for @code{QueryPerformanceCounter}.
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dprint305 // requires transcoding, implementations should substitute
/freebsd-14.2/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42396 # and if the problem exists use a substitute procedure
2592 # See if we could use long anyway Note that we substitute in the
3480 # Convert to a native path and substitute into the output files.
3662 # Convert to a native path and substitute into the output files.

12