Home
last modified time | relevance | path

Searched refs:LookupLabel (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/torque/
Dimplementation-visitor.cc372 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
374 Label* false_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
406 Label* false_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
410 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
439 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
443 Label* false_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
577 Label* label = declarations()->LookupLabel(stmt->label); in Visit()
647 true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
649 false_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
682 body_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
[all …]
Ddeclarations.h67 Label* LookupLabel(const std::string& name);
Ddeclarations.cc124 Label* Declarations::LookupLabel(const std::string& name) { in LookupLabel() function in v8::internal::torque::Declarations
/external/clang/lib/Sema/
DSemaLookup.cpp253 case Sema::LookupLabel: in getIDNS()
2078 case LookupLabel: in LookupQualifiedName()
3735 Res = LookupSingleName(CurScope, II, Loc, LookupLabel, NotForRedeclaration); in LookupOrCreateLabel()
/external/clang/include/clang/Sema/
DSema.h2709 LookupLabel, enumerator