Home
last modified time | relevance | path

Searched defs:toSigned (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h240 inline Optional<int64_t> toSigned(const Optional<DWARFFormValue> &V) { in toSigned() function
252 inline int64_t toSigned(const Optional<DWARFFormValue> &V, int64_t Default) { in toSigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h273 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { in toSigned() function
285 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h273 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { in toSigned() function
285 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h273 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { in toSigned() function
285 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h270 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { in toSigned() function
282 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h273 inline std::optional<int64_t> toSigned(const std::optional<DWARFFormValue> &V) { in toSigned() function
285 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned() function
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DConversions.cpp1246 nn::GeneralResult<std::vector<int32_t>> toSigned(const std::vector<uint32_t>& vec) { in toSigned() function