Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DTypeBuilderTest.cpp202 struct MyType { struct
203 int a;
204 int *b;
205 void *array[1];
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DTypeBuilderTest.cpp202 struct MyType { struct
203 int a;
204 int *b;
205 void *array[1];
/external/libcxx/test/libcxx/algorithms/
Ddebug_less.pass.cpp27 struct MyType { struct
29 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() function
/external/clang/test/Analysis/
DDynamicTypePropagation.m19 @interface MyType : NSObject <NSCopying> interface
36 @implementation MyType implementation
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h22 using MyType = IPDBEnumChildren<ChildType>; variable
/external/clang/test/CodeGen/
Ddebug-info-typedef.c5 typedef int MyType; typedef
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef
/external/libcxx/test/support/test.support/
Dtest_demangle.pass.cpp14 struct MyType {}; struct
/external/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc78 class MyType { class
80 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
Dgtest_unittest.cc559 struct MyType {}; struct
/external/swiftshader/third_party/LLVM/unittests/Support/
DTypeBuilderTest.cpp170 class MyType { class
/external/python/cpython3/Lib/test/
Dtest_argparse.py1644 class MyType(TestCase): class in TestTypeUserDefined
/external/python/cpython2/Lib/test/
Dtest_argparse.py1588 class MyType(TestCase): class in TestTypeUserDefined