HomeSort by relevance Sort by last modified time
    Searched full:enum1 (Results 1 - 23 of 23) sorted by null

  /external/clang/test/ASTMerge/
enum.c 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/enum1.c
5 // CHECK: enum1.c:9:6: warning: type 'enum E2' has incompatible definitions in different translation units
6 // CHECK: enum1.c:11:3: note: enumerator 'E2Enumerator2' with value 3 here
9 // CHECK: enum1.c:13:3: note: declared here with type 'enum E2'
10 // CHECK: enum1.c:16:6: warning: type 'enum E3' has incompatible definitions in different translation units
11 // CHECK: enum1.c:18:3: note: enumerator 'E3Enumerator2' with value 3 here
14 // CHECK: enum1.c:20:3: note: declared here with type 'enum E3'
15 // CHECK: enum1.c:23:6: warning: type 'enum E4' has incompatible definitions in different translation units
16 // CHECK: enum1.c:26:3: note: enumerator 'E4Enumerator3' with value 2 here
19 // CHECK: enum1.c:27:3: note: declared here with type 'enum E4
    [all...]
  /external/clang/test/SemaCXX/
MicrosoftCompatibility-cxx98.cpp 8 enum ENUM1* var3 = 0;// expected-warning {{forward references to 'enum' types are a Microsoft extension}}
overloaded-builtin-operators.cpp 15 struct Enum1 {
38 void f(Short s, Long l, Enum1 e1, Enum2 e2, Xpmf pmf) {
195 typedef enum { Enum1, Enum2, Enum3 } MyEnum;
overloaded-operator.cpp 59 enum Enum1 { };
63 E1(Enum1) { }
73 void enum_test(Enum1 enum1, Enum2 enum2, E1 e1, E2 e2, Enum1 next_enum1) {
75 float &f2 = (enum1 == e2);
77 float &f4 = (enum1 == next_enum1); // expected-error{{non-const lvalue reference to type 'float' cannot bind to a temporary of type 'bool'}}
enum.cpp 48 enum enum1 { v1 = __INT_MAX__ }; enum in namespace:test1
  /external/clang/test/Sema/
MicrosoftCompatibility.c 3 enum ENUM1; // expected-warning {{forward references to 'enum' types are a Microsoft extension}}
4 enum ENUM1 var1 = 3;
5 enum ENUM1* var2 = 0;
warn-duplicate-enum.c 95 enum enum1 { enum
  /external/clang/test/CodeGenObjC/
objc-fixed-enum.m 16 typedef NS_ENUM(NSInteger, Enum1) {
38 Enum1 e1 = Enum1One;
39 // CHECK: call void @llvm.dbg.declare(metadata {{.*}}, metadata ![[ENUM1:[0-9]+]], metadata !{{.*}})
51 // CHECK: ![[ENUMERATOR1:[0-9]+]] = !MDCompositeType(tag: DW_TAG_enumeration_type, name: "Enum1"
67 // CHECK: ![[ENUM1]] = !MDLocalVariable(tag: DW_TAG_auto_variable, name: "e1"
69 // CHECK: ![[TYPE1]] = !MDDerivedType(tag: DW_TAG_typedef, name: "Enum1"
  /external/nanopb-c/tests/options/
options.proto 35 enum Enum1
44 required Enum1 field = 1 [default = EnumValue2];
  /external/libcxx/test/libcxx/type_traits/
convert_to_integral.pass.cpp 60 enum enum1 {};
87 typedef std::underlying_type<enum1>::type Enum1UT;
88 check_enum_types<enum1, decltype(((Enum1UT)1) + 1)>();
  /external/clang/test/CXX/temp/temp.param/
p4.cpp 6 enum E { enum1, enum2 }; enumerator in enum:E
  /external/clang/test/CodeGen/
le32-arguments.c 38 ENUM1,
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 55 enum1 = ok, enumerator in enum:NotFixed
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
EnumMultisetTest.java 116 // create(Enum1.class) is equal to create(Enum2.class) but testEquals() expects otherwise.
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
function.pass.cpp 20 enum Enum1 {};
  /external/v8/test/mjsunit/regress/
regress-334.js 67 assertArrayEquals(["baz", "bif"], enumerable(object), "enum1");
  /external/guava/guava-tests/test/com/google/common/collect/
EnumMultisetTest.java 149 // create(Enum1.class) is equal to create(Enum2.class) but testEquals() expects otherwise.
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 190 enum1 = self.pool.FindEnumTypeByName(
192 self.assertIsInstance(enum1, descriptor.EnumDescriptor)
193 self.assertEquals(0, enum1.values_by_name['FACTORY_1_VALUE_0'].number)
194 self.assertEquals(1, enum1.values_by_name['FACTORY_1_VALUE_1'].number)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest4.java 696 Enumeration enum1 = ((java.util.Properties) objToSave).elements(), enum2 = ((java.util.Properties) objLoaded) local
700 while (enum1.hasMoreElements() && equals) {
702 equals = enum1.nextElement().equals(enum2.nextElement());
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 4674 milliseconds