Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Datomic.c11 int* ptrval; in atomic() local
92 __sync_lock_release(&ptrval); in atomic()
/external/syslinux/gpxe/src/core/
Dvsprintf.c228 intptr_t ptrval; in vcprintf() local
230 ptrval = ( intptr_t ) va_arg ( args, void * ); in vcprintf()
231 ptr = format_hex ( ptr, ptrval, width, in vcprintf()
/external/llvm/docs/
DLangRef.rst7424 <result> = getelementptr <ty>, <ty>* <ptrval>{, <ty> <idx>}*
7425 <result> = getelementptr inbounds <ty>, <ty>* <ptrval>{, <ty> <idx>}*
7426 <result> = getelementptr <ty>, <ptr vector> <ptrval>, <vector index type> <idx>
8146 <result> = addrspacecast <pty> <ptrval> to <pty2> ; yields pty2
8151 The '``addrspacecast``' instruction converts ``ptrval`` from ``pty`` in
8165 ``ptrval`` to type ``pty2``. It can be a *no-op cast* or a complex