Home
last modified time | relevance | path

Searched refs:PTR (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h235 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) argument
236 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) argument
239 # define AtomicLoad(PTR) (*(PTR)) argument
240 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) argument
H A Dparse.y289 %left CONCAT PTR.
1261 expr(A) ::= expr(B) PTR(C) expr(D). {