|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/AliasSetTracker.cpp 499 const Value *Arg = IdxArgPair.value();
lib/Analysis/CaptureTracking.cpp 292 Value *A = IdxOpPair.value();
lib/CodeGen/AsmPrinter/DwarfDebug.cpp 221 OutBS.EmitInt8(Byte.value(), Comment);
lib/CodeGen/GlobalISel/IRTranslator.cpp 1628 if (isa<MetadataAsValue>(Arg.value()))
1634 if (ConstantInt *CI = dyn_cast<ConstantInt>(Arg.value())) {
1641 MIB.addFPImm(cast<ConstantFP>(Arg.value()));
1644 ArrayRef<Register> VRegs = getOrCreateVRegs(*Arg.value());
lib/ObjectYAML/MinidumpEmitter.cpp 240 StreamDirectory[Stream.index()] = layout(File, *Stream.value());
lib/Target/RISCV/RISCVInstrInfo.cpp 497 unsigned OpType = OI.value().OperandType;
tools/clang/tools/clang-refactor/TestSupport.cpp 181 for (auto &I : llvm::enumerate(Group.value())) {
182 Expected<tooling::AtomicChanges> &Result = I.value();
tools/lld/ELF/Relocations.cpp 840 if (!it.value().locs.empty())
841 reportUndefinedSymbol<ELFT>(it.value(), it.index() < 2);
tools/lldb/source/Commands/CommandObjectType.cpp 83 if (entry.value().ref() != "unsigned")
tools/lldb/source/Interpreter/CommandInterpreter.cpp 1964 new_args.AppendArgument(entry.value().ref());
tools/lldb/source/Interpreter/CommandObject.cpp 970 if (!entry.value().ref().empty() && entry.value().ref().front() == '`') {
970 if (!entry.value().ref().empty() && entry.value().ref().front() == '`') {
973 m_interpreter.ProcessEmbeddedScriptCommands(entry.value().c_str()));
tools/lldb/source/Utility/UUID.cpp 46 os << llvm::format_hex_no_prefix(B.value(), 2, true);
unittests/ADT/STLExtrasTest.cpp 50 CharResults.emplace_back(X.index(), X.value());
62 IntResults.emplace_back(X.index(), X.value());
73 IntResults.emplace_back(X.index(), X.value());
84 ++X.value();
99 Results.emplace_back(X.index(), X.value());
116 ++X.value();
117 Results.emplace_back(X.index(), X.value());
271 EXPECT_EQ(v[I], Enumerated[I].value());
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp 227 EXPECT_TRUE(ValidateVisitedRecord(I.index(), I.value()));
256 EXPECT_TRUE(ValidateVisitedRecord(I.index(), I.value()));
285 EXPECT_TRUE(ValidateVisitedRecord(I.index(), I.value()));
316 EXPECT_TRUE(ValidateVisitedRecord(I.index(), I.value()));
346 EXPECT_TRUE(ValidateVisitedRecord(I.index(), I.value()));