Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Drelease_to_os_test.cpp30 size_t to_replace = rand() % kNumChunks; in MallocReleaseStress() local
34 if (i < to_replace) { in MallocReleaseStress()
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/
H A Denum_targets_gen.bzl33 to_replace = "@LLVM_ENUM_{}S@".format(ctx.attr.macro_name)
42 substitutions = {to_replace: replacement},
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp249 bool to_replace = false; in PreprocessLoad() local
275 to_replace = in PreprocessLoad()
284 to_replace = getConstantFieldValue(GADN, 0, size, new_val.c); in PreprocessLoad()
287 if (!to_replace) in PreprocessLoad()