Searched refs:PDS (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | pass-object-size.c | 10 #define PDS(N) __attribute__((pass_dynamic_object_size(N))) macro 21 int DynamicObjectSize0(void *const p PDS(0)) { 33 int DynamicObjectSize1(void *const p PDS(1)) { 45 int DynamicObjectSize2(void *const p PDS(2)) { 57 int DynamicObjectSize3(void *const p PDS(3)) { 149 int NoViableOverloadDynamicObjectSize0(void *const p PDS(0)) 276 int IndirectDynamicObjectSize0(void *const p PDS(0)) { 489 void test18(char *const p PDS(0)) {
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | pr33367.ll | 13 ; CHECK-NEXT: [[PCARRY:%.*]] = getelementptr [[DS_STRUCT:%.*]], %DS_struct* [[PDS:%.*]], i32 0, … 14 ; CHECK-NEXT: [[PBRBASE:%.*]] = getelementptr [[DS_STRUCT]], %DS_struct* [[PDS]], i32 0, i32 0 26 ; CHECK-NEXT: [[PWT:%.*]] = getelementptr [[DS_STRUCT]], %DS_struct* [[PDS]], i32 0, i32 2
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | Parser.cpp | 1187 ParsingDeclSpec PDS(*this); in ParseDeclarationOrFunctionDefinition() local 1193 return ParseDeclOrFunctionDefInternal(Attrs, PDS, AS); in ParseDeclarationOrFunctionDefinition()
|
| H A D | ParseOpenMP.cpp | 2298 ParsingDeclSpec PDS(*this); in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2299 Ptr = ParseExternalDeclaration(Attrs, &PDS); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|