Home | History | Annotate | Download | only in sljit

Lines Matching refs:const_

612 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler)
614 const_->next = NULL;
615 const_->addr = compiler->size;
617 compiler->last_const->next = const_;
619 compiler->consts = const_;
620 compiler->last_const = const_;