Home
last modified time | relevance | path

Searched defs:Dummy (Results 1 – 25 of 89) sorted by relevance

1234

/llvm-project/clang/test/Analysis/
H A Dnullability_nullonly.mm8 typedef struct Dummy { int val; } Dummy; argument
10 void takesNullable(Dummy *_Nullable); argument
11 void takesNonnull(Dummy *_Nonnull); argument
12 Dummy *_Nullable returnsNullable(); argument
16 Dummy *p = returnsNullable(); argument
25 Dummy *_Nonnull testNullReturn() { argument
31 Dummy *p = 0; argument
40 Dummy *_Nonnull doNotWarnWhenPreconditionIsViolatedInTopFunc( argument
54 Dummy *_Nonnull doNotWarnWhenPreconditionIsViolated(Dummy *_Nonnull p) { argument
67 void testPreconditionViolationInInlinedFunction(Dummy *p) { argument
[all …]
H A Dnullability.mm67 typedef struct Dummy { int val; } Dummy; argument
69 void takesNullable(Dummy *_Nullable); argument
70 void takesNonnull(Dummy *_Nonnull); argument
71 void takesUnspecified(Dummy *); argument
75 Dummy *_Nullable returnsNullable(); argument
76 Dummy *_Nonnull returnsNonnull(); argument
77 Dummy *returnsUnspecified(); argument
82 void takesAttrNonnull(Dummy *p) __attribute((nonnull(1))); argument
85 Dummy * argument
131 testMultiParamCheckingDummy global() argument
134 testArgumentTrackingDummy global() argument
150 testArgumentTrackingDirectlyDummy global() argument
161 testNullableReturnDummy global() argument
166 testNullReturnDummy global() argument
171 testObjCMessageResultNullabilityDummy global() argument
212 testObjCPropertyReadNullabilityDummy global() argument
269 testDirectCastNullableToNonnullDummy global() argument
275 testIndirectCastNullableToNonnullDummy global() argument
281 testDirectCastNilToNonnullDummy global() argument
298 testIndirectCastNilToNonnullAndPassDummy global() argument
304 testDirectCastNilToNonnullAndAssignToLocalInInitializerDummy global() argument
314 testDirectCastNilToNonnullAndAssignToLocalDummy global() argument
325 testDirectCastNilToNonnullAndAssignToParamDummy global() argument
330 ClassWithNonnullIvarDummy global() argument
[all...]
H A Dincorrect-checker-names.mm30 typedef struct Dummy { int val; } Dummy; struct
32 void takesNullable(Dummy *_Nullable); argument
33 void takesNonnull(Dummy *_Nonnull); argument
34 void takesUnspecified(Dummy *); argument
36 Dummy *_Nullable returnsNullable(); argument
37 Dummy *_Nonnull returnsNonnull(); argument
38 Dummy *returnsUnspecified(); argument
43 void takesAttrNonnull(Dummy *p) __attribute((nonnull(1))); argument
47 Dummy *p = returnsNullable(); argument
97 typedef int NSInteger;
H A Dsymbol-reaper-lambda.cpp6 struct Dummy {}; struct
/llvm-project/clang-tools-extra/test/clang-reorder-fields/
H A DFieldDependencyWarning.cpp7 struct Dummy { struct
8 Dummy(int x, char c) : x(x), c(c) {} in Dummy() function
9 int x;
10 char c;
/llvm-project/clang/test/CodeGenCUDA/
H A Dkernel-amdgcn.cu22 struct Dummy { global() struct
35 EmptyDummy main() argument
/llvm-project/clang/test/SemaObjCXX/
H A Dwarn-missing-super.mm7 @interface Dummy : NSObject interface
14 @implementation Dummy implementation
/llvm-project/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_nothrow_invocable.pass.cpp58 struct Dummy { test_noexcept_function_pointers() struct
59 footest_noexcept_function_pointers::Dummy test_noexcept_function_pointers() argument
60 bartest_noexcept_function_pointers::Dummy test_noexcept_function_pointers() argument
/llvm-project/clang/test/Modules/Inputs/
H A DDebugDwoId.h3 struct Dummy {}; struct
H A Ddummy.h4 struct Dummy {} extern *dummy1, *dummy2, *dummy3; struct
/llvm-project/clang/test/SemaCUDA/
H A Dreference-to-kernel-fn.cu14 struct Dummy {}; struct
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dctor.copy_move_trivial.pass.cpp22 struct Dummy { struct
H A Dctor.move.pass.cpp24 struct Dummy { struct
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DHeaderMapCollector.cpp34 std::string Dummy; in getMappedHeader() local
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
H A Dtuple_size_value_sfinae.pass.cpp29 struct Dummy {}; struct
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dempty_in_place_t_does_not_clobber.pass.cpp29 bool Dummy = true; member
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-value-prof-visibility.c16 void *Dummy = &lprofMergeValueProfData; variable
/llvm-project/compiler-rt/test/fuzzer/
H A DCompressedTest.cpp48 uint8_t Dummy[] = {'H', 'i'}; in LLVMFuzzerCustomMutator() local
/llvm-project/clang/test/SemaCXX/
H A Dco_await-range-for.cpp80 ForLoopAwaiterBadBeginTransform bad_begin_template(Dummy) { in bad_begin_template() argument
115 ForLoopAwaiterBadIncTransform bad_inc_transform_template(Dummy) { in bad_inc_transform_template() argument
/llvm-project/lldb/test/API/functionalities/step-avoids-regexp/
H A Dmain.cpp2 struct Dummy {}; struct
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/cxx/
H A DCXX.h
/llvm-project/compiler-rt/test/profile/Linux/
H A Dinstrprof-merge-vp.c23 void *Dummy = &lprofMergeValueProfData; variable
/llvm-project/libcxxabi/test/
H A Ddynamic_cast.pass.cpp130 struct Dummy { virtual ~Dummy() {} Pad1 _; }; in ~Dummy() argument
/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dvalue.pass.cpp125 struct Dummy { Dummy() = delete; }; in test_sfinae_constraints() struct
/llvm-project/libcxx/test/std/utilities/any/any.class/any.assign/
H A Dvalue.pass.cpp177 struct Dummy { Dummy() = delete; }; in test_sfinae_constraints() struct

1234