Home
last modified time | relevance | path

Searched refs:replace_with (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/make/
H A DMakefile.rules339 replace_with = $(strip $(if $(findstring $(3),$(CC_LASTWORD)), \
344 replace_cc_with = $(call replace_with,$(1),$(CC),$(CLANG_OR_GCC))
346 replace_cc_with = $(join $(dir $(CC)),$(call replace_with,$(1),$(notdir $(CC)),$(CLANG_OR_GCC)))
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_str.h112 void __kmp_str_replace(char *str, char search_for, char replace_with);
H A Dkmp_str.cpp561 void __kmp_str_replace(char *str, char search_for, char replace_with) { in __kmp_str_replace() argument
566 *found = replace_with; in __kmp_str_replace()