Searched refs:PadLeft (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | pieces.ll | 8 ; struct PadLeft { int a; long b; }; 9 ; struct Nested { struct PadLeft a[2]; }; 28 ; int pad_left(struct PadLeft o) { 33 ; struct PadLeft p = o.a[1]; 263 %struct.PadLeft = type { i32, i32 } 264 %struct.Nested = type { [2 x %struct.PadLeft] } 325 …tail call void @llvm.dbg.declare(metadata %struct.PadLeft* undef, metadata !58, metadata !17), !db… 333 …tail call void @llvm.dbg.declare(metadata %struct.PadLeft* undef, metadata !72, metadata !17), !db… 418 !53 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "PadLeft", file: !1, line: 3, siz…
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | InlayHints.cpp | 637 bool PadLeft = Prefix.consume_front(" "); in addInlayHint() local 640 PadLeft, PadRight, *LSPRange}); in addInlayHint()
|