Home
last modified time | relevance | path

Searched defs:MyType (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/clang/test/CodeGenCXX/
Daddress-space-of-this.cpp7 struct MyType { struct
8 MyType(int i) __attribute__((address_space(10))) : i(i) {} in MyType() function
11 //CHECK: call void @_ZN6MyTypeC1Ei(%struct.MyType* addrspacecast (%struct.MyType addrspace(10)* @m … argument
Dalloc-size.cpp7 struct MyType { struct
8 int arr[4];
/external/llvm-project/clang/test/SemaCXX/
Daddress-space-ctor.cpp4 struct MyType { struct
5 MyType(int i) : i(i) {} in MyType() function
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/
Dtest0-type-suppr-v0.cc1 struct MyType struct
7 struct MyType::Private argument
Dtest0-type-suppr-v1.cc1 struct MyType struct
7 struct MyType::Private argument
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp202 struct MyType { struct
203 int a;
204 int *b;
205 void *array[1];
/external/libcxx/test/libcxx/algorithms/
Ddebug_less.pass.cpp27 struct MyType { struct
29 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() argument
/external/clang/test/Analysis/
DDynamicTypePropagation.m19 @interface MyType : NSObject <NSCopying> interface
36 @implementation MyType implementation
/external/llvm-project/clang/test/Analysis/
DDynamicTypePropagation.m22 @interface MyType : NSObject <NSCopying> interface
40 @implementation MyType implementation
/external/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/identical/
Didentical.cpp1 class MyType {}; class
/external/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/
Dorder-dependent.cpp1 class MyType {}; class
/external/llvm-project/clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/
Didentical-in-TU.cpp1 class MyType {}; class
/external/llvm-project/clang/test/PCH/Inputs/modules/
DFoo.h3 typedef int MyType; typedef
/external/clang/test/CodeGen/
Ddebug-info-typedef.c5 typedef int MyType; typedef
/external/llvm-project/clang/test/CodeGen/
Ddebug-info-typedef.c5 typedef int MyType; typedef
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h22 typedef IPDBEnumChildren<ChildType> MyType; typedef
/external/llvm-project/libcxx/test/libcxx/algorithms/
Ddebug_less.pass.cpp29 struct MyType { struct
31 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h22 using MyType = IPDBEnumChildren<ChildType>; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h22 using MyType = IPDBEnumChildren<ChildType>; variable
/external/libcxx/test/support/test.support/
Dtest_demangle.pass.cpp14 struct MyType {}; struct
/external/llvm-project/lldb/test/API/lang/c/find_struct_type/
Dmain.c13 typedef struct mytype MyType; typedef
/external/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc78 class MyType { class
80 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-list-tests-unittest_.cc78 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/
DTestTypeModifierNameResolution.java14 interface MyType { interface in TestTypeModifierNameResolution
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-auto-new-remove-stars.cpp4 class MyType {}; class

12