| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | stringize_space.c | 25 #define paste(a,b) str(a<b##ld) macro 26 paste(hello1, wor) 27 paste(hello2, 29 paste(hello3,
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | code.td | 14 // CHECK: string CodeCode = "with paste 7" 15 // CHECK: string StringCode = "with paste 7" 33 class B<int i> : A<"with paste " # i>;
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | redundant-expression.rst | 6 Detect redundant expressions which are typically errors due to copy-paste.
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 45 paste, // # enumerator
|
| H A D | TGLexer.cpp | 182 return tgtok::paste; in LexToken()
|
| H A D | TGParser.cpp | 2524 case tgtok::paste: in ParseValue()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | branch-clone.rst | 20 In this simple example (which could arise e.g. as a copy-paste error) the
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | SubmittingPatches | 31 - be careful doing cut & paste into your mailer, not to
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | export.sh | 87 …vm/CMakeLists.txt | grep -ioP 'set\(\s*LLVM_VERSION_(MAJOR|MINOR|PATCH)\s\K[0-9]+' | paste -sd '.')
|
| /llvm-project-15.0.7/clang/www/demo/ |
| H A D | index.cgi | 155 Bitter Melon the cat says, paste a C/C++ program in the text box or upload
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/PowerPC/ |
| H A D | ppc64-encoding.txt | 880 # CHECK: paste. 17, 1, 0 883 # CHECK: paste. 17, 1
|
| /llvm-project-15.0.7/lldb/docs/design/ |
| H A D | sbapi.rst | 79 You'll have to copy-paste those into the corresponding ``RegisterMethods``
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 522 The paste operator 525 The paste operator (``#``) is the only infix operator available in TableGen 529 The paste operator can be used when specifying the record name in a 535 The paste operator can be used in all other value expressions, in which case 541 Values can have a trailing paste operator, in which case the left-hand-side 545 the paste operator. 1826 Here is an example illustrating the use of the paste operator in record names. 1854 Here is a second example illustrating the paste operator in field value expressions. 1863 The ``strings`` field expression uses ``suffix`` on both sides of the paste
|
| /llvm-project-15.0.7/llvm/test/MC/PowerPC/ |
| H A D | ppc64-encoding.s | 1071 # CHECK-BE: paste. 17, 1 # encoding: [0x7c,0x31,0x0f,0x0d] 1072 # CHECK-LE: paste. 17, 1 # encoding: [0x0d,0x0f,0x31,0x7c] 1073 paste. 17, 1, 1
|
| H A D | ppc64-encoding-ext.s | 3713 # CHECK-BE: paste. 17, 1, 0 # encoding: [0x7c,0x11,0x0f,0x0d] 3714 # CHECK-LE: paste. 17, 1, 0 # encoding: [0x0d,0x0f,0x11,0x7c] 3715 paste. 17, 1, 0 3716 # CHECK-BE: paste. 17, 1 # encoding: [0x7c,0x31,0x0f,0x0d] 3717 # CHECK-LE: paste. 17, 1 # encoding: [0x0d,0x0f,0x31,0x7c] 3718 paste. 17, 1, 1 3719 # CHECK-BE: paste. 17, 1 # encoding: [0x7c,0x31,0x0f,0x0d] 3720 # CHECK-LE: paste. 17, 1 # encoding: [0x0d,0x0f,0x31,0x7c] 3721 paste. 17, 1
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 587 - Copy-Paste Facility: copy copy_first cp_abort paste paste. paste_last
|
| H A D | PPCInstr64Bit.td | 1950 def CP_PASTE8_rec : X_L1_RA5_RB5<31, 902, "paste.", g8rc, IIC_LdStPASTE, []>,isRecordForm;
|
| H A D | PPCInstrInfo.td | 4866 def CP_PASTE_rec : X_L1_RA5_RB5<31, 902, "paste.", gprc, IIC_LdStPASTE, []>, isRecordForm; 4868 def : InstAlias<"paste. $RA, $RB", (CP_PASTE_rec gprc:$RA, gprc:$RB, 1)>;
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | SourceBasedCodeCoverage.rst | 36 The next few sections work through a complete, copy-'n-paste friendly example
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 297 /// Generic instruction to paste a variable number of components together into a
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 695 InGroup<DiagGroup<"invalid-token-paste">>;
|
| H A D | DiagnosticGroups.td | 1176 def MicrosoftCommentPaste : DiagGroup<"microsoft-comment-paste">;
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 798 cut and paste. In ``.td`` files, the ``multiclass`` directive enables the
|