Searched refs:sref (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | swift-async-call-conv.c | 163 SWIFTASYNCCALL void async_struct_field_and_methods(int i, S &sref, S *sptr) { in async_struct_field_and_methods() argument 166 return (*sref.fptr)(&x); in async_struct_field_and_methods() 168 return sref.async_nonleaf_method1(&x); in async_struct_field_and_methods() 174 return (sref.*async_leaf_method_ptr)(&x); in async_struct_field_and_methods()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBInstructionList.cpp | 141 bool SBInstructionList::GetDescription(Stream &sref) { in GetDescription() argument 168 inst->Dump(&sref, max_opcode_byte_size, true, false, in GetDescription() 171 sref.EOL(); in GetDescription()
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | nonobjc-to-objc-cast-2.m | 15 CFStringRef sref; field 25 return sref; 30 …return sref; // expected-error {{implicit conversion of C pointer type 'CFStringRef' (aka 'const s…
|
| H A D | nonobjc-to-objc-cast.m | 24 CFStringRef sref; field 58 return sref;
|
| H A D | nonobjc-to-objc-cast.m.result | 24 CFStringRef sref; 58 return (__bridge id)(sref);
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionArgParser.cpp | 154 llvm::StringRef sref = s; in ToAddress() local 218 if (g_symbol_plus_offset_regex.Execute(sref, &matches)) { in ToAddress()
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | SparseTensorUtils.cpp | 1555 StridedMemRefType<index_type, 1> *sref, in _mlir_ciface_newSparseTensor() argument 1559 assert(aref && sref && pref); in _mlir_ciface_newSparseTensor() 1560 assert(aref->strides[0] == 1 && sref->strides[0] == 1 && in _mlir_ciface_newSparseTensor() 1562 assert(aref->sizes[0] == sref->sizes[0] && sref->sizes[0] == pref->sizes[0]); in _mlir_ciface_newSparseTensor() 1564 const index_type *shape = sref->data + sref->offset; in _mlir_ciface_newSparseTensor()
|
| /llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/ |
| H A D | SparseTensorUtils.h | 154 StridedMemRefType<index_type, 1> *sref,
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_map_messages.cpp | 77 SREF sref(arg); in func() local 84 #pragma omp target map(arg,a,d,sref.b) in func()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 71 SynthAddOptions(bool sptr, bool sref, bool casc, bool regx, std::string catg) in SynthAddOptions() argument 72 : m_skip_pointers(sptr), m_skip_references(sref), m_cascade(casc), in SynthAddOptions()
|