Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp16 return OptMap.find(Ext) != OptMap.end(); in isKnown()
32 auto I = OptMap.find(Ext); in isEnabled()
37 auto E = OptMap.find(Ext); in isWithPragma()
43 auto I = OptMap.find(Ext); in isSupported()
50 auto I = OptMap.find(Ext); in isSupportedCore()
57 auto I = OptMap.find(Ext); in isSupportedOptionalCore()
69 auto I = OptMap.find(Ext); in isSupportedExtension()
76 OptMap[Ext].Enabled = V; in enable()
80 OptMap[Ext].WithPragma = V; in acceptsPragma()
86 OptMap[Ext].Supported = V; in support()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h215 OpenCLOptionInfoMap OptMap; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2126 static void sortOpts(StringMap<Option *> &OptMap, in sortOpts() argument
2131 for (StringMap<Option *>::iterator I = OptMap.begin(), E = OptMap.end(); in sortOpts()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3956 for (const auto &I:Opts.OptMap) { in WriteOpenCLExtensions()
H A DASTReader.cpp3635 auto &OptInfo = OpenCLExtensions.OptMap[Name]; in ReadASTBlock()