Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D917.chain19 LSD/d424+bwVSsTvZa0p7LYvZ5v1+Dc7En5DA34CsgVKj1UgfYpyzqf8OIRaD3/e
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp28 if (auto *LSD = dyn_cast<LinkageSpecDecl>(DC)) { in checkModuleImportContext() local
29 switch (LSD->getLanguage()) { in checkModuleImportContext()
32 ExternCLoc = LSD->getBeginLoc(); in checkModuleImportContext()
37 DC = LSD->getParent(); in checkModuleImportContext()
H A DSemaTemplate.cpp8249 if (const LinkageSpecDecl *LSD = Ctx->getExternCContext()) in CheckTemplateDeclScope() local
8250 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp16178 if (const LinkageSpecDecl *LSD = in CheckLiteralOperatorDeclaration() local
16180 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckLiteralOperatorDeclaration()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DJSONNodeDumper.h256 void VisitLinkageSpecDecl(const LinkageSpecDecl *LSD);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp976 void JSONNodeDumper::VisitLinkageSpecDecl(const LinkageSpecDecl *LSD) { in VisitLinkageSpecDecl() argument
978 switch (LSD->getLanguage()) { in VisitLinkageSpecDecl()
983 attributeOnlyIfTrue("hasBraces", LSD->hasBraces()); in VisitLinkageSpecDecl()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp744 } else if (LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(D)) { in HandleTopLevelSingleDecl() local
746 for (DeclContext::decl_iterator DI = LSD->decls_begin(), in HandleTopLevelSingleDecl()
747 DIEnd = LSD->decls_end(); in HandleTopLevelSingleDecl()
3047 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) in getFunctionSourceLocation() local
3049 if (!LSD->getRBraceLoc().isValid()) in getFunctionSourceLocation()
3050 return LSD->getExternLoc(); in getFunctionSourceLocation()
3075 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) in RewriteLineDirective() local
3077 if (!LSD->getRBraceLoc().isValid()) in RewriteLineDirective()
3078 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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp4258 if (auto *LSD = dyn_cast<LinkageSpecDecl>(Result)) in GetRuntimeFunctionDecl() local
4259 for (const auto *Result : LSD->lookup(&NS)) in GetRuntimeFunctionDecl()
6220 void CodeGenModule::EmitLinkageSpec(const LinkageSpecDecl *LSD) { in EmitLinkageSpec() argument
6221 if (LSD->getLanguage() != LinkageSpecDecl::lang_c && in EmitLinkageSpec()
6222 LSD->getLanguage() != LinkageSpecDecl::lang_cxx) { in EmitLinkageSpec()
6223 ErrorUnsupported(LSD, "linkage spec"); in EmitLinkageSpec()
6227 EmitDeclContext(LSD); in EmitLinkageSpec()
/openbsd-src/games/fortune/datfiles/
H A Dfortunes.sp.ok648 LSD
H A Dlimerick2476 She would shoot LSD,
H A Dfortunes21480 "mind-expanding" experiences, much as LSD is supposed to produce such
12225 Deliberate provocation of mystical experience, particularly by LSD and
12230 history of LSD to date amply demonstrates the catastrophic consequences that
12233 are required; with them, an LSD experiment can become a meaningful experience.
12234 -- Dr. Albert Hoffman, the discoverer of LSD
12236 I believe that if people would learn to use LSD's vision-inducing capability
38818 Then there was LSD, which was supposed to make you think you could fly.
39094 There are two major products that come out of Berkeley: LSD and UNIX.
H A Dfortunes8453 LSD melts in your mind, not in your hand.
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.history445 11/16 Albert Hofmann synthesizes LSD in Switzerland, 1938
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86SchedSandyBridge.td27 // Based on the LSD (loop-stream detector) queue size.
H A DX86SchedSkylakeClient.td22 // Based on the LSD (loop-stream detector) queue size and benchmarking data.
H A DX86SchedBroadwell.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 DX86SchedAlderlakeP.td24 // Based on the LSD (loop-stream detector) queue size (ST).
H A DX86SchedSkylakeServer.td22 // Based on the LSD (loop-stream detector) queue size and benchmarking data.
H A DX86SchedIceLake.td26 // Based on the LSD (loop-stream detector) queue size and benchmarking data.