Home
last modified time | relevance | path

Searched refs:MyType (Results 1 – 6 of 6) sorted by relevance

/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
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"),
107MyType("a very\nlooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo…
/external/clang/test/CodeGen/
Ddebug-info-typedef.c5 typedef int MyType; typedef
8 MyType a;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h21 typedef IPDBEnumChildren<ChildType> MyType; typedef
29 virtual MyType *clone() const = 0;
/external/llvm/test/Assembler/
Ddebug-info.ll43 ; 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/
DTypeBuilderTest.cpp169 struct MyType { struct
184 template<bool cross> class TypeBuilder<MyType, cross> {
238 (TypeBuilder<MyType*, false>::get(getGlobalContext()))); in TEST()
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolTypeFunctionSig.cpp57 MyType *clone() const override { in clone()