Home
last modified time | relevance | path

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

12345678

/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()
197 const CharacterLiteral *E2) { 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()
228 const ExpressionTraitExpr *E2) { in IsStmtEquivalent()
232 bool IsStmtEquivalent(const FloatingLiteral *E1, const FloatingLiteral *E2) { in IsStmtEquivalent()
[all …]
/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/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/rust/crates/nom/src/bits/
Dmod.rs37 pub fn bits<I, O, E1: ParseError<(I, usize)>+ErrorConvert<E2>, E2: ParseError<I>, P>(parser: P) -> … in bits() argument
54 pub fn bitsc<I, O, E1: ParseError<(I, usize)>+ErrorConvert<E2>, E2: ParseError<I>, P>(input: I, par… in bitsc() argument
87 pub fn bytes<I, O, E1: ParseError<I>+ErrorConvert<E2>, E2: ParseError<(I, usize)>, P>(parser: P) ->… in bytes()
113 pub fn bytesc<I, O, E1: ParseError<I>+ErrorConvert<E2>, E2: ParseError<(I, usize)>, P>(input: (I, u… in bytesc()
/external/clang/test/SemaCXX/
Dclass-names.cpp52 enum E2 { E2 }; enum
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
/external/llvm-project/clang/test/SemaCXX/
Dclass-names.cpp52 enum E2 { E2 }; enum
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
Dwarn-c++11-extensions.cpp9 enum class E2 { C, D }; // expected-warning {{scoped enumerations are a C++11 extension}} enum
/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/compiler-rt/test/cfi/
Dsimple-pass.cpp71 struct E2 : virtual E { struct
72 virtual void f() {} in f()
73 void g() {} in g()
/external/llvm-project/compiler-rt/test/cfi/
Dsimple-pass.cpp76 struct E2 : virtual E { struct
77 virtual void f() {} in f()
78 void g() {} in g()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
D_swizzle.hpp334 #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/webrtc/modules/audio_processing/aec3/
Derle_estimator_unittest.cc74 rtc::ArrayView<std::array<float, kFftLengthBy2Plus1>> E2, in FormFarendFrame()
99 rtc::ArrayView<std::array<float, kFftLengthBy2Plus1>> E2, in FormNearendFrame()
148 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(num_capture_channels); in TEST_P() local
204 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(num_capture_channels); in TEST_P() local
Dsuppression_gain_unittest.cc29 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(1, {0.f}); in TEST() local
68 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(kNumCaptureChannels); in TEST() local
/external/mtools/
Dhash.c162 static int _hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2, in _hash_lookup()
197 int hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2, in hash_lookup()
206 T_HashTableEl *E2; in hash_remove() local
/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/llvm-project/llvm/unittests/ExecutionEngine/JITLink/
DLinkGraphTests.cpp158 auto *E2 = &*(B1.edges().begin() + 1); in TEST() local
168 auto *E2 = &*(B2.edges().begin() + 1); in TEST() local
/external/llvm-project/clang-tools-extra/test/clang-move/Inputs/
Denum.h4 enum class E2 { Yellow }; enum
/external/llvm-project/clang/test/CXX/expr/expr.arith.conv/
Dp2.cpp5 static enum E2 {} e2; enum
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_element.fail.cpp28 using E2 = typename std::tuple_element<3, T>::type; in main() typedef
/external/rust/crates/pin-project/tests/ui/pin_project/
Dpacked-enum.rs10 enum E2 { enum
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dfuchsia-statically-constructed-objects.cpp35 static ClassWithConstexpr E2(0, 1); variable
89 static ClassWithConstexpr E2(0, 1); in f() local
/external/llvm-project/libcxx/test/std/numerics/bit/bit.pow.two/
Dbit_ceil.fail.cpp26 enum class E2 : unsigned char { red }; enum

12345678