| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | overwrite-sections-discard.test | 7 # RUN: ld.lld %t/overwrite.lds -T %t/main.lds %t/a.o -o %t1 2>&1 | count 0 9 # RUN: ld.lld %t/overwrite.lds %t/overwrite.lds -T %t/main.lds %t/a.o -o %t1 2>&1 | count 0 27 #--- overwrite.lds
|
| /llvm-project-15.0.7/lldb/test/API/python_api/sbenvironment/ |
| H A D | TestSBEnvironment.py | 44 env.Set("FOO", "bar", overwrite=True) 53 env.Set("FOO", "baz", overwrite=True) 60 env.Set("BAR", "foo", overwrite=True) 90 self.assertTrue(env.Set("FOO", "", overwrite=False)) 91 env.Set("BAR", "foo", overwrite=False) 101 self.assertFalse(env.Set("FOO", "bar", overwrite=False))
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBEnvironment.cpp | 75 bool SBEnvironment::Set(const char *name, const char *value, bool overwrite) { in Set() argument 76 LLDB_INSTRUMENT_VA(this, name, value, overwrite); in Set() 78 if (overwrite) { in Set()
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | pr47285-not-overwritten-on-all-exit-paths.ll | 10 ; function via %bb.2 -> %no.overwrite.exit. 18 ; CHECK: no.overwrite.exit: 51 br i1 %c.0, label %bb.3, label %no.overwrite.exit 53 no.overwrite.exit: ; preds = %bb.2
|
| H A D | memcpy-complete-overwrite.ll | 15 ;; Fully dead overwrite of memcpy. 26 ;; Fully dead overwrite of memcpy. 37 ;; Fully dead overwrite of memcpy. 48 ;; Fully dead overwrite of memcpy. 59 ;; Full overwrite of smaller memcpy. 70 ;; Full overwrite of smaller memcpy. 81 ;; Full overwrite of smaller memory where overwrite has stronger atomicity 92 ;; Full overwrite of smaller memory where overwrite has weaker atomicity.
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | flexible-array.m | 247 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia… 254 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia… 261 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia… 269 @synthesize count; // expected-warning {{field 'count' can overwrite instance variable 'flexible' w… 273 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia… 286 …int last; // expected-warning {{field 'last' can overwrite instance variable 'flexible' with varia…
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_environment.cpp | 173 void __kmp_env_set(char const *name, char const *value, int overwrite) { in __kmp_env_set() argument 176 int rc = setenv(name, value, overwrite); in __kmp_env_set() 188 if (!overwrite) { in __kmp_env_set()
|
| H A D | kmp_environment.h | 30 void __kmp_env_set(char const *name, char const *value, int overwrite);
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | diagnostic-options-out-of-date.m | 6 // Make sure that we don't rebuild A.pcm and overwrite the original A.pcm that the pch imports 15 // We will rebuild A.pcm and overwrite the original A.pcm that the pch imports, but the two version…
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | commandlineflags_gtest.cc | 12 int setenv(const char* name, const char* value, int overwrite) { in setenv() argument 13 if (!overwrite) { in setenv()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 39 def RequireCommandOverwrite: Property<"require-overwrite", "Boolean">, 42 …Desc<"If true, require --overwrite in 'command script add' before overwriting existing user comman…
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBEnvironment.i | 42 bool Set(const char *name, const char *value, bool overwrite);
|
| /llvm-project-15.0.7/clang/test/Analysis/cert/ |
| H A D | env31-c.c | 32 int setenv(const char *name, const char *value, int overwrite);
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/parallelism-groups/ |
| H A D | lit.cfg | 15 # overwrite an existing group.
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBEnvironment.h | 108 bool Set(const char *name, const char *value, bool overwrite);
|
| /llvm-project-15.0.7/libcxx/cmake/Modules/ |
| H A D | MacroEnsureOutOfSourceBuild.cmake | 10 CMake would overwrite the makefiles distributed with Compiler-RT.
|
| /llvm-project-15.0.7/libcxxabi/cmake/Modules/ |
| H A D | MacroEnsureOutOfSourceBuild.cmake | 10 CMake would overwrite the makefiles distributed with libcxxabi.
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingUtil.h | 38 static inline int setenv(const char *name, const char *value, int overwrite) in setenv() argument
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | bsd.py | 81 def save(self, path=None, overwrite=False): argument 90 if not overwrite and os.path.exists(path): 242 object.save(overwrite=False) 353 matches[0].save(path=options.outfile, overwrite=False)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | tailcall-calleesave.ll | 9 ; Do not overwrite pushed callee-save registers
|
| H A D | tailcc-calleesave.ll | 9 ; Do not overwrite pushed callee-save registers
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | interp-overwrite-bug.s | 4 # rewriting the function but it would still overwrite the jump table in a bogus
|
| /llvm-project-15.0.7/openmp/runtime/tools/lib/ |
| H A D | tools.pm | 958 if ( $opts{ -overwrite } ) { 1005 if ( $opts{ -overwrite } ) { 1210 if ( $opts{ -overwrite } ) { 1251 if ( $opts{ -overwrite } ) { 1539 copy_file( $name, $name . "~", -overwrite => 1 );
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | relocation-b-aarch64.test | 8 # immediate. We use this property to overwrite instructions with a branch.
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | exit_on_src_pos.test | 5 # in expansion of %t cause the compiler to overwrite .lib and .exp files.
|