Home
last modified time | relevance | path

Searched refs:StandardSpec (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libc/spec/
H A Dbsd_ext.td1 def BsdExtensions : StandardSpec<"BSDExtensions"> {
H A Dllvm_libc_ext.td1 def LLVMLibcExt : StandardSpec<"llvm_libc_ext"> {
H A Dgnu_ext.td1 def GnuExtensions : StandardSpec<"GNUExtensions"> {
H A Dlinux.td1 def Linux : StandardSpec<"Linux"> {
H A Dspec.td160 class StandardSpec<string name> {
H A Dposix.td24 def POSIX : StandardSpec<"POSIX"> {
H A Dstdc.td1 def StdC : StandardSpec<"stdc"> {
/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp82 void APIIndexer::indexStandardSpecDef(llvm::Record *StandardSpec) { in indexStandardSpecDef() argument
83 auto HeaderSpecList = StandardSpec->getValueAsListOfDefs("Headers"); in indexStandardSpecDef()
H A DAPIIndexer.h42 void indexStandardSpecDef(llvm::Record *StandardSpec);