Searched refs:MyType (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Ddebug-info-typedef.c5 typedef int MyType; typedef
8 MyType a;
10 // CHECK: metadata ![[HEADER:[0-9]+]], null, metadata !"MyType"{{.*}} ; [ DW_TAG_typedef ] [MyType] [line 2, size 0, align 0, offset 0] [from int]
/external/chromium_org/testing/gtest/test/
H A Dgtest_list_tests_unittest_.cc79 class MyType { class
81 explicit MyType(const std::string& a_value) : value_(a_value) {} function in class:MyType
89 // Teaches Google Test how to print a MyType.
90 void PrintTo(const MyType& x, std::ostream* os) {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107 MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT
/external/gtest/test/
H A Dgtest_list_tests_unittest_.cc79 class MyType { class
81 explicit MyType(const std::string& a_value) : value_(a_value) {} function in class:MyType
89 // Teaches Google Test how to print a MyType.
90 void PrintTo(const MyType& x, std::ostream* os) {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107 MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT
/external/chromium_org/tools/idl_parser/test_parser/
H A Dtypedef_web.idl86 * Typeref(MyType)
89 typedef MyType[5] MyTypeFive;
94 * Typeref(MyType)
98 typedef MyType[][5] MyTypeUnsizedFive;
/external/llvm/unittests/IR/
H A DTypeBuilderTest.cpp169 struct MyType { struct in namespace:__anon26506
184 template<bool cross> class TypeBuilder<MyType, cross> {
238 (TypeBuilder<MyType*, false>::get(getGlobalContext())));

Completed in 161 milliseconds