HomeSort by: relevance | last modified time | path
    Searched refs:TStorage (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ErrorOr.h 238 return reinterpret_cast<storage_type *>(&TStorage);
243 return reinterpret_cast<const storage_type *>(&TStorage);
256 AlignedCharArrayUnion<storage_type> TStorage;
Error.h 632 return reinterpret_cast<storage_type *>(&TStorage);
637 return reinterpret_cast<const storage_type *>(&TStorage);
681 AlignedCharArrayUnion<storage_type> TStorage;

Completed in 17 milliseconds