Home
last modified time | relevance | path

Searched refs:ptr_offset (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp60 addr_t ptr_offset = addr + size; in UpdateFor() local
64 m_exe_ctx_ref.GetProcessSP()->ReadMemory(ptr_offset, m_ht->pointers, size, in UpdateFor()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexpr.c9575 string_constant (arg, ptr_offset) in string_constant() argument
9577 tree *ptr_offset;
9584 *ptr_offset = size_zero_node;
9598 *ptr_offset = convert (sizetype, arg1);
9604 *ptr_offset = convert (sizetype, arg0);
/openbsd-src/gnu/gcc/gcc/
H A Dexpr.c8873 string_constant (tree arg, tree *ptr_offset) in string_constant() argument
8882 *ptr_offset = size_zero_node; in string_constant()
8931 *ptr_offset = fold_convert (sizetype, offset); in string_constant()
8964 *ptr_offset = offset; in string_constant()