Home
last modified time | relevance | path

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

12

/src/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 …]
/src/crypto/krb5/src/util/
H A Dt_template.pm39 sub substitute { # (text) subroutine
57 print $fh $self->substitute($self->{template});
H A Dt_bimap.pm55 print $fh $self->substitute($headertemplate);
59 print $fh $self->substitute($bodytemplate);
/src/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg511 # "PhoneTrans <what-to-strip> / <what-to-substitute-instead>"
/src/contrib/tcsh/nls/C/
H A Dset191 89 No previous substitute
92 90 Bad substitute
/src/usr.bin/sed/
H A Dprocess.c74 static int substitute(struct s_command *);
228 sdone |= substitute(cp); in process()
381 substitute(struct s_command *cp) in substitute() function
/src/release/packages/ucl/
H A Dlibdwarf-all.ucl20 * damages (including, but not limited to, procurement of substitute goods
/src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp440 ConstString substitute(llvm::StringRef Mangled, Ts &&... Vals) { in substitute() function in __anonbd4b3d6f0111::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()
/src/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 Dp5040si-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 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;
/src/contrib/lyaml/build-aux/
H A Dluke82 luke.substitute=merge(luke.substitute or{},{package=interpolate_to_substitute(luke.package),version…
277 …run_configs(L,conf,L.luke)local substitute=makeenv(L.clidefs,L.luke.substitute,SHELLENV)L.luke=run…
/src/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")
/src/contrib/tcpdump/
H A Dconfigure.ac743 dnl Check for "pcap_list_datalinks()" and use a substitute version if
762 dnl Check for "pcap_datalink_name_to_val()", and use a substitute
765 dnl use a substitute version.
783 dnl Check for "pcap_set_datalink()"; you can't substitute for it if
790 dnl Check for "pcap_breakloop()"; you can't substitute for it if
H A DCMakeLists.txt833 # Check for "pcap_list_datalinks()" and use a substitute version if
847 # Check for "pcap_datalink_name_to_val()", and use a substitute
850 # use a substitute version.
858 # Check for "pcap_set_datalink()"; you can't substitute for it if
865 # Check for "pcap_breakloop()"; you can't substitute for it if
872 # 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
/src/crypto/openssl/
H A DFREEBSD-upgrade.md34 versions, respectively for the OpenSSL release. Please substitute the values as
/src/contrib/libxo/doc/
H A Dgetting.rst55 so you'll need to substitute "`gzip -dc $file | tar xf -`" instead
/src/sys/contrib/openzfs/config/
H A Diconv.m4281 dnl Also substitute ICONV_CONST in the gnulib generated <iconv.h>.
/src/lib/libc/softfloat/templates/
H A Dsoftfloat-specialize44 substitute a result value. If traps are not implemented, this routine

12