Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Datomic.c11 int* ptrval; in atomic() local
92 __sync_lock_release(&ptrval); in atomic()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dinit-variables.cpp73 const char *ptrval = "a string"; in init_unit_tests() local
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst10429 <result> = getelementptr <ty>, ptr <ptrval>{, [inrange] <ty> <idx>}*
10430 <result> = getelementptr inbounds ptr <ptrval>{, [inrange] <ty> <idx>}*
10431 <result> = getelementptr <ty>, <N x ptr> <ptrval>, [inrange] <vector index type> <idx>
11195 <result> = addrspacecast <pty> <ptrval> to <pty2> ; yields pty2
11200 The '``addrspacecast``' instruction converts ``ptrval`` from ``pty`` in
11214 ``ptrval`` to type ``pty2``. It can be a *no-op cast* or a complex