Home
last modified time | relevance | path

Searched refs:LSD (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp27 if (auto *LSD = dyn_cast<LinkageSpecDecl>(DC)) { in checkModuleImportContext() local
28 switch (LSD->getLanguage()) { in checkModuleImportContext()
31 ExternCLoc = LSD->getBeginLoc(); in checkModuleImportContext()
36 DC = LSD->getParent(); in checkModuleImportContext()
H A DSemaTemplate.cpp7937 if (const LinkageSpecDecl *LSD = Ctx->getExternCContext()) in CheckTemplateDeclScope() local
7938 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp15683 if (const LinkageSpecDecl *LSD = in CheckLiteralOperatorDeclaration() local
15685 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckLiteralOperatorDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h248 void VisitLinkageSpecDecl(const LinkageSpecDecl *LSD);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp898 void JSONNodeDumper::VisitLinkageSpecDecl(const LinkageSpecDecl *LSD) { in VisitLinkageSpecDecl() argument
900 switch (LSD->getLanguage()) { in VisitLinkageSpecDecl()
905 attributeOnlyIfTrue("hasBraces", LSD->hasBraces()); in VisitLinkageSpecDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp743 } else if (LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(D)) { in HandleTopLevelSingleDecl() local
745 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() local
3048 if (!LSD->getRBraceLoc().isValid()) in getFunctionSourceLocation()
3049 return LSD->getExternLoc(); in getFunctionSourceLocation()
3074 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) in RewriteLineDirective() local
3076 if (!LSD->getRBraceLoc().isValid()) in RewriteLineDirective()
3077 Location = LSD->getExternLoc(); in RewriteLineDirective()
H A DRewriteObjC.cpp675 } else if (LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(D)) { in HandleTopLevelSingleDecl() local
677 for (DeclContext::decl_iterator DI = LSD->decls_begin(), in HandleTopLevelSingleDecl()
678 DIEnd = LSD->decls_end(); in HandleTopLevelSingleDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp3711 if (auto *LSD = dyn_cast<LinkageSpecDecl>(Result)) in GetRuntimeFunctionDecl() local
3712 for (const auto *Result : LSD->lookup(&NS)) in GetRuntimeFunctionDecl()
5627 void CodeGenModule::EmitLinkageSpec(const LinkageSpecDecl *LSD) { in EmitLinkageSpec() argument
5628 if (LSD->getLanguage() != LinkageSpecDecl::lang_c && in EmitLinkageSpec()
5629 LSD->getLanguage() != LinkageSpecDecl::lang_cxx) { in EmitLinkageSpec()
5630 ErrorUnsupported(LSD, "linkage spec"); in EmitLinkageSpec()
5634 EmitDeclContext(LSD); in EmitLinkageSpec()
/netbsd-src/games/fortune/datfiles/
H A Dfortunes.sp.ok648 LSD
H A Dlimerick-o.real3458 She would shoot LSD,
H A Dfortunes21590 "mind-expanding" experiences, much as LSD is supposed to produce such
14129 Deliberate provocation of mystical experience, particularly by LSD and
14134 history of LSD to date amply demonstrates the catastrophic consequences that
14137 are required; with them, an LSD experiment can become a meaningful experience.
14138 -- Dr. Albert Hoffman, the discoverer of LSD
14140 I believe that if people would learn to use LSD's vision-inducing capability
29991 LSD melts in your mind, not in your hand.
45775 Then there was LSD, which was supposed to make you think you could fly.
46107 There are two major products that come out of Berkeley: LSD and UNIX.
H A Dfortunes8405 LSD melts in your mind, not in your hand.
/netbsd-src/share/misc/
H A Dacronyms356 LSD lysergic acid diethylamide
H A Dairport4407 LSD:Lexington (Creech Army Air Field), KY, USA
/netbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.history240 of LSD, 1943
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SchedSandyBridge.td27 // Based on the LSD (loop-stream detector) queue size.
H A DX86SchedBroadwell.td22 // Based on the LSD (loop-stream detector) queue size and benchmarking data.
H A DX86SchedSkylakeClient.td22 // Based on the LSD (loop-stream detector) queue size and benchmarking data.
H A DX86SchedHaswell.td27 // Based on the LSD (loop-stream detector) queue size and benchmarking data.
H A DX86SchedSkylakeServer.td22 // Based on the LSD (loop-stream detector) queue size and benchmarking data.