/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/ |
H A D | types.h | 47 struct IntWrapper { struct 48 constexpr IntWrapper(int v) : value_(v) {} in IntWrapper() argument 51 constexpr bool lessEqual(IntWrapper other) const { return value_ <= other.value_; } in lessEqual() argument
|
/llvm-project/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() argument 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() argument
|
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 | 568 @interface IntWrapper interface 572 @implementation IntWrapper implementation
|
/llvm-project/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/clang/test/Analysis/inlining/ |
H A D | eager-reclamation-path-notes.cpp | 5 struct IntWrapper { struct
|
/llvm-project/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 | 2483 struct IntWrapper global() struct 2486 IntWrapperIntWrapper IntWrapper() argument 2496 operator intIntWrapper FloatWrapper() argument [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | matrix-type-operators.cpp | 131 struct IntWrapper { struct 149 IntWrapper w3; in test_IntWrapper_Add() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | noexcept-destructor.cpp | 6 struct IntWrapper { struct 7 int value;
|
H A D | noexcept-move-constructor.cpp | 15 struct IntWrapper { struct 16 int value;
|
/llvm-project/clang/test/Misc/ |
H A D | diag-template-diffing-cxx11.cpp | 810 struct IntWrapper { global() struct 811 typerdar12456626::IntWrapper global() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | const-correctness-values.cpp | 693 struct IntWrapper { global() struct 694 operator =IntWrapper operator =() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-emplace.cpp | 727 class IntWrapper { class 729 IntWrapper(int x) : value(x) {} in IntWrapper() function in IntWrapper
|