Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dsymbol-simplification-nonloc-loc.cpp8 long p_as_integer = (long)p; in nonloc_OP_loc() local
9 if (op(12, p_as_integer) != 11) in nonloc_OP_loc()
25 long p_as_integer = (long)p; in loc_OP_nonloc() local
26 if (op(p_as_integer, 12) != 11) in loc_OP_nonloc()