Home
last modified time | relevance | path

Searched defs:E1 (Results 1 – 25 of 96) sorted by relevance

1234

/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/Sema/
Dwarn-bad-function-cast.c11 enum e { E1 } ef(void); enumerator
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_element.fail.cpp29 using E1 = typename std::tuple_element<1, T &>::type; // expected-error{{undefined template}} in main() typedef
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h197 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { in reduceCode()
200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { in reduceField()
203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply()
206 R_SExpr reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) { in reduceSApply()
213 R_SExpr reduceStore(Store &Orig, R_SExpr E0, R_SExpr E1) { return E0 && E1; } in reduceStore()
214 R_SExpr reduceArrayIndex(Store &Orig, R_SExpr E0, R_SExpr E1) { in reduceArrayIndex()
217 R_SExpr reduceArrayAdd(Store &Orig, R_SExpr E0, R_SExpr E1) { in reduceArrayAdd()
221 R_SExpr reduceBinaryOp(BinaryOp &Orig, R_SExpr E0, R_SExpr E1) { in reduceBinaryOp()
289 bool compareByCase(const SExpr *E1, const SExpr* E2) { in compareByCase()
316 bool compare(const SExpr *E1, const SExpr* E2) { in compare()
[all …]
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/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/
Dm1.proto42 enum E1 { enum
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
Dp12.cpp10 E1 = E0 + 1 enumerator
/external/clang/test/CXX/class.access/class.friend/
Dp2-cxx03.cpp15 enum E1 { }; enum
Dp3-cxx0x.cpp8 enum E1 { }; enum
/external/clang/test/SemaCXX/
Dwarn-c++11-extensions.cpp8 enum struct E1 { A, B }; // expected-warning {{scoped enumerations are a C++11 extension}} enum
Ddefault-assignment-operator.cpp76 class E1 { // expected-error{{cannot define the implicit copy assignment operator for 'E1', because… class
80 E1() : a(0) {} in E1() function in E1
Dliteral-type.cpp6 enum E { E1 }; enumerator
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.unused/
Dp2.cpp8 enum [[maybe_unused]] E1 { enum
/external/clang/test/SemaObjC/
Dclass-proto-1.m18 @interface E1 <p2> @end // expected-warning {{cannot find protocol definition for 'p2'}} interface
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
Dp2-0x.cpp9 enum E { E0, E1 }; enumerator
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
Dp3.cpp31 enum E1 { one }; enum
/external/libcxx/test/std/language.support/support.exception/except.nested/
Drethrow_if_nested.pass.cpp56 class E1 : public std::nested_exception {}; class
/external/webp/src/dsp/
Drescaler_sse2.c155 const __m128i E1 = _mm_add_epi64(D1, rounder); in RescalerImportRowShrink_SSE2() local
222 const __m128i E1 = _mm_or_si128(D1, D3); in ProcessRow_SSE2() local
270 const __m128i E1 = _mm_srli_epi64(D1, WEBP_RESCALER_RFIX); in RescalerExportRowExpand_SSE2() local
310 const __m128i E1 = _mm_sub_epi64(A1, D1); in RescalerExportRowShrink_SSE2() local
Dcost_sse2.c71 const __m128i E1 = _mm_max_epi16(c1, D1); in GetResidualCost_SSE2() local
/external/clang/test/ASTMerge/Inputs/
Denum1.c2 enum E1 { enum
Denum2.c2 enum E1 { enum
/external/clang/test/SemaTemplate/
Dinstantiate-non-type-template-parameter.cpp40 enum E { E1, E2, E3 }; enumerator
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54Integrator.java75 private static final double E1 = 71.0 / 57600.0; field in DormandPrince54Integrator
/external/u-boot/scripts/kconfig/tests/warn_recursive_dep/
DKconfig36 config E1 config
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp61 struct E1 { struct

1234