HomeSort by relevance Sort by last modified time
    Searched full:unscoped (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/test/SemaCXX/
enum-bitfield.cpp 17 enum E : Z(); // expected-error{{integral constant expression must have integral or unscoped enumeration type, not 'Z'}}
switch-implicit-fallthrough-per-method.cpp 41 void unscoped(int n) { function
enum-scoped.cpp 37 int* p2 = new int[E1::Val1]; // expected-error{{array size expression must have integral or unscoped enumeration type, not 'E1'}}
  /external/clang/test/CXX/expr/expr.unary/expr.unary.op/
p6.cpp 11 // -- unscoped enumeration
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 40 int a4[1] = {[&b] = 1 }; // expected-error{{integral constant expression must have integral or unscoped enumeration type, not 'const int *'}}
42 int a6[1] = {[this] = 1 }; // expected-error{{integral constant expression must have integral or unscoped enumeration type, not 'C *'}}
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p1.cpp 60 // - unscoped member enumerations
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 5 // non-explicit conversion function to an integral or unscoped enumeration type
p3-0x.cpp 75 // Note, conversions from integral or unscoped enumeration types to bool are
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 109 // * from an integer type or unscoped enumeration type to a floating-point type,
130 // * from an integer type or unscoped enumeration type to an integer type that
p7-0x.cpp 108 // * from an integer type or unscoped enumeration type to a floating-point type,
129 // * from an integer type or unscoped enumeration type to an integer type that
  /external/clang/lib/Sema/
AttributeList.cpp 121 // unscoped.
SemaOverload.cpp 313 // -- from an integer type or unscoped enumeration type to a floating-point
377 // -- from an integer type or unscoped enumeration type to an integer type
    [all...]
SemaExprCXX.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 51 // unscoped enumerations, specializations must be defined before the primary
  /external/clang/lib/AST/
ItaniumMangle.cpp 541 // ::= <unscoped-name>
542 // ::= <unscoped-template-name> <template-args>
595 // <unscoped-name> ::= <unqualified-name>
605 // <unscoped-template-name> ::= <unscoped-name>
622 // <unscoped-template-name> ::= <unscoped-name>
    [all...]
MicrosoftMangle.cpp 313 // <name> ::= <unscoped-name> {[<named-scope>]+ | [<nested-name>]}? @
790 // <template-name> ::= <unscoped-template-name> <template-args>
810 // <unscoped-template-name> ::= ?$ <unqualified-name>
    [all...]
  /external/gcc-demangle/
cp-demangle.c     [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h     [all...]
  /external/clang/include/clang/AST/
Decl.h 201 // The enumerators of an unscoped enumeration defined in
    [all...]

Completed in 904 milliseconds

1 2