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

  /external/clang/test/PCH/
exprs.h 5 enum Enum { Enumerator = 18 };
7 typedef typeof(Enumerator) enum_decl_ref;
26 typedef typeof(-Enumerator) negate_enum;
43 typedef typeof(sizeof(Enumerator)) typeof_sizeof2;
61 typedef typeof(i + Enumerator) add_result;
64 typedef typeof(i += Enumerator) addeq_result;
75 typedef typeof(i + sizeof(int[i + Enumerator])) add_result_with_typeinfo;
  /external/clang/test/SemaCXX/
address-of.cpp 21 Enumerator
25 (void)&Enumerator; // expected-error{{address expression must be an lvalue or a function designator}}
qualified-id-lookup.cpp 6 Enumerator
12 int x = Enumerator;
19 int y = Ns::Enumerator;
member-expr.cpp 5 enum E {Enumerator}; // expected-note 2{{declared here}}
16 int i3 = x.Enumerator;
17 int i4 = xp->Enumerator;
expression-traits.cpp 58 enum Enum { Enumerator };
207 enum Enum { Enumerator };
376 // - If E2 is a member enumerator, and the type of E2 is T, the
378 ASSERT_RVALUE(Class().Enumerator);
379 ASSERT_RVALUE(lvalue.Enumerator);
  /external/icu4c/common/
ucnvsel.cpp 590 struct Enumerator {
600 ucnvsel_close_selector_iterator(UEnumeration *enumerator) {
601 uprv_free(((Enumerator*)(enumerator->context))->index);
602 uprv_free(enumerator->context);
603 uprv_free(enumerator);
608 ucnvsel_count_encodings(UEnumeration *enumerator, UErrorCode *status) {
613 return ((Enumerator*)(enumerator->context))->length;
617 static const char* U_CALLCONV ucnvsel_next_encoding(UEnumeration* enumerator,
    [all...]
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 15 enum E { Enumerator = 17 };
18 A1<Enumerator> *a6; // okay
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 78 'ERB::Util', 'Enumerable', 'Enumerable::Enumerator', 'Errno',
rails.php 71 'ERB::Util', 'Enumerable', 'Enumerable::Enumerator', 'Errno',
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 663 else if (EnumConstantDecl *Enumerator = dyn_cast<EnumConstantDecl>(ND))
664 T = C.getTypeDeclType(cast<EnumDecl>(Enumerator->getDeclContext()));
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/v8/test/cctest/
test-api.cc     [all...]
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 433 milliseconds