Searched refs:MyType (Results 1 – 6 of 6) sorted by relevance
/external/gtest/test/ |
D | gtest_list_tests_unittest_.cc | 79 class MyType { class 81 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType 90 void PrintTo(const MyType& x, std::ostream* os) { in PrintTo() 94 class ValueParamTest : public testing::TestWithParam<MyType> { 105 testing::Values(MyType("one line"), 106 MyType("two\nlines"), 107 …MyType("a very\nlooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
|
/external/clang/test/CodeGen/ |
D | debug-info-typedef.c | 5 typedef int MyType; typedef 8 MyType a;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBEnumChildren.h | 21 typedef IPDBEnumChildren<ChildType> MyType; typedef 29 virtual MyType *clone() const = 0;
|
/external/llvm/test/Assembler/ |
D | debug-info.ll | 43 ; CHECK-NEXT: !14 = !MDCompositeType(tag: DW_TAG_structure_type, name: "MyType", file: !10, line: 2… 54 !16 = !MDCompositeType(tag: DW_TAG_structure_type, name: "MyType", file: !12, line: 2, size: 32, al…
|
/external/llvm/unittests/IR/ |
D | TypeBuilderTest.cpp | 169 struct MyType { struct 184 template<bool cross> class TypeBuilder<MyType, cross> { 238 (TypeBuilder<MyType*, false>::get(getGlobalContext()))); in TEST()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolTypeFunctionSig.cpp | 57 MyType *clone() const override { in clone()
|