HomeSort by relevance Sort by last modified time
    Searched refs:MyPortableType (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 208 struct MyPortableType {
240 template<bool cross> class TypeBuilder<MyPortableType, cross> {
277 (TypeBuilder<MyPortableType *, false>::get(Context)));
283 (TypeBuilder<MyPortableType *, true>::get(Context)));
  /external/swiftshader/third_party/LLVM/unittests/Support/
TypeBuilderTest.cpp 176 class MyPortableType {
208 template<bool cross> class TypeBuilder<MyPortableType, cross> {
245 (TypeBuilder<MyPortableType*, false>::get(getGlobalContext())));
251 (TypeBuilder<MyPortableType*, true>::get(getGlobalContext())));

Completed in 506 milliseconds