HomeSort by relevance Sort by last modified time
    Searched refs:Labels (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 42 // FIXME: Also mark labels when in MIPS16 mode.
44 for (auto Label : Labels) {
53 Labels.clear();
58 Labels.push_back(Symbol);
64 Labels.clear();
70 Labels.clear();
MipsELFStreamer.h 32 SmallVector<MCSymbol*, 4> Labels;
51 /// Overriding this function allows us to record all labels that should be
56 /// Overriding this function allows us to dismiss all labels that are
61 /// Overriding this function allows us to dismiss all labels that are
69 /// Mark labels as microMIPS, if necessary for the subtarget.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
properties.rb 56 grammar Labels;
87 lexer = Labels::Lexer.new 'a, b, c, 1, 2 A FOOBAR GNU1 A BLARZ'
88 parser = Labels::Parser.new lexer
161 example "accessing tokens with labels" do
211 example "referencing rule properties using rule labels" do
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 138 const Labels: IDictionary<String, IANTLRInterface>);
151 const Labels: IDictionary<String, IANTLRInterface>);
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 119 // the function. This occurs with, e.g., labels that are not
288 // We have to special case labels here. They are statements, but when put
290 // subexpression. Handle this by walking through all labels we encounter,
431 /// Change the cleanup scope of the labels in this lexical scope to
434 assert(!Labels.empty());
438 // Change the scope depth of all the labels.
440 i = Labels.begin(), e = Labels.end(); i != e; ++i) {
448 // Reparent the labels if the new scope also has cleanups.
450 ParentScope->Labels.append(Labels.begin(), Labels.end())
    [all...]
CodeGenFunction.h 494 SmallVector<const LabelDecl*, 4> Labels;
511 Labels.push_back(label);
521 // this ends the cleanup scope before rescoping any labels.
534 if (!Labels.empty())
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
42 \item To assign flow labels to packets sent by user.
44 \item To get flow labels of received packets. I do not know
46 want to use flow labels to distinguish sub-flows.
48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
52 Flow labels must be uniformly distributed (pseudo-)random numbers,
65 with flow labels.
74 Flow labels have finite lifetime and source is not allowed to reuse
120 support flow labels, this field is not zero, but a random number
    [all...]

Completed in 83 milliseconds