/external/llvm-project/clang/lib/AST/ |
D | ASTStructuralEquivalence.cpp | 167 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/ |
D | c99-intconst-1.c | 41 #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/ |
D | c99-intconst-1.c | 41 #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/ |
D | mod.rs | 37 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/ |
D | class-names.cpp | 52 enum E2 { E2 }; enum
|
D | warn-c++11-extensions.cpp | 9 enum class E2 { C, D }; // expected-warning {{scoped enumerations are a C++11 extension}} enum
|
D | ref-init-ambiguous.cpp | 3 enum E2 { }; enum
|
/external/llvm-project/clang/test/SemaCXX/ |
D | class-names.cpp | 52 enum E2 { E2 }; enum
|
D | warn-msvc-enum-bitfield.cpp | 5 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
|
D | warn-c++11-extensions.cpp | 9 enum class E2 { C, D }; // expected-warning {{scoped enumerations are a C++11 extension}} enum
|
/external/llvm-project/llvm/unittests/ADT/ |
D | DirectedGraphTest.cpp | 97 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/ |
D | simple-pass.cpp | 71 struct E2 : virtual E { struct 72 virtual void f() {} in f() 73 void g() {} in g()
|
/external/llvm-project/compiler-rt/test/cfi/ |
D | simple-pass.cpp | 76 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.hpp | 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/webrtc/modules/audio_processing/aec3/ |
D | erle_estimator_unittest.cc | 74 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
|
D | suppression_gain_unittest.cc | 29 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/ |
D | hash.c | 162 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/ |
D | tuple_element.fail.cpp | 30 using E2 = typename std::tuple_element<3, T>::type; in main() typedef
|
/external/llvm-project/llvm/unittests/ExecutionEngine/JITLink/ |
D | LinkGraphTests.cpp | 158 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/ |
D | enum.h | 4 enum class E2 { Yellow }; enum
|
/external/llvm-project/clang/test/CXX/expr/expr.arith.conv/ |
D | p2.cpp | 5 static enum E2 {} e2; enum
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
D | tuple_element.fail.cpp | 28 using E2 = typename std::tuple_element<3, T>::type; in main() typedef
|
/external/rust/crates/pin-project/tests/ui/pin_project/ |
D | packed-enum.rs | 10 enum E2 { enum
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | fuchsia-statically-constructed-objects.cpp | 35 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/ |
D | bit_ceil.fail.cpp | 26 enum class E2 : unsigned char { red }; enum
|