Home
last modified time | relevance | path

Searched defs:E2 (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/test/CXX/over/over.built/
Dp1.cpp4 enum E2 { two }; enum
10 bool operator >= (E1, const E2) { in operator >=()
/external/clang/test/SemaCXX/
Dclass-names.cpp52 enum E2 { E2 }; enum
Dref-init-ambiguous.cpp3 enum E2 { }; enum
Dderived-to-base-ambig.cpp17 class E2 : public D2, public C2, public virtual A2 { }; class
Dmember-name-lookup.cpp21 enum E2 { enumerator2 }; enum
72 enum E2 { enumerator2 }; enum
Doverloaded-builtin-operators.cpp18 enum E2 { }; enum
Denum-scoped.cpp7 enum struct E2 { enum
Dconversion-function.cpp159 struct E2 { struct
Doverloaded-operator.cpp66 struct E2 { struct
/external/clang/INPUTS/
Dc99-intconst-1.c41 #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/SemaObjC/
Dclass-proto-1.m24 @interface E2 <p1,p2,p3> @end // expected-warning {{cannot find protocol definition for 'p3'}} interface
/external/clang/test/ASTMerge/Inputs/
Denum2.c9 enum E2 { enum
Denum1.c9 enum E2 { enum
/external/clang/test/SemaTemplate/
Dinstantiate-non-type-template-parameter.cpp39 enum E { E1, E2, E3 }; enumerator
/external/clang/test/CXX/temp/temp.res/temp.dep/
Dp3.cpp27 namespace E2 { namespace
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefBranchChecker.cpp43 const Expr *E2 = FindExpr(ExI); in FindExpr() local
DOSAtomicChecker.cpp187 E2 = TmpStore.end(); I2 != E2; ++I2) { in evalOSAtomicCompareAndSwap() local
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp69 struct E2 { struct
/external/clang/test/Parser/
DMicrosoftExtensions.c57 enum __declspec(deprecated) E2 { i, j, k }; // expected-note {{declared here}} enum
/external/clang/test/Sema/
Dwarn-duplicate-enum.c31 E2 = E1, enumerator
/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp89 MachineBasicBlock::const_iterator E2 = MI; in NoInterveningSideEffect() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp44 enum E2 {} constexpr; // expected-error {{enum cannot be marked constexpr}} enum
/external/clang/test/CXX/class.access/
Dp6.cpp126 enum Enum { E0, E1, E2 }; // expected-note 4 {{declared private here}} enumerator
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp941 E2 = P.second->use_end(); J != E2; ++J) { in computePairsConnectedTo() local
1232 = BestChildren.begin(), E2 = BestChildren.end(); in pruneTreeFor() local
1253 E2 = PrunedTree.end(); T != E2; ++T) { in pruneTreeFor() local
1270 E2 = Q.end(); C2 != E2; ++C2) { in pruneTreeFor() local
1288 ChosenPairs.begin(), E2 = ChosenPairs.end(); in pruneTreeFor() local
1332 = BestChildren.begin(), E2 = BestChildren.end(); in pruneTreeFor() local
/external/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp118 struct E2 : AmbiguousMoveAssign { // expected-note {{base class 'AmbiguousMoveAssign' has multiple … struct

12