Lines Matching refs:XCL_NOTPROP
7562 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7602 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7765 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7771 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7804 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7810 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7842 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7847 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7854 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7905 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7913 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
8020 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
8021 if (*cc == XCL_NOTPROP) in compile_xclass_matchingpath()
8853 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()