/external/clang/INPUTS/ |
D | c99-intconst-1.c | 41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument 44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument 50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument 67 #define first_of2(T1, E1, T2, E2) \ argument 69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument 71 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
|
/external/clang/test/Sema/ |
D | warn-bad-function-cast.c | 11 enum e { E1 } ef(void); enumerator
|
D | MicrosoftExtensions.c | 65 …enum E1 : Int { SomeOtherValue } field; // expected-warning{{enumeration types with a fixed under… enum 66 enum E1 : seventeen; member
|
D | warn-duplicate-enum.c | 30 E1, enumerator
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/ |
D | p12.cpp | 10 E1 = E0 + 1 enumerator
|
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/ |
D | p3.cpp | 9 enum E1 { one }; enum
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p2-cxx03.cpp | 8 enum E1 { }; enum
|
D | p3-cxx0x.cpp | 8 enum E1 { }; enum
|
/external/clang/test/SemaObjC/ |
D | class-proto-1.m | 17 @interface E1 <p2> @end // expected-warning {{cannot find protocol definition for 'p2'}} interface
|
/external/clang/test/SemaCXX/ |
D | default-assignment-operator.cpp | 76 class E1 { // expected-error{{cannot define the implicit default assignment operator for 'E1', beca… class 80 E1() : a(0) {} in E1() function in E1
|
D | MicrosoftExtensions.cpp | 115 …enum E1 : Int { SomeOtherValue } field; // expected-warning{{enumeration types with a fixed underl… enum 116 enum E1 : seventeen; member
|
D | literal-type.cpp | 6 enum E { E1 }; enumerator
|
D | overloaded-operator.cpp | 62 struct E1 { struct 63 E1(Enum1) { } in E1() function
|
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/ |
D | p2-0x.cpp | 9 enum E { E0, E1 }; enumerator
|
/external/openssl/crypto/des/ |
D | des_locl.h | 185 #define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument 188 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 195 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
|
D | fcrypt_b.c | 89 register DES_LONG E0,E1; in fcrypt_body() local
|
/external/clang/test/ASTMerge/Inputs/ |
D | enum2.c | 2 enum E1 { enum
|
D | enum1.c | 2 enum E1 { enum
|
/external/clang/test/SemaTemplate/ |
D | instantiate-non-type-template-parameter.cpp | 40 enum E { E1, E2, E3 }; enumerator
|
D | deduction.cpp | 156 enum E { E0, E1 }; enumerator
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
D | p2.cpp | 61 struct E1 { struct
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p5.cpp | 13 enum alignas(1) E1 {}; // expected-error {{requested alignment is less than minimum alignment of 4 … enum
|
/external/clang/test/CXX/expr/expr.const/ |
D | p3-0x.cpp | 36 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 }; enumerator
|
/external/clang/test/CXX/temp/temp.res/temp.dep/ |
D | p3.cpp | 12 namespace E1 { namespace
|
/external/clang/test/CodeGenCXX/ |
D | catch-undef-behavior.cpp | 159 enum E1 { e1a = 0, e1b = 127 } e1; enum
|