Home
last modified time | relevance | path

Searched defs:Struct (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dsanitize-dtor-zero-size-field.cpp26 int f2;
27 char f3;
41 int f2;
42 char f3;
56 int f2;
57 char f3;
72 int f2;
74 char f3;
89 int f2;
104 int f2;
[all …]
H A Dthis-nonnull.cpp4 struct Struct { struct
11 void TestReturnsVoid(Struct &s) { in TestReturnsVoid() argument
H A Dmember-expr-references-variable.cpp5 struct Struct { struct
12 Struct(); argument
H A Dattr-annotate.cpp15 struct Struct { struct
24 __attribute__((annotate("test", Struct<const T*>{&SV[0], &SV[1]}))) void test2() {} in test2() argument
H A Ddebug-info-composite-triviality.cpp12 struct Struct { struct
13 Struct() {} in Struct() argument
14 } Struct; variable
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dbitfields.cpp11 struct Struct { struct
23 constexpr Struct TheStruct; argument
H A Dast-methods.cpp11 struct Struct { struct
23 Struct s; argument
H A Dfind-functions.cpp28 struct Struct { struct
29 int simple_method() { in simple_method()
54 Struct s; argument
H A Dtag-types.cpp11 struct Struct { struct
13 bool B;
15 char C;
17 signed char SC;
19 unsigned char UC;
23 wchar_t WC;
24 short S;
27 int I;
31 long L;
35 float F;
[all …]
H A Dstack_unwinding01.cpp9 struct Struct { struct
19 Struct s; in main() argument
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/type_summary_list_script/
H A Dmain.cpp3 typedef struct Struct struct
7 } Struct; argument
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Dprintf-aggregate.cu10 struct Struct { struct
16 printf("%d", Struct()); in PrintfNonScalar() argument
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-function.cpp17 struct Struct { struct
18 Struct() {} // constructor in Struct() function
31 void struct_one_param(Struct S) { } in struct_one_param() argument
/llvm-project-15.0.7/clang/test/CodeGenHIP/
H A Dprintf-aggregate.cpp9 struct Struct { struct
19 printf("%d", Struct()); in PrintfNonScalar() argument
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dglobal-with-initialiser.c19 struct Struct { struct
25 struct Struct globalStruct = { 1, 2.0f, "foobar"}; argument
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A DDebugCXX.h7 struct Struct { struct
8 int i;
9 static int static_member;
/llvm-project-15.0.7/clang/test/Driver/
H A Dcheck-time-trace.cpp35 struct Struct { struct
40 Struct<int> S; in main() argument
/llvm-project-15.0.7/lldb/test/API/lang/cpp/elaborated-types/
H A Dmain.cpp1 struct Struct { struct
6 Struct use; in main() argument
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion-allow-in-conditions.cpp12 struct Struct { struct
26 Struct s = {}; in implicitConversionIntegerToBoolInConditionalsIsAllowed() argument
H A Dimplicit-bool-conversion-cxx98.cpp11 struct Struct { struct
21 int Struct::* memberPointer = NULL; in useOldNullMacroInReplacements() argument
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DClassLayoutTest.cpp22 struct Struct { struct
30 struct Struct StructVar; argument
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m23 struct Struct { Rectangle r; }; argument
29 - (struct Struct)returnsStruct2; // expected-note {{method 'returnsStruct2' that returns 'struct St… argument
79 - (struct Struct)returnsSubStructExt; // expected-note {{method 'returnsSubStructExt' that returns … category
/llvm-project-15.0.7/clang/test/Refactor/LocalRename/
H A DBuiltinOffsetof.cpp3 struct Struct { struct
8 Struct /*range array=*/array[4][2]; argument
/llvm-project-15.0.7/lldb/test/API/lang/cpp/global_operators/
H A Dmain.cpp8 struct Struct { struct
12 bool operator==(const Struct &a, const Struct &b) { in operator ==() argument
/llvm-project-15.0.7/clang/test/Modules/Inputs/no-linkage/
H A Ddecls.h6 struct Struct {}; struct

1234