Home
last modified time | relevance | path

Searched refs:Expanded (Results 1 – 25 of 76) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp66 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 DTokens.cpp229 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 DFormat.cpp834 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 DTokens.h234 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 DLegalizeVectorOps.cpp820 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 DLegalizeVectorTypes.cpp5586 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 DLegalizeDAG.cpp3150 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 Dexpat-package-init.cmake2 ####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() #######
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst222 **# 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 DMipsSEFrameLowering.cpp105 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 DChangeLog62 already have them. Expanded some debug messages, and fixed
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrCompiler.td53 // CMOV* - Used to implement the SELECT DAG operation. Expanded after
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp297 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 DAnnounce.old116 o Expanded logging.
/netbsd-src/usr.bin/xlint/lint1/
H A DREADME.md197 | Abbr | Expanded |
/netbsd-src/external/gpl2/groff/dist/contrib/mom/
H A DChangeLog400 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 Dmcadevs390 product 0xF7FE IBMRAM2 "IBM Expanded Memory" [5]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrThumb.td1471 // 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 DSparcInstrInfo.td465 // 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 Dm4sugar.at621 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 DSystemZInstrInfo.td573 // Store on condition. Expanded from CondStore* pseudos.
605 // Store on condition. Expanded from CondStore* pseudos.
/netbsd-src/external/lgpl3/gmp/dist/
H A DNEWS802 * Expanded and improved test suite.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td356 // SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/
H A Dm4sh.m4116 # Expanded as the last thing before m4sugar cleanup begins. Macros
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td109 // 64-bit vector move with dpp. Expanded post-RA.

1234