Searched refs:substitute (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp18 substitute(const Formula &F, function in namespace:clang::dataflow
30 return arena.makeNot(substitute(*F.operands()[0], Substitutions, arena));
32 return arena.makeAnd(substitute(*F.operands()[0], Substitutions, arena),
33 substitute(*F.operands()[1], Substitutions, arena));
35 return arena.makeOr(substitute(*F.operands()[0], Substitutions, arena),
36 substitute(*F.operands()[1], Substitutions, arena));
39 substitute(*F.operands()[0], Substitutions, arena),
40 substitute(*F.operands()[1], Substitutions, arena));
42 return arena.makeEquals(substitute(*F.operands()[0], Substitutions, arena),
43 substitute(*
[all...]
/freebsd-current/usr.bin/sed/
H A Dprocess.c74 static int substitute(struct s_command *);
228 sdone |= substitute(cp);
375 * substitute --
377 * copy of the new pattern space in the substitute space structure
381 substitute(struct s_command *cp) function
402 SS.len = 0; /* Clean substitute space. */
463 * Swap the substitute space and the pattern space, and make sure
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp440 ConstString substitute(llvm::StringRef Mangled, Ts &&... Vals) { function in class:__anon1380::ManglingSubstitutor
456 LLDB_LOG(log, "Failed to substitute mangling in {0}", Mangled);
564 TS.substitute(mangled_name.GetStringRef(), "a", "c"))
569 TS.substitute(mangled_name.GetStringRef(), "x", "l"))
575 TS.substitute(mangled_name.GetStringRef(), "y", "m"))
579 CtorDtorSubstitutor().substitute(mangled_name.GetStringRef()))
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-loop-varname.mk115 # loop. This is different from the .for loops, which substitute the
H A Dvarmod-loop.mk55 # loop. This is different from the .for loops, which substitute the
/freebsd-current/contrib/bmake/mk/
H A Ddpadd.mk59 # we can simply substitute ${SRCTOP} for ${OBJTOP} in

Completed in 104 milliseconds