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.cpp265 ModuleDeclKind MDK, ModuleIdPath Path, in ActOnModuleDecl() argument
279 switch (MDK) { in ActOnModuleDecl()
281 MDK = ModuleDeclKind::PartitionImplementation; in ActOnModuleDecl()
284 MDK = ModuleDeclKind::PartitionInterface; in ActOnModuleDecl()
301 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()
308 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl()
395 switch (MDK) { in ActOnModuleDecl()
413 if (MDK == ModuleDeclKind::PartitionInterface) in ActOnModuleDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2347 Sema::ModuleDeclKind MDK = TryConsumeToken(tok::kw_export) in ParseModuleDecl() local
2370 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
2381 if (MDK == Sema::ModuleDeclKind::Interface) { in ParseModuleDecl()
2421 return Actions.ActOnModuleDecl(StartLoc, ModuleLoc, MDK, Path, Partition, in ParseModuleDecl()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp722 unsigned MDK; in parseDeclare() local
724 if (parseMetadataAttachment(MDK, N)) in parseDeclare()
726 MDs.push_back({MDK, N}); in parseDeclare()
2341 unsigned MDK; in parseInstructionMetadata() local
2343 if (parseMetadataAttachment(MDK, N)) in parseInstructionMetadata()
2346 if (MDK == LLVMContext::MD_DIAssignID) in parseInstructionMetadata()
2349 Inst.setMetadata(MDK, N); in parseInstructionMetadata()
2351 if (MDK == LLVMContext::MD_tbaa) in parseInstructionMetadata()
2362 unsigned MDK; in parseGlobalObjectMetadataAttachment() local
2364 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.h9836 SourceLocation ModuleLoc, ModuleDeclKind MDK,