Home
last modified time | relevance | path

Searched defs:OptionalValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/debuginfo-tests/llvm-prettyprinters/gdb/
Dllvm-support.cpp22 llvm::Optional<int> OptionalValue(9); variable
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1163 if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1165 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute() local
1167 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute() local
1192 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs1446 public global::Google.Protobuf.WellKnownTypes.Value OptionalValue { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2529 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local