Searched refs:label_type (Results 1 – 7 of 7) sorted by relevance
38 unsigned int label_type; in extract_name() local62 label_type = l & 0xc0; in extract_name()64 if (label_type == 0xc0) /* pointer */ in extract_name()79 } else if (label_type == 0x80) in extract_name()81 else if (label_type == 0x40) { /* ELT */ in extract_name()238 unsigned int label_type; in skip_name() local242 label_type = (*ansp) & 0xc0; in skip_name()244 if (label_type == 0xc0) { in skip_name()248 } else if (label_type == 0x80) in skip_name()250 else if (label_type == 0x40) { in skip_name()
413 external label_type : llcontext -> lltype = "llvm_label_type"
683 (** [label_type c] creates a type of a basic block in the context [c]. See685 val label_type : llcontext -> lltype val
324 external label_type : llcontext -> lltype = "llvm_label_type"
553 (** [label_type c] creates a type of a basic block in the context [c]. See555 val label_type : llcontext -> lltype val
481 external label_type : llcontext -> lltype = "llvm_label_type"
707 (** [label_type c] creates a type of a basic block in the context [c]. See709 val label_type : llcontext -> lltype val