/external/clang/test/Analysis/ |
D | global_region_invalidation.mm | 24 struct IntWrapper { struct 27 extern struct IntWrapper globalStruct; argument
|
D | properties.mm | 7 @interface IntWrapper interface 11 @implementation IntWrapper implementation
|
D | dtor.cpp | 129 struct IntWrapper { struct 130 IntWrapper() : x(0) {} in IntWrapper() function 140 IntWrapper arr[2]; in testArrayInvalidation() argument 333 struct IntWrapper { struct 334 int x; 335 IntWrapper(int y) : x(y) {} in IntWrapper() argument 336 IntWrapper() { in IntWrapper() argument
|
D | reinterpret-cast.cpp | 6 struct IntWrapper { struct 10 struct Child : public IntWrapper { argument
|
D | retain-release.mm | 375 struct IntWrapper { struct 379 int operator>> (const IntWrapper &W, int (*f)(int)) { argument 384 IntWrapper val = { 42 }; argument 394 @interface radar13227740 : NSObject
|
D | inline.cpp | 313 class IntWrapper { class 317 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
|
D | properties.m | 548 @interface IntWrapper interface 552 @implementation IntWrapper implementation
|
/external/clang/test/Analysis/inlining/ |
D | eager-reclamation-path-notes.cpp | 7 } IntWrapper; typedef
|
/external/libbrillo/brillo/ |
D | any_internal_impl.h | 66 struct IntWrapper { struct 73 IntWrapper(int /* dummy */) {} // do nothing, NOLINT in IntWrapper() argument
|
/external/skqp/tests/ |
D | GrTRecorderTest.cpp | 19 class IntWrapper { class 21 IntWrapper() {} in IntWrapper() function in IntWrapper 22 IntWrapper(int value) : fValue(value) {} in IntWrapper() function in IntWrapper
|
/external/skia/tests/ |
D | GrTRecorderTest.cpp | 19 class IntWrapper { class 21 IntWrapper() {} in IntWrapper() function in IntWrapper 22 IntWrapper(int value) : fValue(value) {} in IntWrapper() function in IntWrapper
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-param-test_test.cc | 303 class IntWrapper { class 305 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper 306 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper
|
/external/googletest/googletest/test/ |
D | googletest-param-test-test.cc | 250 class IntWrapper { class 252 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper 253 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 810 struct IntWrapper { struct 811 typedef int type;
|
/external/clang/test/SemaCXX/ |
D | constructor-initializer.cpp | 151 int IntWrapper(int &i) { return 0; }; in IntWrapper() function
|
D | type-traits.cpp | 1722 struct IntWrapper struct 1725 IntWrapper(int _value) : value(_value) {} in IntWrapper() argument 1735 FloatWrapper(const IntWrapper& obj) in FloatWrapper() argument
|