Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/llvm-project/clang/test/CodeGenObjC/
H A Drelated-result-type.m5 - (id)init; method
29 - (id)init; method
34 - (id)init { method
41 - (id)init; method
46 - (id)init { method
H A Ddebug-info-selector.m6 - (id)init; method
11 {
H A Darc-loadweakretained-release.m6 - (id) init; method
12 - (id) init { method
/llvm-project/mlir/lib/TableGen/
H A DAttribute.cpp28 static StringRef getValueAsString(const Init *init) { in getValueAsString() argument
43 Attribute::Attribute(const DefInit *init) : Attribute(init->getDef()) {} in Attribute() argument
59 const auto *init = def->getValueInit("storageType"); in getStorageType() local
67 const auto *init = def->getValueInit("returnType"); in getReturnType() local
80 const auto *init = def->getValueInit("convertFromStorage"); in getConvertFromStorageCall() local
85 const auto *init = def->getValueInit("constBuilderCall"); isConstBuildable() local
90 const auto *init = def->getValueInit("constBuilderCall"); getConstBuilderTemplate() local
103 const auto *init = def->getValueInit("defaultValue"); hasDefaultValue() local
108 const auto *init = def->getValueInit("defaultValue"); getDefaultValue() local
129 if (DefInit *init = dyn_cast<DefInit>(record->getValue())) getDialect() local
137 ConstantAttr(const DefInit * init) ConstantAttr() argument
155 EnumAttrCase(const llvm::DefInit * init) EnumAttrCase() argument
175 EnumAttr(const llvm::DefInit * init) EnumAttr() argument
[all...]
/llvm-project/lldb/test/API/python_api/objc_type/
H A Dmain.m5 - (id) init; method
12 - (id) init; method
18 {
28 {
/llvm-project/lldb/test/API/lang/objc/hidden-ivars/
H A Dmain.m9 -(id)init; method
15 {
27 -(id)init; method
33 {
/llvm-project/lldb/test/API/lang/objc/objc-dyn-sbtype/
H A Dmain.m5 -(id) init; method
10 - (id) init { method
24 -(id) init; method
29 - (id) init { method
/llvm-project/lldb/test/API/lang/objc/bitfield_ivars/
H A Dmain.m17 -(id)init; method
21 -(id)init { method
33 -(id)init; method
37 -(id)init { method
56 - (id)init { method
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared.array.bounded.pass.cpp72 int init = 42; in main() local
80 int init[3] = {42, 43, 44}; in main() local
90 int init[3][2] = {{31, 32}, {41, 42}, {51, 52}}; in main() local
138 DestroyInReverseOrder init(&count); in main() local
149 DestroyInReverseOrder init[3] = {&count, &count, &count}; in main() local
160 DestroyInReverseOrder init[3][2] = {{&count, &count}, {&count, &count}, {&count, &count}}; in main() local
196 CountCopies init(&copies); in main() local
203 CountCopies init[3] = {&copies, &copies, &copies}; in main() local
210 CountCopies init[3][2] = {{&copies, &copies}, {&copies, &copies}, {&copies, &copies}}; in main() local
319 Sentinel init; in main() local
[all …]
H A Dallocate_shared.array.unbounded.pass.cpp114 int init = 42; in main() local
122 int init[3] = {42, 43, 44}; in main() local
132 int init[3][2] = {{31, 32}, {41, 42}, {51, 52}}; in main() local
180 DestroyInReverseOrder init(&count); in main() local
191 DestroyInReverseOrder init[3] = {&count, &count, &count}; in main() local
202 DestroyInReverseOrder init[3][2] = {{&count, &count}, {&count, &count}, {&count, &count}}; in main() local
238 CountCopies init(&copies); in main() local
245 CountCopies init[3] = {&copies, &copies, &copies}; in main() local
252 CountCopies init[3][2] = {{&copies, &copies}, {&copies, &copies}, {&copies, &copies}}; in main() local
361 Sentinel init; in main() local
[all …]
H A Dmake_shared.array.bounded.pass.cpp71 int init = 42; in main() local
79 int init[3] = {42, 43, 44}; in main() local
89 int init[3][2] = {{31, 32}, {41, 42}, {51, 52}}; in main() local
137 DestroyInReverseOrder init(&count); in main() local
148 DestroyInReverseOrder init[3] = {&count, &count, &count}; in main() local
159 DestroyInReverseOrder init[3][2] = {{&count, &count}, {&count, &count}, {&count, &count}}; in main() local
195 CountCopies init(&copies); in main() local
202 CountCopies init[3] = {&copies, &copies, &copies}; in main() local
209 CountCopies init[3][2] = {{&copies, &copies}, {&copies, &copies}, {&copies, &copies}}; in main() local
318 Sentinel init; in main() local
[all …]
H A Dmake_shared.array.unbounded.pass.cpp112 int init = 42; in main() local
120 int init[3] = {42, 43, 44}; in main() local
130 int init[3][2] = {{31, 32}, {41, 42}, {51, 52}}; in main() local
178 DestroyInReverseOrder init(&count); in main() local
189 DestroyInReverseOrder init[3] = {&count, &count, &count}; in main() local
200 DestroyInReverseOrder init[3][2] = {{&count, &count}, {&count, &count}, {&count, &count}}; in main() local
236 CountCopies init(&copies); in main() local
243 CountCopies init[3] = {&copies, &copies, &copies}; in main() local
250 CountCopies init[3][2] = {{&copies, &copies}, {&copies, &copies}, {&copies, &copies}}; in main() local
359 Sentinel init; in main() local
[all …]
/llvm-project/clang/test/ARCMT/
H A Dinit.m8 -init; method
12 -init; method
19 -(id) init { method
H A Dobjcmt-designated-initializer.m11 -(id)init; method
33 -(id)init; method
38 {
/llvm-project/lldb/test/API/lang/objc/objc-dynamic-value/
H A Ddynamic-value.m11 - (SourceBase *) init; method
17 {
37 - (Source *) init; method
43 {
58 - (SourceDerived *) init; method
64 {
/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/
H A Dmain.mm11 - (SourceBase *) init; method
17 {
37 - (Source *) init; method
43 {
58 - (SourceDerived *) init; method
64 {
/llvm-project/lldb/unittests/Utility/
H A DDataEncoderTest.cpp18 const std::vector<uint8_t> init = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
169 const std::vector<uint8_t> init = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
193 const std::vector<uint8_t> init = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
217 const std::vector<uint8_t> init = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
236 const std::vector<uint8_t> init = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
255 const std::vector<uint8_t> init = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
270 const std::vector<uint8_t> init = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
285 const std::vector<uint8_t> init = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
315 const std::vector<uint8_t> init = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
346 const std::vector<uint8_t> init = {1, 2, 3, 4, 5, 6, 7, 8}; in TEST() local
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dsuper-self.m4 - (instancetype)init; method
13 - (instancetype)init { method
72 - (instancetype)init; method
81 - (instancetype)init { method
/llvm-project/lldb/test/API/lang/objc/objc-po-hint/
H A Dmain.m5 -(id) init; method
12 {
/llvm-project/lldb/test/API/lang/objc/objc-baseclass-sbtype/
H A Dmain.m5 -(id) init; method
12 {
/llvm-project/lldb/test/API/lang/objc/modules-app-update/
H A Dmain.m4 +(instancetype)init; class
8 +(instancetype)init { class
/llvm-project/clang/test/SemaObjC/
H A Didiomatic-parentheses.m9 - (id) init; method
11 - (id) myInit __attribute__((objc_method_family(init)));
19 - (id) init { method
/llvm-project/lldb/test/API/lang/objc/objc-ivar-stripped/
H A Dmain.m8 -(id)init; method
14 {
/llvm-project/clang/test/Analysis/inlining/
H A Dassume-super-init-does-not-return-nil.m9 -(id)init; method
20 - (id) init; method
25 - (id) init { method
/llvm-project/lldb/test/API/functionalities/type_lookup/
H A Dmain.mm25 - (id)init; method
32 - (id)init { method

12345678910>>...22