Home
last modified time | relevance | path

Searched refs:MDK (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp260 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl() argument
273 switch (MDK) { in ActOnModuleDecl()
275 MDK = ModuleDeclKind::PartitionImplementation; in ActOnModuleDecl()
278 MDK = ModuleDeclKind::PartitionInterface; in ActOnModuleDecl()
295 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()
302 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()
392 switch (MDK) { in ActOnModuleDecl()
410 if (MDK == ModuleDeclKind::PartitionInterface) in ActOnModuleDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2466 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl() local
2488 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
2499 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
2539 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, Partition, in ParseModuleDecl()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp734 unsigned MDK; in parseDeclare() local
736 if (parseMetadataAttachment(MDK, N)) in parseDeclare()
738 MDs.push_back({MDK, N}); in parseDeclare()
2313 unsigned MDK; in parseInstructionMetadata() local
2315 if (parseMetadataAttachment(MDK, N)) in parseInstructionMetadata()
2318 if (MDK == LLVMContext::MD_DIAssignID) in parseInstructionMetadata()
2321 Inst.setMetadata(MDK, N); in parseInstructionMetadata()
2323 if (MDK == LLVMContext::MD_tbaa) in parseInstructionMetadata()
2334 unsigned MDK; in parseGlobalObjectMetadataAttachment() local
2336 if (parseMetadataAttachment(MDK, N)) in parseGlobalObjectMetadataAttachment()
[all …]
/freebsd/crypto/libecc/
H A DREADME.md846 …lly tested with other non-GNU compilation SDK and toolchains such as [Keil MDK](http://www.keil.co…
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9639 SourceLocation ModuleLoc, ModuleDeclKind MDK,