Home
last modified time | relevance | path

Searched defs:bytes_end (Results 1 – 11 of 11) sorted by relevance

/external/bazelbuild-rules_rust/test/cc_common_link/with_global_alloc/
Dmain.rs42 let bytes_end = ALLOCATED.load(SeqCst); in test_global_alloc_was_used() localVariable
/external/elfutils/libdw/
Ddwarf_nextcu.c88 const unsigned char *bytes_end = data + dwarf->sectiondata[sec_idx]->d_size; in INTDEF() local
/external/llvm/include/llvm/ADT/
DStringRef.h102 const unsigned char *bytes_end() const { in bytes_end() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h110 const unsigned char *bytes_end() const { in bytes_end() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DStringRef.h118 const unsigned char *bytes_end() const { in bytes_end() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringRef.h129 const unsigned char *bytes_end() const { in bytes_end() function
/external/llvm/include/llvm/IR/
DMetadata.h597 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h615 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.h634 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DMetadata.h641 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/external/pcre/src/
Dpcre2_jit_compile.c5598 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local