/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/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 197 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 …]
|
D | ThreadSafetyCommon.h | 43 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/ |
D | warn-bad-function-cast.c | 11 enum e { E1 } ef(void); enumerator
|
D | MicrosoftExtensions.c | 79 …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/ |
D | p12.cpp | 10 E1 = E0 + 1 enumerator
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p2-cxx03.cpp | 8 enum E1 { }; enum
|
D | p3-cxx0x.cpp | 8 enum E1 { }; enum
|
/external/clang/test/SemaCXX/ |
D | default-assignment-operator.cpp | 76 class E1 { // expected-error{{cannot define the implicit copy assignment operator for 'E1', because… class 80 E1() : a(0) {} in E1() function in E1
|
D | warn-c++11-extensions.cpp | 8 enum struct E1 { A, B }; // expected-warning {{scoped enumerations are a C++11 extension}} enum
|
D | literal-type.cpp | 6 enum E { E1 }; enumerator
|
D | overloaded-operator.cpp | 62 struct E1 { struct 63 E1(Enum1) { } in E1() function
|
/external/clang/test/SemaObjC/ |
D | class-proto-1.m | 18 @interface E1 <p2> @end // expected-warning {{cannot find protocol definition for 'p2'}} interface
|
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/ |
D | p2-0x.cpp | 9 enum E { E0, E1 }; enumerator
|
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/ |
D | p3.cpp | 31 enum E1 { one }; enum
|
/external/clang/test/ASTMerge/Inputs/ |
D | enum1.c | 2 enum E1 { enum
|
D | enum2.c | 2 enum E1 { enum
|
/external/clang/test/SemaTemplate/ |
D | instantiate-non-type-template-parameter.cpp | 40 enum E { E1, E2, E3 }; enumerator
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | DormandPrince54Integrator.java | 75 private static final double E1 = 71.0 / 57600.0; field in DormandPrince54Integrator
|
/external/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 214 for (BasicBlock::iterator I1(*First), E1 = Succ->end(); I1 != E1; in runOnFunction() local
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
D | p2.cpp | 61 struct E1 { struct
|
/external/boringssl/src/crypto/des/ |
D | internal.h | 186 #define LOAD_DATA(R, S, u, t, E0, E1) \ argument
|
/external/clang/test/CXX/expr/expr.const/ |
D | p3-0x.cpp | 36 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 }; enumerator
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p5.cpp | 14 enum alignas(1) E1 {}; // expected-error {{requested alignment is less than minimum alignment of 4 … enum
|
/external/clang/test/CXX/temp/temp.res/temp.dep/ |
D | p3.cpp | 12 namespace E1 { namespace
|