Home
last modified time | relevance | path

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

12345

/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DOpenCLOptions.cpp14 return OptMap.find(Ext) != OptMap.end(); in isKnown()
18 auto E = OptMap.find(Ext); in isEnabled()
24 auto E = OptMap.find(Ext); in isSupported()
25 if (E == OptMap.end()) { in isSupported()
34 auto E = OptMap.find(Ext); in isSupportedCore()
35 if (E == OptMap.end()) { in isSupportedCore()
45 if (E == OptMap.end()) { in isSupportedOptionalCore()
60 if (E == OptMap.end()) { in isSupportedExtension()
69 OptMap[Ext].Enabled = V; in enable()
96 for (auto &Opt : OptMap) in disableAll()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DOpenCLOptions.cpp14 return OptMap.find(Ext) != OptMap.end(); in isKnown()
18 auto E = OptMap.find(Ext); in isEnabled()
24 auto E = OptMap.find(Ext); in isSupported()
25 if (E == OptMap.end()) { in isSupported()
34 auto E = OptMap.find(Ext); in isSupportedCore()
35 if (E == OptMap.end()) { in isSupportedCore()
45 if (E == OptMap.end()) { in isSupportedOptionalCore()
60 if (E == OptMap.end()) { in isSupportedExtension()
69 OptMap[Ext].Enabled = V; in enable()
96 for (auto &Opt : OptMap) in disableAll()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DOpenCLOptions.h33 llvm::StringMap<Info> OptMap; variable
36 return OptMap.find(Ext) != OptMap.end(); in isKnown()
67 OptMap[Ext].Enabled = V;
92 OptMap[Ext].Supported = V;
97 OptMap[#Ext].Avail = AvailVer; \ in OpenCLOptions()
98 OptMap[#Ext].Core = CoreVer; in OpenCLOptions()
103 for (auto &I:Opts.OptMap) in addSupport()
109 OptMap = Opts.OptMap; in copy()
115 E = OptMap.end(); I != E; ++I)
121 E = OptMap.end(); I != E; ++I) in disableAll()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DOpenCLOptions.h33 llvm::StringMap<Info> OptMap; variable
36 return OptMap.find(Ext) != OptMap.end(); in isKnown()
71 OptMap[Ext].Enabled = V;
96 OptMap[Ext].Supported = V;
101 OptMap[#Ext].Avail = AvailVer; \ in OpenCLOptions()
102 OptMap[#Ext].Core = CoreVer; in OpenCLOptions()
107 for (auto &I:Opts.OptMap) in addSupport()
113 OptMap = Opts.OptMap; in copy()
119 E = OptMap.end(); I != E; ++I)
125 E = OptMap.end(); I != E; ++I) in disableAll()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Basic/
H A DOpenCLOptions.h33 llvm::StringMap<Info> OptMap; variable
36 return OptMap.find(Ext) != OptMap.end(); in isKnown()
71 OptMap[Ext].Enabled = V;
96 OptMap[Ext].Supported = V;
101 OptMap[#Ext].Avail = AvailVer; \ in OpenCLOptions()
102 OptMap[#Ext].Core = CoreVer; in OpenCLOptions()
107 for (auto &I:Opts.OptMap) in addSupport()
113 OptMap = Opts.OptMap; in copy()
119 E = OptMap.end(); I != E; ++I)
125 E = OptMap.end(); I != E; ++I) in disableAll()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Basic/
H A DOpenCLOptions.h33 llvm::StringMap<Info> OptMap; variable
36 return OptMap.find(Ext) != OptMap.end(); in isKnown()
71 OptMap[Ext].Enabled = V;
96 OptMap[Ext].Supported = V;
101 OptMap[#Ext].Avail = AvailVer; \ in OpenCLOptions()
102 OptMap[#Ext].Core = CoreVer; in OpenCLOptions()
107 for (auto &I:Opts.OptMap) in addSupport()
113 OptMap = Opts.OptMap; in copy()
119 E = OptMap.end(); I != E; ++I)
125 E = OptMap.end(); I != E; ++I) in disableAll()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/
H A DOpenCLOptions.h33 llvm::StringMap<Info> OptMap; variable
36 return OptMap.find(Ext) != OptMap.end(); in isKnown()
71 OptMap[Ext].Enabled = V;
96 OptMap[Ext].Supported = V;
101 OptMap[#Ext].Avail = AvailVer; \ in OpenCLOptions()
102 OptMap[#Ext].Core = CoreVer; in OpenCLOptions()
107 for (auto &I:Opts.OptMap) in addSupport()
113 OptMap = Opts.OptMap; in copy()
119 E = OptMap.end(); I != E; ++I)
125 E = OptMap.end(); I != E; ++I) in disableAll()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DOpenCLOptions.h33 llvm::StringMap<Info> OptMap; variable
36 return OptMap.find(Ext) != OptMap.end(); in isKnown()
71 OptMap[Ext].Enabled = V;
96 OptMap[Ext].Supported = V;
101 OptMap[#Ext].Avail = AvailVer; \ in OpenCLOptions()
102 OptMap[#Ext].Core = CoreVer; in OpenCLOptions()
107 for (auto &I:Opts.OptMap) in addSupport()
113 OptMap = Opts.OptMap; in copy()
119 E = OptMap.end(); I != E; ++I)
125 E = OptMap.end(); I != E; ++I) in disableAll()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h33 llvm::StringMap<Info> OptMap; variable
36 return OptMap.find(Ext) != OptMap.end(); in isKnown()
71 OptMap[Ext].Enabled = V;
96 OptMap[Ext].Supported = V;
101 OptMap[#Ext].Avail = AvailVer; \ in OpenCLOptions()
102 OptMap[#Ext].Core = CoreVer; in OpenCLOptions()
107 for (auto &I:Opts.OptMap) in addSupport()
113 OptMap = Opts.OptMap; in copy()
119 E = OptMap.end(); I != E; ++I)
125 E = OptMap.end(); I != E; ++I) in disableAll()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/
H A DOpenCLOptions.h34 llvm::StringMap<Info> OptMap; variable
37 return OptMap.find(Ext) != OptMap.end(); in isKnown()
72 OptMap[Ext].Enabled = V;
97 OptMap[Ext].Supported = V;
102 OptMap[#Ext].Avail = AvailVer; \ in OpenCLOptions()
103 OptMap[#Ext].Core = CoreVer; in OpenCLOptions()
108 for (auto &I:Opts.OptMap) in addSupport()
114 OptMap = Opts.OptMap; in copy()
120 E = OptMap.end(); I != E; ++I)
126 E = OptMap.end(); I != E; ++I) in disableAll()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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 …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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 …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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 …]
/dports/lang/rust/rustc-1.58.1-src/src/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 …]
/dports/devel/llvm13/llvm-project-13.0.1.src/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 …]
/dports/lang/clang-mesa/clang-13.0.1.src/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 …]
/dports/textproc/dblatex/dblatex-0.3.11py3/lib/dbtexmf/core/
H A Dtxtparser.py47 class OptMap: class
54 class PathMap(OptMap):
58 return OptMap.format(self, dir, value)
60 class TexMap(OptMap):
63 return OptMap.format(self, dir, ":".join(paths))
65 class NoneMap(OptMap):
77 'TexStyle' : OptMap('--texstyle'),
/dports/science/afni/afni-AFNI_21.3.16/src/matlab/
H A DTest_AFNI_IndexChange.m37 OptMap.Range = 1; OptMap.SkipLast = 0; OptMap.Showme = 0;
38 [err, ColMap] = MakeColorMap ([0 0 0; 1 1 1], 256, OptMap);
/dports/vietnamese/x-unikey/x-unikey-1.0.4/src/xim/
H A Dukopt.c118 static OptMap InputLookup[] = {
127 static OptMap CharsetLookup[] = {
138 static OptMap StateLookup[] = {
144 static OptMap CommitLookup[] = {
150 static OptMap XimFlowLookup[] = {
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh_options.erl304 save({inet,Inet}, Defs, OptMap);
307 save({Inet,true}, Defs, OptMap) when Inet==inet ; Inet==inet6 -> save({inet,Inet}, Defs, OptMap);
308 save({Inet,false}, _Defs, OptMap) when Inet==inet ; Inet==inet6 -> OptMap;
311 save({special_trpt_args,T}, _Defs, OptMap) when is_map(OptMap) ->
312 OptMap#{socket_options := [T | maps:get(socket_options,OptMap)]};
315 save({Key,Value}, Defs, OptMap) when is_map(OptMap) ->
319 OptMap#{Key := Value};
334 OptMap#{socket_options := [Value | maps:get(socket_options,OptMap)]};
336 OptMap#{socket_options := [{Key,Value} | maps:get(socket_options,OptMap)]};
343 save(Opt, _Defs, OptMap) when is_map(OptMap) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_options.erl288 save({inet,Inet}, Defs, OptMap);
291 save({Inet,true}, Defs, OptMap) when Inet==inet ; Inet==inet6 -> save({inet,Inet}, Defs, OptMap);
292 save({Inet,false}, _Defs, OptMap) when Inet==inet ; Inet==inet6 -> OptMap;
295 save({special_trpt_args,T}, _Defs, OptMap) when is_map(OptMap) ->
296 OptMap#{socket_options := [T | maps:get(socket_options,OptMap)]};
299 save({Key,Value}, Defs, OptMap) when is_map(OptMap) ->
303 OptMap#{Key := Value};
318 OptMap#{socket_options := [Value | maps:get(socket_options,OptMap)]};
320 OptMap#{socket_options := [{Key,Value} | maps:get(socket_options,OptMap)]};
327 save(Opt, _Defs, OptMap) when is_map(OptMap) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_options.erl288 save({inet,Inet}, Defs, OptMap);
291 save({Inet,true}, Defs, OptMap) when Inet==inet ; Inet==inet6 -> save({inet,Inet}, Defs, OptMap);
292 save({Inet,false}, _Defs, OptMap) when Inet==inet ; Inet==inet6 -> OptMap;
295 save({special_trpt_args,T}, _Defs, OptMap) when is_map(OptMap) ->
296 OptMap#{socket_options := [T | maps:get(socket_options,OptMap)]};
299 save({Key,Value}, Defs, OptMap) when is_map(OptMap) ->
303 OptMap#{Key := Value};
318 OptMap#{socket_options := [Value | maps:get(socket_options,OptMap)]};
320 OptMap#{socket_options := [{Key,Value} | maps:get(socket_options,OptMap)]};
327 save(Opt, _Defs, OptMap) when is_map(OptMap) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_options.erl288 save({inet,Inet}, Defs, OptMap);
291 save({Inet,true}, Defs, OptMap) when Inet==inet ; Inet==inet6 -> save({inet,Inet}, Defs, OptMap);
292 save({Inet,false}, _Defs, OptMap) when Inet==inet ; Inet==inet6 -> OptMap;
295 save({special_trpt_args,T}, _Defs, OptMap) when is_map(OptMap) ->
296 OptMap#{socket_options := [T | maps:get(socket_options,OptMap)]};
299 save({Key,Value}, Defs, OptMap) when is_map(OptMap) ->
303 OptMap#{Key := Value};
318 OptMap#{socket_options := [Value | maps:get(socket_options,OptMap)]};
320 OptMap#{socket_options := [{Key,Value} | maps:get(socket_options,OptMap)]};
327 save(Opt, _Defs, OptMap) when is_map(OptMap) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_options.erl288 save({inet,Inet}, Defs, OptMap);
291 save({Inet,true}, Defs, OptMap) when Inet==inet ; Inet==inet6 -> save({inet,Inet}, Defs, OptMap);
292 save({Inet,false}, _Defs, OptMap) when Inet==inet ; Inet==inet6 -> OptMap;
295 save({special_trpt_args,T}, _Defs, OptMap) when is_map(OptMap) ->
296 OptMap#{socket_options := [T | maps:get(socket_options,OptMap)]};
299 save({Key,Value}, Defs, OptMap) when is_map(OptMap) ->
303 OptMap#{Key := Value};
318 OptMap#{socket_options := [Value | maps:get(socket_options,OptMap)]};
320 OptMap#{socket_options := [{Key,Value} | maps:get(socket_options,OptMap)]};
327 save(Opt, _Defs, OptMap) when is_map(OptMap) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh_options.erl217 save(Inet, Defs, OptMap) when Inet==inet ; Inet==inet6 ->
218 save({inet,Inet}, Defs, OptMap);
221 save({Inet,true}, Defs, OptMap) when Inet==inet ; Inet==inet6 -> save({inet,Inet}, Defs, OptMap);
222 save({Inet,false}, _Defs, OptMap) when Inet==inet ; Inet==inet6 -> OptMap;
225 save({Key,Value}, Defs, OptMap) when is_map(OptMap) ->
229 OptMap#{Key := Value};
231 OptMap#{Key := ModifiedValue};
239 OptMap#{socket_options := [Value | maps:get(socket_options,OptMap)]};
241 OptMap#{socket_options := [{Key,Value} | maps:get(socket_options,OptMap)]};
248 save(Opt, _Defs, OptMap) when is_map(OptMap) ->
[all …]

12345