Home
last modified time | relevance | path

Searched refs:REPLACE (Results 1 – 25 of 82) sorted by relevance

1234

/openbsd/gnu/llvm/compiler-rt/cmake/Modules/
H A DCheckSectionExists.cmake35 string(REPLACE ";" " " extra_flags "${try_compile_flags}")
40 string(REPLACE "<CMAKE_C_COMPILER>" "${CMAKE_C_COMPILER} ${CMAKE_C_COMPILER_ARG1}"
43 string(REPLACE "<OBJECT>" "${TARGET_NAME}/CheckSectionExists.o"
46 string(REPLACE "<SOURCE>" "${TARGET_NAME}/CheckSectionExists.c"
49 string(REPLACE "<FLAGS>" "${CMAKE_C_FLAGS} ${extra_flags}"
52 string(REPLACE "${substitution}" "" test_compile_command
59 string(REPLACE "\"" "" test_compile_command "${test_compile_command}")
61 string(REPLACE " " ";" test_compile_command "${test_compile_command}")
H A DBuiltinTests.cmake52 string(REPLACE ";" " " extra_flags "${TRY_COMPILE_FLAGS}")
57 string(REPLACE "<CMAKE_C_COMPILER>"
60 string(REPLACE "<OBJECT>"
64 string(REPLACE "<SOURCE>" "${SIMPLE_C}" test_compile_command
67 string(REPLACE "<FLAGS>" "${CMAKE_C_FLAGS} ${extra_flags}"
70 string(REPLACE "${substitution}" "" test_compile_command
79 string(REPLACE "\"" "" test_compile_command "${test_compile_command}")
81 string(REPLACE " " ";" test_compile_command "${test_compile_command}")
H A DCompilerRTCompile.cmake9 string(REPLACE ";/" ";-" msvc_flags "${msvc_flags}")
12 string(REGEX REPLACE ";-\([DU]\);" ";-\\1" msvc_flags "${msvc_flags}")
77 string(REPLACE " " ";" global_flags "${CMAKE_CXX_FLAGS}")
79 string(REPLACE " " ";" global_flags "${CMAKE_C_FLAGS}")
H A DCompilerRTUtils.cmake367 string(REPLACE "-" ";" LLVM_TARGET_TRIPLE_LIST ${COMPILER_RT_DEFAULT_TARGET_TRIPLE})
402 string(REGEX REPLACE "\\.S$" ".c" _cname "${_name}")
426 string(REGEX REPLACE "-gnu.*" "-gnuabi64" triple_suffix_gnu "${triple_suffix}")
427 string(REGEX REPLACE "mipsisa32" "mipsisa64" triple_cpu_mips "${triple_cpu}")
428 string(REGEX REPLACE "^mips$" "mips64" triple_cpu_mips "${triple_cpu_mips}")
429 string(REGEX REPLACE "^mipsel$" "mips64el" triple_cpu_mips "${triple_cpu_mips}")
432 string(REGEX REPLACE "-gnuabi.*" "-gnu" triple_suffix_gnu "${triple_suffix}")
433 string(REGEX REPLACE "mipsisa64" "mipsisa32" triple_cpu_mips "${triple_cpu}")
434 string(REGEX REPLACE "mips64" "mips" triple_cpu_mips "${triple_cpu_mips}")
451 string(REGEX REPLACE "hf$" "" triple_suffix "${triple_suffix}")
H A DAddCompilerRT.cmake333 string(REPLACE ";" " " extra_cflags_${libname} "${extra_cflags_${libname}}")
341 string(REPLACE "<CMAKE_C_COMPILER>" "${CMAKE_C_COMPILER} ${CMAKE_C_COMPILER_ARG1}"
344 string(REPLACE "<OBJECT>" "${output_dir_${libname}}/${output_file_${libname}}"
347 string(REPLACE "<SOURCE>" "${sources_${libname}}"
350 string(REPLACE "<FLAGS>" "${CMAKE_C_FLAGS} ${extra_cflags_${libname}}"
353 string(REPLACE "${substitution}" "" compile_command_${libname}
417 string(REGEX REPLACE ".*ld64-([0-9.]+).*" "\\1" HOST_LINK_VERSION ${LD_V_OUTPUT})
669 string(REPLACE ";" " " LIBCXX_C_FLAGS "${LIBCXX_CFLAGS}")
673 string(REPLACE ";" " " LIBCXX_CXX_FLAGS "${LIBCXX_CFLAGS}")
768 …string(REPLACE ${CMAKE_CFG_INTDIR} ${LLVM_BUILD_MODE} COMPILER_RT_RESOLVED_TEST_COMPILER ${COMPILE…
[all …]
/openbsd/gnu/llvm/libcxx/cmake/Modules/
H A DHandleLibcxxFlags.cmake15 string(REGEX REPLACE "^/" "" strippedStr "${strippedStr}")
16 string(REGEX REPLACE "^-+" "" strippedStr "${strippedStr}")
17 string(REGEX REPLACE "-+$" "" strippedStr "${strippedStr}")
18 string(REPLACE "-" "_" strippedStr "${strippedStr}")
19 string(REPLACE ":" "_COLON_" strippedStr "${strippedStr}")
20 string(REPLACE "=" "_EQ_" strippedStr "${strippedStr}")
21 string(REPLACE "+" "X" strippedStr "${strippedStr}")
30 string(REPLACE "${var}" "" CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}")
34 string(REPLACE "${var}" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
35 string(REPLACE "${var}" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
[all …]
/openbsd/gnu/llvm/libcxxabi/cmake/Modules/
H A DHandleLibcxxabiFlags.cmake15 string(REGEX REPLACE "^/" "" strippedStr "${strippedStr}")
16 string(REGEX REPLACE "^-+" "" strippedStr "${strippedStr}")
17 string(REGEX REPLACE "-+$" "" strippedStr "${strippedStr}")
18 string(REPLACE "-" "_" strippedStr "${strippedStr}")
19 string(REPLACE "=" "_EQ_" strippedStr "${strippedStr}")
20 string(REPLACE "+" "X" strippedStr "${strippedStr}")
29 string(REPLACE "${var}" "" CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}")
33 string(REPLACE "${var}" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
34 string(REPLACE "${var}" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
35 string(REPLACE "${var}" "" CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}")
[all …]
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DGetLibraryName.cmake9 string(REPLACE ";" "|" prefixes "${prefixes}")
10 string(REGEX REPLACE "^(${prefixes})" "" path ${path})
13 string(REPLACE ";" "|" suffixes "${suffixes}")
14 string(REGEX REPLACE "(${suffixes})$" "" path ${path})
H A DCrossCompile.cmake51 string(REPLACE ";" "$<SEMICOLON>" targets_to_build_arg
53 string(REPLACE ";" "$<SEMICOLON>" experimental_targets_to_build_arg
56 string(REPLACE ";" "$<SEMICOLON>" llvm_enable_projects_arg
58 string(REPLACE ";" "$<SEMICOLON>" llvm_external_projects_arg
60 string(REPLACE ";" "$<SEMICOLON>" llvm_enable_runtimes_arg
H A DFindZ3.cmake42 string(REGEX REPLACE "([0-9]+\\.[0-9]+\\.[0-9]+)" "\\1"
94 string(REGEX REPLACE "^.*Z3_MAJOR_VERSION[\t ]+([0-9]+).*$" "\\1"
99 string(REGEX REPLACE "^.*Z3_MINOR_VERSION[\t ]+([0-9]+).*$" "\\1"
104 string(REGEX REPLACE "^.*Z3_BUILD_NUMBER[\t ]+([0-9]+).*$" "\\1"
H A DFindzstd.cmake39 …string(REGEX REPLACE "${CMAKE_INSTALL_LIBDIR}$" "${CMAKE_INSTALL_BINDIR}" zstd_DIRNAME "${zstd_DIR…
41 …string(REGEX REPLACE "\\${CMAKE_LINK_LIBRARY_SUFFIX}$" "${CMAKE_SHARED_LIBRARY_SUFFIX}" zstd_BASEN…
H A DChooseMSVCCRT.cmake25 string(REGEX REPLACE "^\\|" "" ${regex} "${${regex}}")
32 string(REPLACE "/" " " ${crt_current} "${${crt_current}}")
43 string(REGEX REPLACE "${${regex}}" "${${flag}}" ${flagsvar} "${${flagsvar}}")
/openbsd/gnu/llvm/libunwind/cmake/Modules/
H A DHandleLibunwindFlags.cmake16 string(REGEX REPLACE "^/" "" strippedStr "${strippedStr}")
17 string(REGEX REPLACE "^-+" "" strippedStr "${strippedStr}")
18 string(REGEX REPLACE "-+$" "" strippedStr "${strippedStr}")
19 string(REPLACE "-" "_" strippedStr "${strippedStr}")
20 string(REPLACE "=" "_EQ_" strippedStr "${strippedStr}")
21 string(REPLACE "+" "X" strippedStr "${strippedStr}")
30 string(REPLACE "${var}" "" CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}")
34 string(REPLACE "${var}" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
35 string(REPLACE "${var}" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
36 string(REPLACE "${var}" "" CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}")
[all …]
/openbsd/gnu/llvm/lldb/utils/lldb-dotest/
H A DCMakeLists.txt54 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} config_runtime_output_dir ${LLVM_RUNTIME_OUTPUT_…
56 …string(REPLACE ${LLVM_RUNTIME_OUTPUT_INTDIR} ${config_runtime_output_dir} "${var}_CONFIGURED" "${$…
63 string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} "${var}_CONFIGURED" "${${var}}")
68 string(REPLACE ${CMAKE_CFG_INTDIR} "." "${var}_CONFIGURED" "${${var}}")
79 …string(REPLACE ${CMAKE_CFG_INTDIR} ${LLVM_BUILD_MODE} LLDB_DOTEST_DIR ${LLVM_RUNTIME_OUTPUT_INTDIR…
81 string(REPLACE ${CMAKE_CFG_INTDIR} ${LLVM_BUILD_MODE} "${var}_CONFIGURED" "${${var}}")
/openbsd/gnu/usr.bin/binutils/binutils/
H A Darlex.l56 "REPLACE" { return REPLACE; }
71 "replace" { return REPLACE; }
H A Darparse.y58 %token REPLACE
106 REPLACE modulename
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Darlex.l55 "REPLACE" { return REPLACE; }
70 "replace" { return REPLACE; }
H A Darparse.y58 %token REPLACE
106 REPLACE modulename
/openbsd/gnu/llvm/lldb/utils/lldb-repro/
H A DCMakeLists.txt13 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} config_runtime_output_dir ${LLVM_RUNTIME_OUTPUT_…
18 …string(REPLACE ${CMAKE_CFG_INTDIR} ${LLVM_BUILD_MODE} LLDB_REPRO_DIR ${LLVM_RUNTIME_OUTPUT_INTDIR})
/openbsd/gnu/llvm/llvm/cmake/platforms/
H A DClangClCMakeCompileRules.cmake8 string(REPLACE "-c <SOURCE>" "-c -- <SOURCE>" CMAKE_C_COMPILE_OBJECT "${CMAKE_C_COMPILE_OBJECT}")
9 string(REPLACE "-c <SOURCE>" "-c -- <SOURCE>" CMAKE_CXX_COMPILE_OBJECT "${CMAKE_CXX_COMPILE_OBJECT}…
/openbsd/bin/pax/
H A Dpat_rep.c57 } REPLACE; typedef
69 static REPLACE *rephead = NULL; /* replacement string list head */
70 static REPLACE *reptail = NULL; /* replacement string list tail */
100 REPLACE *rep; in rep_add()
133 if ((rep = malloc(sizeof(REPLACE))) == NULL) { in rep_add()
909 REPLACE *pt; in rep_name()
/openbsd/gnu/llvm/llvm/tools/llvm-driver/
H A DCMakeLists.txt7 string(REPLACE "-" "_" tool_entry ${tool})
11 string(REPLACE "llvm-" "" alias ${alias})
/openbsd/gnu/llvm/llvm/runtimes/
H A DCMakeLists.txt15 STRING(REGEX REPLACE "-" "_" canon_name ${canon_name})
44 string(REPLACE "-" ";" triple_components ${triple})
100 string(REPLACE "BUILTINS_${target}_" "" new_name ${variableName})
101 string(REPLACE ";" "|" new_value "${${variableName}}")
170 string(REPLACE "-" "_" canon_name ${projName})
326 string(REPLACE "RUNTIMES_${target}_" "" new_name ${variableName})
327 string(REPLACE ";" "|" new_value "${${variableName}}")
335 string(REPLACE "RUNTIMES_${name}_" "" new_name ${variableName})
336 string(REPLACE ";" "|" new_value "${${variableName}}")
343 string(REPLACE ";" "|" LLVM_ENABLE_RUNTIMES_PASSTHROUGH "${LLVM_ENABLE_RUNTIMES}")
/openbsd/usr.bin/sed/
H A Dprocess.c93 for (linenum = 0; mf_fgets(&PS, REPLACE);) { in process()
144 cspace(&PS, hs, hsl, REPLACE); in process()
151 cspace(&HS, ps, psl, REPLACE); in process()
167 if (!mf_fgets(&PS, REPLACE)) in process()
238 cspace(&HS, "", 0, REPLACE); in process()
608 if (spflag == REPLACE) in cspace()
/openbsd/gnu/llvm/libunwind/src/
H A DCMakeLists.txt124 string(REPLACE ";" " " LIBUNWIND_COMPILE_FLAGS "${LIBUNWIND_COMPILE_FLAGS}")
125 string(REPLACE ";" " " LIBUNWIND_CXX_FLAGS "${LIBUNWIND_CXX_FLAGS}")
126 string(REPLACE ";" " " LIBUNWIND_C_FLAGS "${LIBUNWIND_C_FLAGS}")
127 string(REPLACE ";" " " LIBUNWIND_LINK_FLAGS "${LIBUNWIND_LINK_FLAGS}")

1234