Searched refs:label_type (Results 1 – 5 of 5) sorted by relevance
42 unsigned int label_type; in extract_name() local71 label_type = l & 0xc0; in extract_name()73 if (label_type == 0xc0) /* pointer */ in extract_name()91 else if (label_type == 0x80) in extract_name()93 else if (label_type == 0x40) in extract_name()285 unsigned int label_type; in skip_name() local290 label_type = (*ansp) & 0xc0; in skip_name()292 if (label_type == 0xc0) in skip_name()298 else if (label_type == 0x80) in skip_name()300 else if (label_type == 0x40) in skip_name()
214 Type* label_type; in VisitSwitchStatement() local217 &tag_type, &label_type, &combined_type); in VisitSwitchStatement()219 NarrowLowerType(label, label_type); in VisitSwitchStatement()
4782 Type* label_type = clause->label()->bounds().lower; in VisitSwitchStatement() local4785 Token::EQ_STRICT, tag_value, label_value, tag_type, label_type, in VisitSwitchStatement()
383 external label_type : llcontext -> lltype = "llvm_label_type"
640 (** [label_type c] creates a type of a basic block in the context [c]. See642 val label_type : llcontext -> lltype val