/external/openfst/src/bin/ |
H A D | fstreplace.cc | 46 typedef int64 Label; typedef 47 typedef pair<Label, const s::FstClass* > FstTuple; 49 Label root = atoll(argv[2]); 55 Label lab = atoll(argv[i + 1]);
|
H A D | fstrelabel.cc | 99 typedef int64 Label; typedef 100 vector<pair<Label, Label> > ipairs; 101 vector<pair<Label, Label> > opairs;
|
H A D | fstsymbols.cc | 95 typedef int64 Label; typedef 96 vector<pair<Label, Label> > ipairs; 105 typedef int64 Label; typedef 106 vector<pair<Label, Label> > opairs;
|
/external/openfst/src/include/fst/extensions/pdt/ |
H A D | reverse.h | 39 const vector<pair<typename Arc::Label, 40 typename Arc::Label> > &parens, 42 typedef typename Arc::Label Label; typedef 48 vector<pair<Label, Label> > relabel_pairs;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
H A D | Label.java | 37 public class Label { class 40 Label() { method in class:Label 43 Label(MethodLocation location) { method in class:Label
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
H A D | Label.java | 30 public final class Label { class 39 List<Label> catchLabels = Collections.emptyList(); 42 Label primarySuccessor; 45 Label alternateSuccessor; 49 public Label() {} method in class:Label 78 for (Label catchLabel : catchLabels) {
|
/external/llvm/include/llvm/MC/ |
H A D | MCLabel.h | 27 // \brief The instance number of this Directional Local Label. 38 /// \brief Get the current instance of this Directional Local Label. 41 /// \brief Increment the current instance of this Directional Local Label. 51 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) { argument 52 Label.print(OS);
|
H A D | ConstantPools.h | 31 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {} 32 MCSymbol *Label; member in struct:llvm::ConstantPoolEntry
|
H A D | MCWinEH.h | 24 const MCSymbol *Label; member in struct:llvm::WinEH::Instruction 30 : Label(L), Offset(Off), Register(Reg), Operation(Op) {}
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ErlangGCPrinter.cpp | 90 MCSymbol *Label = PI->Label; local 91 AP.EmitLabelPlusOffset(Label /*Hi*/, 0 /*Offset*/, 4 /*Size*/);
|
H A D | AsmPrinterDwarf.cpp | 148 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, argument 153 OutStreamer->EmitCOFFSecRel32(Label); 159 OutStreamer->EmitSymbolValue(Label, 4); 165 EmitLabelDifference(Label, Label->getSection().getBeginSymbol(), 4);
|
H A D | DIE.cpp | 343 AP->EmitLabelReference(Label, SizeOf(AP, Form), 359 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); } 609 MCSymbol *Label = DD->getDebugLocs().getList(Index).Label; local 610 AP->emitDwarfSymbolReference(Label, /*ForceOffset*/ DD->useSplitDwarf());
|
/external/llvm/tools/llvm-readobj/ |
H A D | StreamWriter.cpp | 30 void StreamWriter::printBinaryImpl(StringRef Label, StringRef Str, argument 36 startLine() << Label; 65 startLine() << Label << ":";
|
/external/openfst/src/extensions/pdt/ |
H A D | pdtreplace.cc | 52 typedef int64 Label; typedef 53 typedef pair<Label, const s::FstClass* > FstTuple; 55 Label root = atoll(argv[2]); 61 Label lab = atoll(argv[i + 1]);
|
/external/openfst/src/include/fst/script/ |
H A D | relabel.h | 56 // In case int64 is not the same as Arc::Label, 58 typedef typename Arc::Label Label; typedef 60 vector<pair<Label, Label> > converted_ipairs(args->arg2.size()); 63 vector<pair<Label, Label> > converted_opairs(args->arg3.size());
|
/external/v8/src/compiler/ |
H A D | code-assembler.h | 154 // and enhanced Label functionality to merge variable values along paths where 178 class Label; 229 void Bind(Label* label); 230 void Goto(Label* label); 231 void GotoIf(Node* condition, Label* true_label); 232 void GotoUnless(Node* condition, Label* false_label); 233 void Branch(Node* condition, Label* true_label, Label* false_label); 235 void Switch(Node* index, Label* default_label, int32_t* case_values, 236 Label** case_label 400 class CodeAssembler::Label { class in class:v8::internal::compiler::CodeAssembler::CodeAssembler 404 explicit Label( function in class:v8::internal::compiler::CodeAssembler::CodeAssembler::Label 408 Label(CodeAssembler* assembler, CodeAssembler::Variable* merged_variable, function in class:v8::internal::compiler::CodeAssembler::CodeAssembler::Label [all...] |
/external/openfst/src/include/fst/ |
H A D | arcfilter.h | 74 typedef typename A::Label Label; typedef in class:fst::MultiLabelArcFilter 82 Label label = match_input_ ? arc.ilabel : arc.olabel; 87 void AddLabel(Label label) { 92 CompactSet<Label, kNoLabel> labels_;
|
H A D | verify.h | 33 typedef typename Arc::Label Label; typedef
|
H A D | closure.h | 48 typedef typename Arc::Label Label; typedef
|
H A D | arc.h | 47 typedef int Label; typedef in class:fst::ArcTpl 50 ArcTpl(Label i, Label o, const Weight& w, StateId s) 61 Label ilabel; 62 Label olabel; 79 typedef int Label; typedef in class:fst::StringArc 83 StringArc(Label i, Label o, Weight w, StateId s) 97 Label ilabel; // Transition input label 98 Label olabe 109 typedef typename A::Label Label; typedef in struct:fst::GallicArc 141 typedef typename A::Label Label; typedef in struct:fst::ReverseArc 166 typedef int Label; typedef in struct:fst::LexicographicArc 190 typedef int Label; typedef in struct:fst::ProductArc 217 typedef typename A::Label Label; typedef in struct:fst::PowerArc 248 typedef typename A::Label Label; typedef in struct:fst::SparsePowerArc 281 typedef typename A::Label Label; typedef in struct:fst::ExpectationArc [all...] |
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFStreamer.cpp | 45 auto *Label = cast<MCSymbolELF>(L); local 46 getAssembler().registerSymbol(*Label); 47 Label->setOther(ELF::STO_MIPS_MICROMIPS);
|
/external/google-breakpad/src/common/ |
H A D | test_assembler.cc | 47 Label::Label() : value_(new Binding()) { } function in class:google_breakpad::test_assembler::Label 48 Label::Label(uint64_t value) : value_(new Binding(value)) { } function in class:google_breakpad::test_assembler::Label 49 Label::Label(const Label &label) { function in class:google_breakpad::test_assembler::Label 53 Label::~Label() { 57 Label [all...] |
/external/google-breakpad/src/common/dwarf/ |
H A D | dwarf2reader_test_common.h | 51 typedef google_breakpad::test_assembler::Label Label; typedef in class:TestCompilationUnit 73 TestCompilationUnit &Header(int version, const Label &abbrev_offset, 103 Label length_; 114 typedef google_breakpad::test_assembler::Label Label; typedef in class:TestAbbrevTable
|
/external/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 66 EmitAbsDifference(streamer, inst.Label, begin); 71 EmitAbsDifference(streamer, inst.Label, begin); 86 EmitAbsDifference(streamer, inst.Label, begin); 90 EmitAbsDifference(streamer, inst.Label, begin); 96 EmitAbsDifference(streamer, inst.Label, begin); 106 EmitAbsDifference(streamer, inst.Label, begin); 119 EmitAbsDifference(streamer, inst.Label, begin); 156 MCSymbol *Label = context.createTempSymbol(); local 159 streamer.EmitLabel(Label); 160 info->Symbol = Label; [all...] |
/external/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 24 std::string llvm::DOT::EscapeString(const std::string &Label) { argument 25 std::string Str(Label);
|