Lines Matching defs:PTR
13991 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED)
13992 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED)
13995 # define AtomicLoad(PTR) (*(PTR))
13996 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL))
173834 0, /* PTR => nothing */
174103 /* 112 */ "PTR",
174537 /* 217 */ "expr ::= expr PTR expr",
175462 218, /* (217) expr ::= expr PTR expr */
175876 -3, /* (217) expr ::= expr PTR expr */
177039 case 217: /* expr ::= expr PTR expr */