Home
last modified time | relevance | path

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

12

/external/clang/test/Analysis/
Dglobal_region_invalidation.mm24 struct IntWrapper { struct
27 extern struct IntWrapper globalStruct; argument
Ddtor.cpp129 struct IntWrapper { struct
130 IntWrapper() : x(0) {} in IntWrapper() argument
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() function
Dproperties.mm7 @interface IntWrapper interface
11 @implementation IntWrapper implementation
Dreinterpret-cast.cpp6 struct IntWrapper { struct
10 struct Child : public IntWrapper { argument
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
Dinline.cpp313 class IntWrapper { class
317 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
/external/llvm-project/clang/test/Analysis/
Dglobal_region_invalidation.mm24 struct IntWrapper { struct
27 extern struct IntWrapper globalStruct; argument
Dproperties.mm7 @interface IntWrapper interface
11 @implementation IntWrapper implementation
Ddtor.cpp129 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() function
Dreinterpret-cast.cpp6 struct IntWrapper { struct
10 struct Child : public IntWrapper { argument
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
Dtrack-control-dependency-conditions.cpp646 struct IntWrapper { struct
647 int b;
650 void check() { in check()
Dinline.cpp313 class IntWrapper { class
317 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
/external/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
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
/external/llvm-project/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.cpp5 struct IntWrapper { struct
/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.cpp7 } IntWrapper; typedef
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/
DNumberSerTest.java26 static class IntWrapper { class in NumberSerTest
28 public IntWrapper(int value) { i = value; } in IntWrapper() method in NumberSerTest.IntWrapper
/external/libbrillo/brillo/
Dany_internal_impl.h66 struct IntWrapper { struct
73 IntWrapper(int /* dummy */) {} // do nothing, NOLINT in IntWrapper() function
/external/skqp/tests/
DGrTRecorderTest.cpp19 class IntWrapper { class
21 IntWrapper() {} in IntWrapper() function in IntWrapper
22 IntWrapper(int value) : fValue(value) {} in IntWrapper() function in IntWrapper
/external/llvm-project/clang/test/SemaCXX/
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
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DBaseMapTest.java49 protected static class IntWrapper { class in BaseMapTest
52 public IntWrapper() { } in IntWrapper() method in BaseMapTest.IntWrapper
53 public IntWrapper(int value) { i = value; } in IntWrapper() method in BaseMapTest.IntWrapper
/external/llvm-project/clang/test/CodeGenCXX/
Dmatrix-type-operators.cpp123 struct IntWrapper { struct
133 // CHECK: [[SCALAR:%.*]] = call i32 @_ZN10IntWrappercviEv(%struct.IntWrapper* {{[^,]*}} %w3) in test_IntWrapper_Add() argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-emplace.cpp475 class IntWrapper { class
477 IntWrapper(int x) : value(x) {} in IntWrapper() function in IntWrapper
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-param-test-test.cc250 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/llvm-project/clang/test/Misc/
Ddiag-template-diffing.cpp810 struct IntWrapper { struct
811 typedef int type;

12