Searched refs:ptrval (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | atomic.c | 11 int* ptrval; in atomic() local 92 __sync_lock_release(&ptrval); in atomic()
|
/external/llvm-project/clang/test/CodeGen/ |
D | atomic.c | 11 int* ptrval; in atomic() local 92 __sync_lock_release(&ptrval); in atomic()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cppcoreguidelines-init-variables.cpp | 73 const char *ptrval = "a string"; in init_unit_tests() local
|
/external/llvm/docs/ |
D | LangRef.rst | 7424 <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
|
/external/llvm-project/llvm/docs/ |
D | LangRef.rst | 9739 <result> = getelementptr <ty>, <ty>* <ptrval>{, [inrange] <ty> <idx>}* 9740 <result> = getelementptr inbounds <ty>, <ty>* <ptrval>{, [inrange] <ty> <idx>}* 9741 <result> = getelementptr <ty>, <ptr vector> <ptrval>, [inrange] <vector index type> <idx> 10504 <result> = addrspacecast <pty> <ptrval> to <pty2> ; yields pty2 10509 The '``addrspacecast``' instruction converts ``ptrval`` from ``pty`` in 10523 ``ptrval`` to type ``pty2``. It can be a *no-op cast* or a complex
|