Searched refs:LSD (Results 1 – 25 of 53) sorted by relevance
123
145 Digit LSD{digit_[0]}; in LoseLeastSignificantDigit() local153 incr = LSD > radix / 2 || (LSD == radix / 2 && digit_[0] % 2 != 0); in LoseLeastSignificantDigit()156 incr = LSD > 0 && !isNegative_; in LoseLeastSignificantDigit()159 incr = LSD > 0 && isNegative_; in LoseLeastSignificantDigit()164 incr = LSD >= radix / 2; in LoseLeastSignificantDigit()
27 if (auto *LSD = dyn_cast<LinkageSpecDecl>(DC)) { in checkModuleImportContext() local28 switch (LSD->getLanguage()) { in checkModuleImportContext()31 ExternCLoc = LSD->getBeginLoc(); in checkModuleImportContext()36 DC = LSD->getParent(); in checkModuleImportContext()
93 // Instead of making GCT optional here, we condition its visit on LSD's packed byte
138 -- and more thorough MSD/LSD tests [8 and 9 mght be encoded differently...]186 -- test LSD
117 -- test LSD
142 -- test LSD
140 -- test LSD
195 -- test LSD
183 -- test LSD
182 -- test LSD
185 -- test LSD
186 -- test LSD
248 void VisitLinkageSpecDecl(const LinkageSpecDecl *LSD);
24 // Based on the LSD (loop-stream detector) queue size.
897 void JSONNodeDumper::VisitLinkageSpecDecl(const LinkageSpecDecl *LSD) { in VisitLinkageSpecDecl() argument899 switch (LSD->getLanguage()) { in VisitLinkageSpecDecl()904 attributeOnlyIfTrue("hasBraces", LSD->hasBraces()); in VisitLinkageSpecDecl()
743 } else if (LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(D)) { in HandleTopLevelSingleDecl() local745 for (DeclContext::decl_iterator DI = LSD->decls_begin(), in HandleTopLevelSingleDecl()746 DIEnd = LSD->decls_end(); in HandleTopLevelSingleDecl()3046 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) in getFunctionSourceLocation() local3048 if (!LSD->getRBraceLoc().isValid()) in getFunctionSourceLocation()3049 return LSD->getExternLoc(); in getFunctionSourceLocation()3074 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) in RewriteLineDirective() local3076 if (!LSD->getRBraceLoc().isValid()) in RewriteLineDirective()3077 Location = LSD->getExternLoc(); in RewriteLineDirective()