Home
last modified time | relevance | path

Searched defs:MyType (Results 1 – 7 of 7) 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/Analysis/
DDynamicTypePropagation.m19 @interface MyType : NSObject <NSCopying> interface
36 @implementation MyType implementation
/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/vulkan-validation-layers/tests/gtest-1.7.0/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
/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
/external/libcxx/test/libcxx/selftest/
Dtest_macros.pass.cpp43 typedef TEST_DECLTYPE(foo()) MyType; in test_decltype() typedef