| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | global_region_invalidation.mm | 24 struct IntWrapper { struct 27 extern struct IntWrapper globalStruct; argument
|
| H A D | properties.mm | 7 @interface IntWrapper interface 11 @implementation IntWrapper implementation
|
| H A D | dtor.cpp | 129 struct IntWrapper { struct 130 IntWrapper() : x(0) {} in IntWrapper() function 140 IntWrapper arr[2]; in testArrayInvalidation() argument 329 struct IntWrapper { struct 330 int x; 331 IntWrapper(int y) : x(y) {} in IntWrapper() function 332 IntWrapper() { in IntWrapper() function
|
| H A D | reinterpret-cast.cpp | 6 struct IntWrapper { struct 10 struct Child : public IntWrapper { argument
|
| H A 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
|
| H A D | inline.cpp | 313 class IntWrapper { class 317 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
|
| H A D | track-control-dependency-conditions.cpp | 636 struct IntWrapper { struct 637 int b; 640 void check() { in check()
|
| H A D | properties.m | 576 @interface IntWrapper interface 580 @implementation IntWrapper implementation
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/ |
| H A D | asan-symbolize-templated-cxx.cpp | 14 class IntWrapper { class 19 IntWrapper(int value, std::function<CallBackTy> callback) : value_(value), callback_(callback) {} in IntWrapper() function in IntWrapper
|
| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | eager-reclamation-path-notes.cpp | 5 struct IntWrapper { struct
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | matrix-type-builtins.cpp | 79 struct IntWrapper { struct 85 void test_column_major_load_wrapper(unsigned *Ptr, IntWrapper &W) { in test_column_major_load_wrapper() argument
|
| H A D | constructor-initializer.cpp | 152 int IntWrapper(int &i) { return 0; }; in IntWrapper() function
|
| H A D | type-traits.cpp | 1973 struct IntWrapper struct 1976 IntWrapper(int _value) : value(_value) {} in IntWrapper() argument 1986 FloatWrapper(const IntWrapper& obj) in FloatWrapper() argument
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | matrix-type-operators.cpp | 124 struct IntWrapper { struct 134 …// CHECK: [[SCALAR:%.*]] = call noundef i32 @_ZN10IntWrappercviEv(%struct.IntWrapper* {{[^,]… in test_IntWrapper_Add() argument
|
| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | diag-template-diffing.cpp | 810 struct IntWrapper { struct 811 typedef int type;
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-emplace.cpp | 681 class IntWrapper { class 683 IntWrapper(int x) : value(x) {} in IntWrapper() function in IntWrapper
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/ |
| H A D | const-correctness-values.cpp | 705 struct IntWrapper { struct 706 IntWrapper &operator=(unsigned value) { return *this; } in operator =() argument
|