Home
last modified time | relevance | path

Searched refs:paste (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dstringize_space.c25 #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 Dcode.td14 // 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 Dredundant-expression.rst6 Detect redundant expressions which are typically errors due to copy-paste.
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.h45 paste, // # enumerator
H A DTGLexer.cpp182 return tgtok::paste; in LexToken()
H A DTGParser.cpp2524 case tgtok::paste: in ParseValue()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dbranch-clone.rst20 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 DSubmittingPatches31 - be careful doing cut & paste into your mailer, not to
/llvm-project-15.0.7/llvm/utils/release/
H A Dexport.sh87 …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 Dindex.cgi155 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 Dppc64-encoding.txt880 # CHECK: paste. 17, 1, 0
883 # CHECK: paste. 17, 1
/llvm-project-15.0.7/lldb/docs/design/
H A Dsbapi.rst79 You'll have to copy-paste those into the corresponding ``RegisterMethods``
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst522 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 Dppc64-encoding.s1071 # 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 Dppc64-encoding-ext.s3713 # 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 DREADME_P9.txt587 - Copy-Paste Facility: copy copy_first cp_abort paste paste. paste_last
H A DPPCInstr64Bit.td1950 def CP_PASTE8_rec : X_L1_RA5_RB5<31, 902, "paste.", g8rc, IIC_LdStPASTE, []>,isRecordForm;
H A DPPCInstrInfo.td4866 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 DSourceBasedCodeCoverage.rst36 The next few sections work through a complete, copy-'n-paste friendly example
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTargetOpcodes.def297 /// Generic instruction to paste a variable number of components together into a
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td695 InGroup<DiagGroup<"invalid-token-paste">>;
H A DDiagnosticGroups.td1176 def MicrosoftCommentPaste : DiagGroup<"microsoft-comment-paste">;
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst798 cut and paste. In ``.td`` files, the ``multiclass`` directive enables the