Searched refs:LABEL (Results 1 - 25 of 55) sorted by relevance

123

/external/clang/test/SemaCXX/
H A Dqualified-member-enum.cpp6 enum {LABEL}; enumerator in enum:A::__anon16519
9 return A().A::LABEL;
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h734 #define require( X, LABEL ) \
740 goto LABEL; \
761 #define require_string( X, LABEL, STR ) \
767 goto LABEL; \
787 #define require_quiet( X, LABEL ) \
792 goto LABEL; \
813 #define require_noerr( ERR, LABEL ) \
822 goto LABEL; \
844 #define require_noerr_string( ERR, LABEL, STR ) \
853 goto LABEL; \
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
H A Dx86masm.pl101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
154 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
158 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
194 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86nasm.pl101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
133 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
137 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
173 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86gas.pl105 &::LABEL($func,$global?"$begin":"$nmdecor$func");
123 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
146 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
149 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86asm.pl150 sub ::LABEL # instantiate a file-scope label
155 sub ::static_label { &::LABEL($_[0],$lbdecor.$_[0]); }
/external/openssl/crypto/perlasm/
H A Dx86masm.pl101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
154 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
158 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
194 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86nasm.pl101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
133 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
137 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
173 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86gas.pl105 &::LABEL($func,$global?"$begin":"$nmdecor$func");
123 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
146 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
149 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86asm.pl150 sub ::LABEL # instantiate a file-scope label
155 sub ::static_label { &::LABEL($_[0],$lbdecor.$_[0]); }
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java119 int LABEL = 'L'; // label statement field in interface:TokenId
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp61 #define LABEL(i) (data[(i) + 3 * count]) macro
71 INFO("LABEL(%i) = %i\n", i, LABEL(i));
87 LABEL(i) = i;
114 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
115 LABEL(v) = LABEL(ANCESTOR(v));
125 return LABEL(v);
186 #undef LABEL macro
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp61 #define LABEL(i) (data[(i) + 3 * count]) macro
71 INFO("LABEL(%i) = %i\n", i, LABEL(i));
87 LABEL(i) = i;
114 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
115 LABEL(v) = LABEL(ANCESTOR(v));
125 return LABEL(v);
186 #undef LABEL macro
[all...]
/external/elfutils/backends/
H A Dsh_reloc.def45 RELOC_TYPE (LABEL, REL)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.h46 LABEL, enumerator in enum:tokentype
/external/libvpx/libvpx/vp8/common/ppc/
H A Didctllm_altivec.asm14 .macro load_c V, LABEL, OFF, R0, R1
15 lis \R0, \LABEL@ha
16 la \R1, \LABEL@l(\R0)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parser.h48 LABEL, enumerator in enum:tokentype
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3Tree.g219 | LABEL
H A DANTLRTreePrinter.g451 | LABEL {out(" $"+$LABEL.text);} // used in -> rewrites
H A DANTLRv3.g61 LABEL; // $x used in rewrite rules
393 | d='$' id -> LABEL[$d,$id.text] // reference to a label in a rewrite rule
H A DDefineGrammarItemsWalker.g636 $start.getType()==LABEL ||
665 | LABEL
H A DANTLR.g99 LABEL; // $x used in rewrite rules
960 : TOKEN_REF -> LABEL[$TOKEN_REF]
961 | RULE_REF -> LABEL[$RULE_REF]
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dperl.php30 * * LABEL:
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dfdct_altivec.asm15 .macro load_c V, LABEL, OFF, R0, R1
16 lis \R0, \LABEL@ha
17 la \R1, \LABEL@l(\R0)
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DANTLRv3.g63 LABEL; // $x used in rewrite rules
389 | d='$' id -> LABEL[$d,$id.text] // reference to a label in a rewrite rule

Completed in 471 milliseconds

123