Searched refs:num_exprs (Results 1 – 2 of 2) sorted by relevance
36 num_exprs: usize, field52 num_exprs: 0, in new()119 self.num_exprs = exprs.len(); in compile()371 if self.num_exprs > 1 || self.compiled.is_dfa { in c_capture()
1921 const uint32_t num_exprs = 4; in JITTypePacked() local1922 static_assert(num_exprs == (eExprTypeElemPtr - eExprTypeDimX + 1), in JITTypePacked()1925 char expr_bufs[num_exprs][jit_max_expr_size]; in JITTypePacked()1926 uint64_t results[num_exprs]; in JITTypePacked()1928 for (uint32_t i = 0; i < num_exprs; ++i) { in JITTypePacked()1977 const uint32_t num_exprs = 4; in JITElementPacked() local1978 static_assert(num_exprs == (eExprElementFieldCount - eExprElementType + 1), in JITElementPacked()1981 char expr_bufs[num_exprs][jit_max_expr_size]; in JITElementPacked()1982 uint64_t results[num_exprs]; in JITElementPacked()1984 for (uint32_t i = 0; i < num_exprs; i++) { in JITElementPacked()[all …]