Home
last modified time | relevance | path

Searched refs:clobber (Results 1 - 23 of 23) sorted by relevance

/third_party/gn/src/gn/
H A Dfunction_forward_variables_from_unittest.cc46 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 Dnir_opt_find_array_copies.c309 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 DMakefile42 clobber: clean
/third_party/skia/third_party/externals/egl-registry/api/
H A DMakefile53 clobber: clean
/third_party/EGL/sdk/docs/man/html/
H A DMakefile86 clobber: clean
/third_party/EGL/sdk/docs/man/xhtml/
H A DMakefile71 clobber clean:
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A DMakefile71 clobber clean:
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A DMakefile76 clobber: clean
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.h160 void checkasm_stack_clobber(uint64_t clobber, ...);
193 void checkasm_stack_clobber(uint64_t clobber, ...);
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_ra.c209 * 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 Dx64-test-dwarf-expressions.S32 # RAX flows back unchanged. Adding any function calls to the below may clobber
/third_party/ffmpeg/tests/checkasm/x86/
H A Dcheckasm.asm65 ; int checkasm_stack_clobber(uint64_t clobber, ...)
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
H A DMakefile244 clean clobber: clean_dirt
/third_party/libuv/src/unix/
H A Dfs.c352 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 Dfs.c333 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 Dbsaes-armv7.pl502 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 Dbsaes-armv7.pl502 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 Dfs.c1191 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 Dfs.c1257 goto clobber; in fs__mktemp()
1264 goto clobber; in fs__mktemp()
1284 clobber: in fs__mktemp()
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm406 ; Ensure that we don't clobber any registers containing arguments. For UNIX64 we also preserve r6 (rax)
/third_party/ffmpeg/
H A Dconfigure481 --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 DTemplate.pm1103 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 DTemplate.pm1103 In this case the template will clobber the variable C<$Q::item_no>,

Completed in 35 milliseconds