HomeSort by: relevance | last modified time | path
    Searched defs:toUnsigned (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Boolean.h 61 Boolean toUnsigned() const { return *this; }
Integral.h 117 Integral<Bits, false> toUnsigned() const {
Boolean.h 61 Boolean toUnsigned() const { return *this; }
Integral.h 117 Integral<Bits, false> toUnsigned() const {
Boolean.h 61 Boolean toUnsigned() const { return *this; }
Integral.h 117 Integral<Bits, false> toUnsigned() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 201 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) {
213 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V,
215 return toUnsigned(V).getValueOr(Default);
DWARFFormValue.h 201 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) {
213 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V,
215 return toUnsigned(V).getValueOr(Default);
DWARFFormValue.h 201 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) {
213 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V,
215 return toUnsigned(V).getValueOr(Default);

Completed in 58 milliseconds