Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DTypeBuilderTest.cpp169 struct MyType { struct
170 int a;
171 int *b;
172 void *array[1];
/external/clang/test/CodeGen/
Ddebug-info-typedef.c5 typedef int MyType; typedef
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h21 typedef IPDBEnumChildren<ChildType> MyType; typedef
/external/gtest/test/
Dgtest_list_tests_unittest_.cc79 class MyType { class
81 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType