Searched refs:Wrapping (Results 1 – 25 of 41) sorted by relevance
12
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | ExpressionSourceCode.h | 22 enum Wrapping : bool { enum 34 llvm::StringRef body, Wrapping wrap) in ExpressionSourceCode() 41 Wrapping m_wrap;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/ |
| H A D | escape-wrapping | 2 Wrapping in the middle of formatting
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/ |
| H A D | escape-wrapping | 2 Wrapping in the middle of formatting
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/overstrike/ |
| H A D | wrapping | 2 Wrapping
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.h | 78 Wrapping wrap, WrapKind wrap_kind);
|
| H A D | ClangExpressionSourceCode.cpp | 183 llvm::StringRef body, Wrapping wrap, WrapKind wrap_kind) in ClangExpressionSourceCode()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | tiedfh.t | |
| H A D | emptylists.t | |
| H A D | fake-closers.t | |
| H A D | chunking.t | |
| H A D | items02.t | |
| H A D | itemstar.t | |
| H A D | cbacks.t | |
| H A D | stree.t | |
| H A D | fcodes_e.t | |
| H A D | ac_d.t | |
| H A D | basic.t | |
| H A D | accept01.t | |
| H A D | render.t | |
| H A D | heads.t | |
| H A D | x_nixer.t | |
| H A D | accept05.t | |
| H A D | fcodes.t | |
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | Format.cpp | 177 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping() 178 IO.mapOptional("AfterCaseLabel", Wrapping.AfterCaseLabel); in mapping() 179 IO.mapOptional("AfterClass", Wrapping.AfterClass); in mapping() 180 IO.mapOptional("AfterControlStatement", Wrapping.AfterControlStatement); in mapping() 181 IO.mapOptional("AfterEnum", Wrapping.AfterEnum); in mapping() 182 IO.mapOptional("AfterExternBlock", Wrapping.AfterExternBlock); in mapping() 183 IO.mapOptional("AfterFunction", Wrapping.AfterFunction); in mapping() 184 IO.mapOptional("AfterNamespace", Wrapping.AfterNamespace); in mapping() 185 IO.mapOptional("AfterObjCDeclaration", Wrapping.AfterObjCDeclaration); in mapping() 186 IO.mapOptional("AfterStruct", Wrapping.AfterStruct); in mapping() [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | OffloadingDesign.rst | 61 * :ref:`Wrap <Device Binary Wrapping>` the :ref:`device images <Device linking>` 64 * Add the :ref:`wrapped binary <Device Binary Wrapping>` to the linker input and 136 which are used to create the :ref:`final image <Device Binary Wrapping>`. 262 then :ref:`wrapped <Device Binary Wrapping>` to create the symbols used to load 271 .. _Device Binary Wrapping: 273 Device Binary Wrapping
|
12