Home
last modified time | relevance | path

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

123

/external/vulkan-validation-layers/libs/glm/detail/
D_swizzle.hpp341 #define _GLM_SWIZZLE2_2_MEMBERS(T, P, V, E0,E1) \ argument
347 #define _GLM_SWIZZLE2_3_MEMBERS(T, P, V, E0,E1) \ argument
357 #define _GLM_SWIZZLE2_4_MEMBERS(T, P, V, E0,E1) \ argument
375 #define _GLM_SWIZZLE3_2_MEMBERS(T, P, V, E0,E1,E2) \ argument
386 #define _GLM_SWIZZLE3_3_MEMBERS(T, P, V ,E0,E1,E2) \ argument
415 #define _GLM_SWIZZLE3_4_MEMBERS(T, P, V, E0,E1,E2) \ argument
498 #define _GLM_SWIZZLE4_2_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
516 #define _GLM_SWIZZLE4_3_MEMBERS(T,P, V, E0,E1,E2,E3) \ argument
582 #define _GLM_SWIZZLE4_4_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
/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/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/clang/test/Sema/
Dwarn-bad-function-cast.c11 enum e { E1 } ef(void); enumerator
DMicrosoftExtensions.c79 …enum E1 : Int { SomeOtherValue } field; // expected-warning{{enumeration types with a fixed under… enum
80 enum E1 : seventeen; member
/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/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/webp/src/dsp/
Drescaler_sse2.c155 const __m128i E1 = _mm_add_epi64(D1, rounder); in RescalerImportRowShrinkSSE2() local
222 const __m128i E1 = _mm_or_si128(D1, D3); in ProcessRow() local
271 const __m128i E1 = _mm_srli_epi64(D1, WEBP_RESCALER_RFIX); in RescalerExportRowExpandSSE2() local
317 const __m128i E1 = _mm_sub_epi64(A1, D1); in RescalerExportRowShrinkSSE2() local
Dcost_sse2.c71 const __m128i E1 = _mm_max_epi16(c1, D1); in GetResidualCostSSE2() 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/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp61 struct E1 { struct
/external/boringssl/src/crypto/des/
Dinternal.h186 #define LOAD_DATA(ks, R, S, u, t, E0, E1) \ argument
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
Dp5.cpp14 enum alignas(1) E1 {}; // expected-error {{requested alignment is less than minimum alignment of 4 … enum
/external/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp36 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 }; enumerator

123