Home
last modified time | relevance | path

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

1234

/llvm-project/clang/test/CodeGenCXX/
H A Dsanitize-dtor-zero-size-field.cpp24 struct Struct { struct
25 Trivial f1;
26 int f2;
27 char f3;
28 ~Struct(){}; in ~Struct()
38 struct Struct { struct
39 NonTrivial nt;
40 Trivial f1;
41 int f2;
42 char f3;
[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/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 BStruct global() argument
15 CStruct global() argument
17 SCStruct global() argument
19 UCStruct global() argument
20 C16Struct global() argument
21 C32Struct global() argument
23 WCStruct global() argument
24 SStruct global() argument
25 USStruct global() argument
27 IStruct global() argument
29 UIStruct global() argument
31 LStruct global() argument
32 ULStruct global() argument
33 LLStruct global() argument
34 ULLStruct global() argument
35 FStruct global() argument
36 DStruct global() argument
37 LDStruct global() argument
H A Dstack_unwinding01.cpp9 struct Struct { struct
19 Struct s; in main() argument
/llvm-project/lldb/test/API/functionalities/data-formatter/type_summary_list_script/
H A Dmain.cpp3 typedef struct Struct struct
7 } Struct; argument
/llvm-project/clang/test/CodeGenCUDA/
H A Dprintf-aggregate.cu10 struct Struct { struct
16 printf("%d", Struct()); in PrintfNonScalar() argument
/llvm-project/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/clang/test/CodeGenHIP/
H A Dprintf-aggregate.cpp9 struct Struct { struct
19 printf("%d", Struct()); in PrintfNonScalar() argument
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/Inputs/
H A Dpr-46466.cpp1 struct Struct { struct
8 Struct S; argument
/llvm-project/clang/test/CodeGen/
H A Dglobal-with-initialiser.c19 struct Struct { struct
25 struct Struct globalStruct = { 1, 2.0f, "foobar"}; argument
/llvm-project/clang/test/Modules/Inputs/
H A DDebugCXX.h7 struct Struct { struct
8 int i;
9 static int static_member;
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion-allow-in-conditions.cpp12 struct Struct { struct
27 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/clang/test/Driver/
H A Dftime-trace.cpp66 struct Struct { global() struct
71 NumStruct main() argument
/llvm-project/lldb/test/API/lang/cpp/elaborated-types/
H A Dmain.cpp1 struct Struct { struct
6 Struct use; in main() argument
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DClassLayoutTest.cpp22 struct Struct { struct
30 struct Struct StructVar; argument
/llvm-project/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m22 struct Struct { Rectangle r; }; argument
28 - (struct Struct)returnsStruct2; // expected-note {{method 'returnsStruct2' that returns 'struct St… argument
78 - (struct Struct)returnsSubStructExt; // expected-note {{method 'returnsSubStructExt' that returns … category
/llvm-project/clang/test/Sema/
H A Dattr-nonblocking-syntax.cpp38 struct Struct { argument
138 struct Struct { argument
37 struct Struct { global() struct
137 struct Struct { global() struct
/llvm-project/clang/test/Refactor/LocalRename/
H A DBuiltinOffsetof.cpp3 struct Struct { struct
8 Struct /*range array=*/array[4][2]; argument

1234