/external/llvm-project/clang/test/CodeGenCXX/ |
D | address-space-of-this.cpp | 7 struct MyType { struct 8 MyType(int i) __attribute__((address_space(10))) : i(i) {} in MyType() argument 11 //CHECK: call void @_ZN6MyTypeC1Ei(%struct.MyType* addrspacecast (%struct.MyType addrspace(10)* @m … argument
|
D | alloc-size.cpp | 7 struct MyType { struct 8 int arr[4];
|
/external/llvm-project/clang/test/SemaCXX/ |
D | address-space-ctor.cpp | 4 struct MyType { struct 5 MyType(int i) : i(i) {} in MyType() argument 9 …t copy constructor) not viable: no known conversion from 'int' to 'const MyType &' for 1st argumen… argument
|
/external/libabigail/tests/data/test-diff-suppr/ |
D | test0-type-suppr-v0.cc | 1 struct MyType struct 7 struct MyType::Private argument
|
D | test0-type-suppr-v1.cc | 1 struct MyType struct 7 struct MyType::Private argument
|
/external/llvm/unittests/IR/ |
D | TypeBuilderTest.cpp | 202 struct MyType { struct 203 int a; 204 int *b; 205 void *array[1];
|
/external/libcxx/test/libcxx/algorithms/ |
D | debug_less.pass.cpp | 27 struct MyType { struct 29 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() argument
|
/external/clang/test/Analysis/ |
D | DynamicTypePropagation.m | 19 @interface MyType : NSObject <NSCopying> interface 36 @implementation MyType implementation
|
/external/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/ |
D | identical-in-TU.cpp | 1 class MyType {}; class
|
/external/llvm-project/clang/test/PCH/Inputs/modules/ |
D | Foo.h | 3 typedef int MyType; typedef
|
/external/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/identical/ |
D | identical.cpp | 1 class MyType {}; class
|
/external/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/ |
D | order-dependent.cpp | 1 class MyType {}; class
|
/external/llvm-project/clang/test/CodeGen/ |
D | debug-info-typedef.c | 5 typedef int MyType; typedef
|
/external/clang/test/CodeGen/ |
D | debug-info-typedef.c | 5 typedef int MyType; typedef
|
/external/llvm-project/clang/test/Analysis/ |
D | DynamicTypePropagation.m | 22 @interface MyType : NSObject <NSCopying> interface 40 @implementation MyType implementation
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBEnumChildren.h | 22 typedef IPDBEnumChildren<ChildType> MyType; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBEnumChildren.h | 22 using MyType = IPDBEnumChildren<ChildType>; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBEnumChildren.h | 22 using MyType = IPDBEnumChildren<ChildType>; variable
|
/external/llvm-project/libcxx/test/libcxx/algorithms/ |
D | debug_less.pass.cpp | 29 struct MyType { struct 31 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() argument
|
/external/llvm-project/lldb/test/API/lang/c/find_struct_type/ |
D | main.c | 13 typedef struct mytype MyType; typedef
|
/external/libcxx/test/support/test.support/ |
D | test_demangle.pass.cpp | 14 struct MyType {}; struct
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-list-tests-unittest_.cc | 78 class MyType { class 80 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
|
/external/googletest/googletest/test/ |
D | googletest-list-tests-unittest_.cc | 78 class MyType { class 80 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/ |
D | TestTypeModifierNameResolution.java | 14 interface MyType { interface in TestTypeModifierNameResolution
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-auto-new-remove-stars.cpp | 4 class MyType {}; class
|