Home
last modified time | relevance | path

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

/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-subzero/include/llvm/IR/
DMetadata.h615 const unsigned char *bytes_end() const { return getString().bytes_end(); } 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/v8/src/wasm/
Dwasm-objects.cc938 const byte* bytes_end = bytes_start + offset_table->length() - 1; in GetDecodedAsmJsOffsetTable() local
/external/pcre/dist2/src/
Dpcre2_jit_compile.c3487 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local