Home
last modified time | relevance | path

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

123456789

/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp167 bool IsStmtEquivalent(const AddrLabelExpr *E1, const AddrLabelExpr *E2) { in IsStmtEquivalent()
171 bool IsStmtEquivalent(const AtomicExpr *E1, const AtomicExpr *E2) { in IsStmtEquivalent()
175 bool IsStmtEquivalent(const BinaryOperator *E1, const BinaryOperator *E2) { in IsStmtEquivalent()
179 bool IsStmtEquivalent(const CallExpr *E1, const CallExpr *E2) { in IsStmtEquivalent()
196 bool IsStmtEquivalent(const CharacterLiteral *E1, in IsStmtEquivalent()
201 bool IsStmtEquivalent(const ChooseExpr *E1, const ChooseExpr *E2) { in IsStmtEquivalent()
205 bool IsStmtEquivalent(const CompoundStmt *E1, const CompoundStmt *E2) { in IsStmtEquivalent()
223 bool IsStmtEquivalent(const Expr *E1, const Expr *E2) { in IsStmtEquivalent()
227 bool IsStmtEquivalent(const ExpressionTraitExpr *E1, in IsStmtEquivalent()
232 bool IsStmtEquivalent(const FloatingLiteral *E1, const FloatingLiteral *E2) { in IsStmtEquivalent()
[all …]
/external/libabigail/tests/data/test-diff-filter/
Dtest2-v0.cc11 struct E1 struct
14 E1(); argument
17 E1::E1() in E1() function in E1
Dtest2-v1.cc12 class E1 class
19 E1::E1() in E1() function in E1
/external/oboe/samples/RhythmGame/third_party/glm/detail/
D_swizzle.hpp300 #define _GLM_SWIZZLE2_2_MEMBERS(T, P, V, E0,E1) \ argument
306 #define _GLM_SWIZZLE2_3_MEMBERS(T, P, V, E0,E1) \ argument
316 #define _GLM_SWIZZLE2_4_MEMBERS(T, P, V, E0,E1) \ argument
334 #define _GLM_SWIZZLE3_2_MEMBERS(T, P, V, E0,E1,E2) \ argument
345 #define _GLM_SWIZZLE3_3_MEMBERS(T, P, V ,E0,E1,E2) \ argument
374 #define _GLM_SWIZZLE3_4_MEMBERS(T, P, V, E0,E1,E2) \ argument
457 #define _GLM_SWIZZLE4_2_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
475 #define _GLM_SWIZZLE4_3_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
541 #define _GLM_SWIZZLE4_4_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
/external/llvm-project/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/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/rust/crates/nom/src/bits/
Dmod.rs40 P: Fn((I, usize)) -> IResult<(I, usize), O, E1>, in bits() argument
57 P: Fn((I, usize)) -> IResult<(I, usize), O, E1>, in bitsc() argument
90 P: Fn(I) -> IResult<I, O, E1>, in bytes() argument
116 P: Fn(I) -> IResult<I, O, E1>, in bytesc() argument
/external/llvm-project/clang/test/AST/
Dast-print-enum-decl.c28 E0, E1 in defFirst() enumerator
46 enum __attribute__((deprecated(""))) T { E0, E1 } *p1; in defLast() enumerator
60 enum __attribute__((aligned(16))) T { E0, E1 } *p1; // expected-warning {{'T' is deprecated}} in defMiddle() enumerator
/external/llvm-project/llvm/unittests/ADT/
DDirectedGraphTest.cpp97 DGTestEdge E1(N1), E2(N2), E3(N3); in TEST() local
142 DGTestEdge E1(N1), E2(N2), E3(N3); in TEST() local
188 DGTestEdge E1(N1), E2(N2), E3(N3), E4(N1); in TEST() local
212 DGTestEdge E1(N1), E2(N2), E3(N3); in TEST() local
250 DGTestEdge E1(N1), E2(N2), E3(N3), E4(N4); in TEST() local
/external/llvm-project/clang/test/SemaCXX/
Dwarn-msvc-enum-bitfield.cpp5 enum E { E1, E2 }; in test0() enumerator
18 enum E : signed { E1, E2 }; in test1() enumerator
31 enum E : unsigned { E1, E2 }; in test3() enumerator
Ddefault-assignment-operator.cpp103 class E1 { class
115 E1() : a(0) {} in E1() function in E1
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h208 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { in reduceCode()
212 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { in reduceField()
216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply()
220 R_SExpr reduceSApply(SApply &Orig, R_SExpr E0, R_SExpr E1) { in reduceSApply()
228 R_SExpr reduceStore(Store &Orig, R_SExpr E0, R_SExpr E1) { return E0 && E1; } in reduceStore()
230 R_SExpr reduceArrayIndex(Store &Orig, R_SExpr E0, R_SExpr E1) { in reduceArrayIndex()
234 R_SExpr reduceArrayAdd(Store &Orig, R_SExpr E0, R_SExpr E1) { in reduceArrayAdd()
240 R_SExpr reduceBinaryOp(BinaryOp &Orig, R_SExpr E0, R_SExpr E1) { in reduceBinaryOp()
315 bool compareByCase(const SExpr *E1, const SExpr* E2) { in compareByCase()
341 bool compare(const SExpr *E1, const SExpr* E2) { in compare()
[all …]
/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 …]
/external/rust/crates/remain/tests/
Dorder.rs25 E1, enumerator
55 E1, enumerator
/external/llvm-project/llvm/unittests/ExecutionEngine/JITLink/
DLinkGraphTests.cpp157 auto *E1 = &*B1.edges().begin(); in TEST() local
167 auto *E1 = &*B2.edges().begin(); in TEST() local
/external/clang/test/Sema/
Dwarn-bad-function-cast.c11 enum e { E1 } ef(void); enumerator
/external/llvm-project/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/test/SemaCXX/
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
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
Dp12.cpp10 E1 = E0 + 1 enumerator
/external/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
Dp12.cpp10 E1 = E0 + 1 enumerator
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/
Dm1.proto42 enum E1 { enum
/external/clang/test/CXX/class.access/class.friend/
Dp2-cxx03.cpp15 enum E1 { }; enum
/external/llvm-project/clang-tools-extra/test/clang-move/Inputs/
Denum.h2 enum E1 { Green, Red }; enum
/external/llvm-project/clang/test/CXX/expr/expr.arith.conv/
Dp2.cpp4 static enum E1 {} e1, e1b; enum

123456789