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()287 unsigned int label_type; in skip_name() local292 label_type = (*ansp) & 0xc0; in skip_name()294 if (label_type == 0xc0) in skip_name()300 else if (label_type == 0x80) in skip_name()302 else if (label_type == 0x40) in skip_name()
208 Type* label_type; in VisitSwitchStatement() local211 &tag_type, &label_type, &combined_type); in VisitSwitchStatement()213 NarrowLowerType(label, label_type); in VisitSwitchStatement()
5056 Type* label_type = clause->label()->bounds().lower; in VisitSwitchStatement() local5059 Token::EQ_STRICT, tag_value, label_value, tag_type, label_type, in VisitSwitchStatement()
391 external label_type : llcontext -> lltype = "llvm_label_type"
657 (** [label_type c] creates a type of a basic block in the context [c]. See659 val label_type : llcontext -> lltype val