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 D | Makefile.rules | 339 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 D | kmp_str.h | 112 void __kmp_str_replace(char *str, char search_for, char replace_with);
|
| H A D | kmp_str.cpp | 561 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()
|