/third_party/gn/src/gn/ |
H A D | function_forward_variables_from_unittest.cc | 46 TestParseInput clobber("x = 1\n" + program); in TEST_F() 47 ASSERT_FALSE(clobber.has_error()); in TEST_F() 49 clobber.parsed()->Execute(setup.scope(), &err); in TEST_F() 50 ASSERT_TRUE(err.has_error()); // Should thow a clobber error. in TEST_F() 196 // should clobber existing variables with the same name. in TEST_F() 222 // should clobber existing variables with the same name. in TEST_F()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_find_array_copies.c | 309 clobber(struct match_node *node, struct match_state *state) in clobber() function 497 foreach_aliasing_node(&dst_path, clobber, state); in handle_write() 515 foreach_aliasing_node(&dst_path, clobber, state); in handle_write() 567 foreach_aliasing_node(&dst_path, clobber, state); in opt_find_array_copies_block()
|
/third_party/EGL/api/ |
H A D | Makefile | 42 clobber: clean
|
/third_party/skia/third_party/externals/egl-registry/api/ |
H A D | Makefile | 53 clobber: clean
|
/third_party/EGL/sdk/docs/man/html/ |
H A D | Makefile | 86 clobber: clean
|
/third_party/EGL/sdk/docs/man/xhtml/ |
H A D | Makefile | 71 clobber clean:
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
H A D | Makefile | 71 clobber clean:
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | Makefile | 76 clobber: clean
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.h | 160 void checkasm_stack_clobber(uint64_t clobber, ...); 193 void checkasm_stack_clobber(uint64_t clobber, ...);
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_ra.c | 209 * not intersect any of the registers in the bitset `clobber`. In other words, 212 * entire clobber set B, we need a \ne union b \in B { b - i : i < n }, where 213 * that union is the desired clobber set. That may be written equivalently as 224 bi_make_affinity(uint64_t clobber, unsigned count, bool split_file) in bi_make_affinity() argument 229 clobbered |= (clobber >> i); in bi_make_affinity() 319 /* Blend shaders might clobber r0-r15, r48. */ in bi_mark_interference() 320 uint64_t clobber = BITFIELD64_MASK(16) | BITFIELD64_BIT(48); in bi_mark_interference() local 324 l->affinity[i] &= ~clobber; in bi_mark_interference()
|
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 32 # RAX flows back unchanged. Adding any function calls to the below may clobber
|
/third_party/ffmpeg/tests/checkasm/x86/ |
H A D | checkasm.asm | 65 ; int checkasm_stack_clobber(uint64_t clobber, ...)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
H A D | Makefile | 244 clean clobber: clean_dirt
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 352 goto clobber; in uv__fs_mkstemp() 368 goto clobber; in uv__fs_mkstemp() 394 clobber: in uv__fs_mkstemp()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 333 goto clobber; in uv__fs_mkstemp() 348 goto clobber; in uv__fs_mkstemp() 374 clobber: in uv__fs_mkstemp()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 502 veor @t[7], @t[7], @t[6] @ clobber t[7] 522 veor @t[7], @t[7], @t[5] @ clobber t[7] even more 561 veor @t[6], @t[6], @t[3] @ clobber t[6] 580 veor @t[0], @t[0], @t[5] @ clobber t[0] 586 veor @t[6], @t[6], @t[7] @ clobber t[6]
|
/third_party/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 502 veor @t[7], @t[7], @t[6] @ clobber t[7] 522 veor @t[7], @t[7], @t[5] @ clobber t[7] even more 561 veor @t[6], @t[6], @t[3] @ clobber t[6] 580 veor @t[0], @t[0], @t[5] @ clobber t[0] 586 veor @t[6], @t[6], @t[7] @ clobber t[6]
|
/third_party/libuv/src/win/ |
H A D | fs.c | 1191 goto clobber; in fs__mktemp() 1198 goto clobber; in fs__mktemp() 1218 clobber: in fs__mktemp()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 1257 goto clobber; in fs__mktemp() 1264 goto clobber; in fs__mktemp() 1284 clobber: in fs__mktemp()
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 406 ; Ensure that we don't clobber any registers containing arguments. For UNIX64 we also preserve r6 (rax)
|
/third_party/ffmpeg/ |
H A D | configure | 481 --enable-neon-clobber-test check NEON registers for clobbering (should be 483 --enable-xmm-clobber-test check XMM registers for clobbering (Win64-only;
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1103 In this case the template will clobber the variable C<$Q::item_no>,
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1103 In this case the template will clobber the variable C<$Q::item_no>,
|