Searched defs:Labels (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLocaleICUTest.cpp42 // Labels class is used for printing results in EXPECT_EQ macro.
43 class Labels { class in class:LocaleICUTest
45 Labels(const Vector<String> labels) function in class:LocaleICUTest::Labels
51 bool operator==(const Labels& other) const
81 Labels labels(const String& element1, const String& element2)
86 return Labels(labels);
126 Labels timeAMPMLabels(const char* localeString)
129 return Labels(locale->timeAMPMLabels());
140 std::ostream& operator<<(std::ostream& os, const LocaleICUTest::Labels& labels)
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h505 SmallVector<const LabelDecl*, 4> Labels; member in class:clang::CodeGen::CodeGenFunction::LexicalScope
522 Labels.push_back(label);
542 if (!Labels.empty())
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2728 SmallVectorImpl<InlineInfoLabels> &Labels = II->second; local
2745 Asm->EmitULEB128(Labels.size(), "Inline count");
2747 for (SmallVectorImpl<InlineInfoLabels>::iterator LI = Labels.begin(),
2748 LE = Labels.end(); LI != LE; ++LI) {

Completed in 178 milliseconds