Searched refs:Describe (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Tooling/Transformer/
H A DStencil.cpp107 Describe, member in class:__anon1130::UnaryNodeOperator
137 case UnaryNodeOperator::Describe:
146 // The `Describe` operation can be applied to any node, not just
148 if (Op == UnaryNodeOperator::Describe)
200 case UnaryNodeOperator::Describe:
463 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Describe,
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h78 Describe(std::function<void(ObjCLanguageRuntime::ObjCISA)> const
H A DAppleObjCClassDescriptorV2.cpp373 bool ClassDescriptorV2::Describe( function in class:ClassDescriptorV2
429 metaclass->Describe(
555 descriptor.Describe(nullptr, nullptr, nullptr, [this, process,
H A DAppleObjCRuntimeV1.cpp267 bool AppleObjCRuntimeV1::ClassDescriptorV1::Describe( function in class:AppleObjCRuntimeV1::ClassDescriptorV1
H A DAppleObjCClassDescriptorV2.h54 bool Describe(
H A DAppleObjCDeclVendor.cpp510 if (!descriptor->Describe(superclass_func, instance_method_func,
H A DAppleObjCRuntimeV2.cpp964 iterator->second->Describe(
2605 descriptor->Describe(
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp200 const char *description = sig.Describe();
H A Dsanitizer_posix.cpp315 const char *SignalContext::Describe() const { function in class:__sanitizer::SignalContext
H A Dsanitizer_fuchsia.cpp101 const char *SignalContext::Describe() const { UNIMPLEMENTED(); } function in class:__sanitizer::SignalContext
H A Dsanitizer_win.cpp1032 const char *SignalContext::Describe() const {
H A Dsanitizer_common.h1012 const char *Describe() const;
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h115 Describe(std::function<void(ObjCISA)> const &superclass_func, function in class:lldb_private::ObjCLanguageRuntime::ObjCRuntimeVersions::ClassDescriptor
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp941 auto Describe = [](std::optional<Value *> SourceAggregate) { local
988 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch &&
990 assert((Describe(SourceAggregate) == AggregateDescription::Found) ==
1005 if (Describe(SourceAggregateForElement) != AggregateDescription::Found)
1010 switch (Describe(SourceAggregate)) {
1026 assert(Describe(SourceAggregate) == AggregateDescription::Found &&
1036 if (Describe(SourceAggregate) != AggregateDescription::NotFound) {
1037 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch)
1103 if (Describe(SourceAggregate) != AggregateDescription::Found)

Completed in 282 milliseconds