| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | ComputeReplacements.cpp | 66 llvm::ArrayRef<syntax::Token> Expanded) { in rangeOfExpanded() argument 71 assert(Buffer.expandedTokens().begin() <= Expanded.begin()); in rangeOfExpanded() 72 assert(Expanded.end() < Buffer.expandedTokens().end()); in rangeOfExpanded() 74 if (Expanded.empty()) in rangeOfExpanded() 77 SM, SM.getExpansionLoc(Expanded.begin()->location()), /*Length=*/0); in rangeOfExpanded() 79 auto Spelled = Buffer.spelledForExpanded(Expanded); in rangeOfExpanded()
|
| H A D | Tokens.cpp | 229 TokenBuffer::spelledForExpandedToken(const syntax::Token *Expanded) const { in spelledForExpandedToken() 230 assert(Expanded); in spelledForExpandedToken() 231 assert(ExpandedTokens.data() <= Expanded && in spelledForExpandedToken() 232 Expanded < ExpandedTokens.data() + ExpandedTokens.size()); in spelledForExpandedToken() 235 SourceMgr->getFileID(SourceMgr->getExpansionLoc(Expanded->location()))); in spelledForExpandedToken() 240 unsigned ExpandedIndex = Expanded - ExpandedTokens.data(); in spelledForExpandedToken() 361 TokenBuffer::spelledForExpanded(llvm::ArrayRef<syntax::Token> Expanded) const { in spelledForExpanded() 364 if (Expanded.empty()) in spelledForExpanded() 370 spelledForExpandedToken(&Expanded.front()); in spelledForExpanded() 375 spelledForExpandedToken(&Expanded.back()); in spelledForExpanded() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | Format.cpp | 834 FormatStyle Expanded = Style; in expandPresets() local 835 Expanded.BraceWrapping = {/*AfterCaseLabel=*/false, in expandPresets() 855 Expanded.BraceWrapping.AfterClass = true; in expandPresets() 856 Expanded.BraceWrapping.AfterFunction = true; in expandPresets() 857 Expanded.BraceWrapping.AfterNamespace = true; in expandPresets() 860 Expanded.BraceWrapping.AfterClass = true; in expandPresets() 861 Expanded.BraceWrapping.AfterEnum = true; in expandPresets() 862 Expanded.BraceWrapping.AfterFunction = true; in expandPresets() 863 Expanded.BraceWrapping.AfterStruct = true; in expandPresets() 864 Expanded.BraceWrapping.AfterUnion = true; in expandPresets() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/ |
| H A D | Tokens.h | 234 spelledForExpanded(llvm::ArrayRef<syntax::Token> Expanded) const; 277 llvm::ArrayRef<syntax::Token> Expanded; member 357 spelledForExpandedToken(const syntax::Token *Expanded) const; 453 std::vector<syntax::Token> Expanded; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 820 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) { in Expand() local 821 Results.push_back(Expanded); in Expand() 829 if (SDValue Expanded = TLI.expandIntMINMAX(Node, DAG)) { in Expand() local 830 Results.push_back(Expanded); in Expand() 850 if (SDValue Expanded = TLI.expandAddSubSat(Node, DAG)) { in Expand() local 851 Results.push_back(Expanded); in Expand() 857 if (SDValue Expanded = TLI.expandFixedPointMul(Node, DAG)) { in Expand() local 858 Results.push_back(Expanded); in Expand() 1423 if (SDValue Expanded = TLI.expandFixedPointDiv(N->getOpcode(), SDLoc(N), in ExpandFixedPointDiv() local 1425 Results.push_back(Expanded); in ExpandFixedPointDiv()
|
| H A D | LegalizeVectorTypes.cpp | 5586 SDValue Expanded = TLI.expandVectorSplice(N, DAG); in SplitVecRes_VECTOR_SPLICE() local 5587 Lo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, LoVT, Expanded, in SplitVecRes_VECTOR_SPLICE() 5590 DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, HiVT, Expanded, in SplitVecRes_VECTOR_SPLICE()
|
| H A D | LegalizeDAG.cpp | 3150 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) in ExpandNode() local 3151 Results.push_back(Expanded); in ExpandNode()
|
| /netbsd-src/external/mit/expat/dist/cmake/autotools/ |
| H A D | expat-package-init.cmake | 2 ####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-bcanalyzer.rst | 222 **# of VBR Expanded Bytes** 231 The percentage is relative to # of VBR Expanded Bytes. 292 **Number of VBR Expanded Bytes** 301 Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsSEFrameLowering.cpp | 105 bool Expanded = false; in expand() local 109 Expanded |= expandInstr(MBB, I++); in expand() 112 return Expanded; in expand()
|
| /netbsd-src/usr.sbin/ndbootd/ |
| H A D | ChangeLog | 62 already have them. Expanded some debug messages, and fixed
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 53 // CMOV* - Used to implement the SELECT DAG operation. Expanded after
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 297 size_t Expanded = 0; in getSubtreeBfs() local 299 while (Expanded < Ids.size()) in getSubtreeBfs() 300 for (NodeId Child : Tree.getNode(Ids[Expanded++]).Children) in getSubtreeBfs()
|
| /netbsd-src/usr.sbin/bootp/bootpd/ |
| H A D | Announce.old | 116 o Expanded logging.
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | README.md | 197 | Abbr | Expanded |
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mom/ |
| H A D | ChangeLog | 400 o Expanded handling of CHAPTER_TITLE to encompass TYPEWRITE, as well as 497 o Expanded docprocessing.html entry "Special Note on Chapters". Tidied
|
| /netbsd-src/sys/dev/mca/ |
| H A D | mcadevs | 390 product 0xF7FE IBMRAM2 "IBM Expanded Memory" [5]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb.td | 1471 // Expanded after instruction selection into a branch sequence. 1472 let usesCustomInserter = 1 in // Expanded after instruction selection.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 465 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after 468 // Expanded after instruction selection.
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | m4sugar.at | 621 script.4s:15: http://www.gnu.org/software/autoconf/manual/autoconf.html#Expanded-Before-Required
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 573 // Store on condition. Expanded from CondStore* pseudos. 605 // Store on condition. Expanded from CondStore* pseudos.
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | NEWS | 802 * Expanded and improved test suite.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.td | 356 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/ |
| H A D | m4sh.m4 | 116 # Expanded as the last thing before m4sugar cleanup begins. Macros
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstructions.td | 109 // 64-bit vector move with dpp. Expanded post-RA.
|