Home
last modified time | relevance | path

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

123

/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/SemaCXX/
Dclass-names.cpp52 enum E2 { E2 }; enumerator
Dwarn-c++11-extensions.cpp9 enum class E2 { C, D }; // expected-warning {{scoped enumerations are a C++11 extension}} enum
Dref-init-ambiguous.cpp3 enum E2 { }; enum
Dderived-to-base-ambig.cpp17 class E2 : public D2, public C2, public virtual A2 { }; // expected-warning{{direct base 'C2' is in… class
Dmember-name-lookup.cpp21 enum E2 { enumerator2 }; enum
72 enum E2 { enumerator2 }; enum
Denum-scoped.cpp7 enum struct E2 { enum
260 enum class E2 : T; member
307 typedef E E2; typedef
/external/compiler-rt/test/cfi/
Dsimple-pass.cpp71 struct E2 : virtual E { struct
72 virtual void f() {} in f()
73 void g() {} in g()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_element.fail.cpp30 using E2 = typename std::tuple_element<3, T>::type; in main() typedef
/external/clang/test/SemaObjC/
Dclass-proto-1.m25 @interface E2 <p1,p2,p3> @end // expected-warning {{cannot find protocol definition for 'p3'}} interface
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
Dp3.cpp32 enum E2 { two }; enum
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstructionTables.cpp57 for (unsigned I2 = 0, E2 = SubUnit.NumUnits; I2 < E2; ++I2) { in execute() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp335 for (vvec::iterator I2 = dst.begin(), E2 = dst.end(); in update_packed_items() local
346 for (vvec::iterator I2 = dst.begin(), E2 = dst.end(); in update_packed_items() local
356 for (vvec::iterator I2 = n->src.begin(), E2 = n->src.end(); in update_packed_items() local
360 for (vvec::iterator I2 = n->dst.begin(), E2 = n->dst.end(); in update_packed_items() local
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp3.cpp15 enum E2 { e2 }; enum
/external/libcxx/test/std/language.support/support.exception/except.nested/
Drethrow_if_nested.pass.cpp57 class E2 : public std::nested_exception {}; class
/external/clang/test/ASTMerge/Inputs/
Denum1.c9 enum E2 { enum
Denum2.c9 enum E2 { enum
/external/clang/test/SemaTemplate/
Dinstantiate-non-type-template-parameter.cpp40 enum E { E1, E2, E3 }; enumerator
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefBranchChecker.cpp43 if (const Expr *E2 = FindExpr(ExI)) in FindExpr() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h43 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { in equals()
47 inline bool matches(const til::SExpr *E1, const til::SExpr *E2) { in matches()
59 inline bool partiallyMatches(const til::SExpr *E1, const til::SExpr *E2) { in partiallyMatches()
/external/u-boot/scripts/kconfig/tests/warn_recursive_dep/
DKconfig41 config E2 config
/external/clang/test/Parser/
DMicrosoftExtensions.c44 enum __declspec(deprecated) E2 { i, j, k }; /* expected-note {{'E2' has been explicitly marked depr… enum
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp69 struct E2 { struct
/external/webp/src/dsp/
Drescaler_sse2.c156 const __m128i E2 = _mm_add_epi64(D2, rounder); in RescalerImportRowShrink_SSE2() local
271 const __m128i E2 = _mm_srli_epi64(D2, WEBP_RESCALER_RFIX); in RescalerExportRowExpand_SSE2() local
311 const __m128i E2 = _mm_sub_epi64(A2, D2); in RescalerExportRowShrink_SSE2() local
/external/clang/test/Sema/
Dattr-mode-enums.c14 …typedef enum __attribute__((mode(V8HI))) { E2 } RejectedType2; // expected-error{{mode 'V8HI' is n… in main() enumerator

123