|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/Optional.h 95 value = y;
include/llvm/Analysis/TargetTransformInfo.h 1892 TTICallback = RHS.TTICallback;
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h 998 ScalarSizeChangeStrategies[OpcodeIdx][TypeIdx] = S;
1009 VectorElementSizeChangeStrategies[OpcodeIdx][TypeIdx] = S;
include/llvm/Support/type_traits.h 122 static auto get(F*) -> decltype(std::declval<F &>() = std::declval<const F &>(), std::true_type{});
lib/CodeGen/GlobalISel/LegalizerInfo.cpp 321 S = ScalarSizeChangeStrategies[OpcodeIdx][TypeIdx];
364 VectorElementSizeChangeStrategy =
lib/Support/CommandLine.cpp 2445 void cl::SetVersionPrinter(VersionPrinterTy func) { OverrideVersionPrinter = func; }
tools/clang/include/clang/AST/ASTImporter.h 326 FileIDImportHandler = H;
tools/clang/tools/extra/clangd/Diagnostics.h 134 void contributeFixes(DiagFixer Fixer) { this->Fixer = Fixer; }
138 void setLevelAdjuster(LevelAdjuster Adjuster) { this->Adjuster = Adjuster; }
tools/clang/tools/extra/clangd/unittests/TestTU.cpp 150 Visitor.F = Filter;
tools/lld/ELF/ScriptParser.cpp 498 os->addrExpr = addrExpr;
502 os->lmaExpr = lmaExpr;
tools/lldb/include/lldb/DataFormatters/StringPrinter.h 193 m_deleter = rhs.m_deleter;
tools/lldb/include/lldb/DataFormatters/TypeCategory.h 100 m_format_exact = callback;
106 m_format_regex = callback;
113 m_summary_exact = callback;
119 m_summary_regex = callback;
126 m_filter_exact = callback;
132 m_filter_regex = callback;
139 m_synth_exact = callback;
145 m_synth_regex = callback;
tools/lldb/include/lldb/DataFormatters/TypeSummary.h 323 void SetBackendFunction(Callback cb_func) { m_impl = cb_func; }
tools/lldb/include/lldb/DataFormatters/TypeValidator.h 181 void SetValidatorFunction(ValidatorFunction f) { m_validator_function = f; }
tools/lldb/source/DataFormatters/DumpValueObjectOptions.cpp 49 m_decl_printing_helper = helper;
tools/lldb/source/Host/common/Host.cpp 108 info_ptr->callback = callback;
tools/lldb/source/Host/common/MainLoop.cpp 310 info.callback = callback;
tools/lldb/source/Host/common/ProcessLaunchInfo.cpp 178 m_monitor_callback = callback;
tools/llvm-xray/xray-registry.cpp 29 (*Commands)[SC] = Command;
usr/include/c++/7.4.0/bits/stl_algobase.h 324 *__result = *__first;