Searched refs:kTrueLabelName (Results 1 – 3 of 3) sorted by relevance
372 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()410 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()439 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()647 true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()682 body_label = declarations()->LookupLabel(kTrueLabelName); in Visit()771 true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()1015 Label* body_label = declarations()->LookupLabel(kTrueLabelName); in Visit()1213 true_label = declarations()->TryLookupLabel(kTrueLabelName); in LookupCall()1705 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in GenerateCall()
369 declarations()->DeclareLabel(kTrueLabelName); in Visit()383 declarations()->DeclareLabel(kTrueLabelName); in DeclareExpressionForBranch()447 declarations()->DeclareLabel(kTrueLabelName); in Visit()
19 static constexpr const char* kTrueLabelName = "_True"; variable