Home
last modified time | relevance | path

Searched defs:IntWrapper (Results 1 – 20 of 20) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/
H A Dtypes.h47 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 Dglobal_region_invalidation.mm24 struct IntWrapper { struct
27 extern struct IntWrapper globalStruct; argument
H A Dproperties.mm7 @interface IntWrapper interface
11 @implementation IntWrapper implementation
H A Ddtor.cpp129 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 Dreinterpret-cast.cpp6 struct IntWrapper { struct
10 struct Child : public IntWrapper { argument
H A Dretain-release.mm375 struct IntWrapper { struct
379 int operator>> (const IntWrapper &W, int (*f)(int)) { argument
384 IntWrapper val = { 42 }; argument
394 @interface radar13227740 : NSObject
H A Dinline.cpp313 class IntWrapper { class
317 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
H A Dtrack-control-dependency-conditions.cpp636 struct IntWrapper { struct
637 int b;
640 void check() { in check()
H A Dproperties.m568 @interface IntWrapper interface
572 @implementation IntWrapper implementation
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Dasan-symbolize-templated-cxx.cpp14 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 Deager-reclamation-path-notes.cpp5 struct IntWrapper { struct
/llvm-project/clang/test/SemaCXX/
H A Dmatrix-type-builtins.cpp79 struct IntWrapper { struct
85 void test_column_major_load_wrapper(unsigned *Ptr, IntWrapper &W) { in test_column_major_load_wrapper() argument
H A Dconstructor-initializer.cpp152 int IntWrapper(int &i) { return 0; }; in IntWrapper() function
H A Dtype-traits.cpp2483 struct IntWrapper global() struct
2486 IntWrapperIntWrapper IntWrapper() argument
2496 operator intIntWrapper FloatWrapper() argument
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dmatrix-type-operators.cpp131 struct IntWrapper { struct
149 IntWrapper w3; in test_IntWrapper_Add() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-destructor.cpp6 struct IntWrapper { struct
7 int value;
H A Dnoexcept-move-constructor.cpp15 struct IntWrapper { struct
16 int value;
/llvm-project/clang/test/Misc/
H A Ddiag-template-diffing-cxx11.cpp810 struct IntWrapper { global() struct
811 typerdar12456626::IntWrapper global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp693 struct IntWrapper { global() struct
694 operator =IntWrapper operator =() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp727 class IntWrapper { class
729 IntWrapper(int x) : value(x) {} in IntWrapper() function in IntWrapper