Home
last modified time | relevance | path

Searched refs:CompilerInfo (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.CodeDom.Compiler/
H A DCompilerCollection.cs44 static List <CompilerInfo> compiler_infos;
45 static Dictionary <string, CompilerInfo> compiler_languages;
46 static Dictionary <string, CompilerInfo> compiler_extensions;
51 compiler_infos = new List <CompilerInfo> (); in CompilerCollection()
83 static void AddCompilerInfo (CompilerInfo ci) in AddCompilerInfo()
101CompilerInfo ci = new CompilerInfo (null, compiler.Type, new [] { compiler.Extension }, new [] { c… in AddCompilerInfo()
129 CompilerInfo ci; in GetCompilerInfoForLanguage()
141 CompilerInfo ci; in GetCompilerInfoForExtension()
150 CompilerInfo ci = GetCompilerInfoForExtension (extension); in GetLanguageFromExtension()
204 public new CompilerInfo this[string language] {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeDomProvider.cs16 …ivate static readonly Dictionary<string, CompilerInfo> s_compilerLanguages = new Dictionary<string…
17 …vate static readonly Dictionary<string, CompilerInfo> s_compilerExtensions = new Dictionary<string…
18 private static readonly List<CompilerInfo> s_allCompilerInfo = new List<CompilerInfo>();
37 private static void AddCompilerInfo(CompilerInfo compilerInfo) in AddCompilerInfo()
55 CompilerInfo compilerInfo = GetCompilerInfo(language); in CreateProvider()
61 CompilerInfo compilerInfo = GetCompilerInfo(language); in CreateProvider()
67 CompilerInfo compilerInfo = GetCompilerInfoForExtensionNoThrow(extension); in GetLanguageFromExtension()
79 public static CompilerInfo GetCompilerInfo(string language) in GetCompilerInfo()
81 CompilerInfo compilerInfo = GetCompilerInfoForLanguageNoThrow(language); in GetCompilerInfo()
96 CompilerInfo value; in GetCompilerInfoForLanguageNoThrow()
[all …]
H A DCompilerInfo.cs11 public sealed class CompilerInfo class
20 private CompilerInfo() { } // Not createable in CompilerInfo() method in System.CodeDom.Compiler.CompilerInfo
87 …internal CompilerInfo(CompilerParameters compilerParams, string codeDomProviderTypeName, string[] … in CompilerInfo() method in System.CodeDom.Compiler.CompilerInfo
95 internal CompilerInfo(CompilerParameters compilerParams, string codeDomProviderTypeName) in CompilerInfo() method in System.CodeDom.Compiler.CompilerInfo
105 CompilerInfo other = o as CompilerInfo; in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeDOMProvider.cs29 CompilerInfo compilerInfo = GetCompilerInfo(language); in CreateProvider()
35 CompilerInfo compilerInfo = GetCompilerInfo(language); in CreateProvider()
41 CompilerInfo compilerInfo = (CompilerInfo)GetCompilerInfoForExtensionNoThrow(extension); in GetLanguageFromExtension()
59 public static CompilerInfo GetCompilerInfo(String language) { in GetCompilerInfo()
60 CompilerInfo compilerInfo = GetCompilerInfoForLanguageNoThrow(language); in GetCompilerInfo()
68 private static CompilerInfo GetCompilerInfoForLanguageNoThrow(String language) { in GetCompilerInfoForLanguageNoThrow()
72 CompilerInfo compilerInfo = (CompilerInfo)Config._compilerLanguages[language.Trim()]; in GetCompilerInfoForLanguageNoThrow()
77 private static CompilerInfo GetCompilerInfoForExtensionNoThrow(String extension) { in GetCompilerInfoForExtensionNoThrow()
81 CompilerInfo compilerInfo = (CompilerInfo)Config._compilerExtensions[extension.Trim()]; in GetCompilerInfoForExtensionNoThrow()
86 public static CompilerInfo[] GetAllCompilerInfo() { in GetAllCompilerInfo()
[all …]
H A DCodeDomConfigurationHandler.cs58 CompilerInfo compilerInfo; in CodeDomCompilationConfiguration()
66 compilerInfo = new CompilerInfo(compilerParameters, typeName); in CodeDomCompilationConfiguration()
77 compilerInfo = new CompilerInfo(compilerParameters, typeName); in CodeDomCompilationConfiguration()
88 compilerInfo = new CompilerInfo(compilerParameters, typeName); in CodeDomCompilationConfiguration()
98 compilerInfo = new CompilerInfo(compilerParameters, typeName); in CodeDomCompilationConfiguration()
117 private void AddCompilerInfo(CompilerInfo compilerInfo) { in AddCompilerInfo()
135 ((CompilerInfo)_allCompilerInfo[i])._mapped = false; in RemoveUnmapped()
148 if (!((CompilerInfo)_allCompilerInfo[i])._mapped) { in RemoveUnmapped()
284 CompilerInfo compilerInfo = null; in ProcessCompilersElement()
319 CompilerInfo compilerInfo = null; in FindExistingCompilerInfo()
[all …]
H A DCompilerInfo.cs19 public sealed class CompilerInfo { class
31 private CompilerInfo() {} // Not createable in CompilerInfo() method in System.CodeDom.Compiler.CompilerInfo
108 …internal CompilerInfo(CompilerParameters compilerParams, String codeDomProviderTypeName, String[] … in CompilerInfo() method in System.CodeDom.Compiler.CompilerInfo
118 internal CompilerInfo(CompilerParameters compilerParams, String codeDomProviderTypeName) { in CompilerInfo() method in System.CodeDom.Compiler.CompilerInfo
132 CompilerInfo other = o as CompilerInfo; in Equals()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/internal/
H A Dcompiler_info_test.cc24 TEST(CompilerInfo, CompilerId) { in TEST() argument
32 TEST(CompilerInfo, CompilerVersion) { in TEST() argument
46 TEST(CompilerInfo, CompilerFeatures) { in TEST() argument
53 TEST(CompilerInfo, LanguageVersion) { in TEST() argument
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/internal/
H A Dcompiler_info_test.cc24 TEST(CompilerInfo, CompilerId) { in TEST() argument
32 TEST(CompilerInfo, CompilerVersion) { in TEST() argument
46 TEST(CompilerInfo, CompilerFeatures) { in TEST() argument
53 TEST(CompilerInfo, LanguageVersion) { in TEST() argument
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/
H A DCompiler.hs44 CompilerInfo(..),
174 data CompilerInfo = CompilerInfo { constructor
190 instance Binary CompilerInfo
215 unknownCompilerInfo :: CompilerId -> AbiTag -> CompilerInfo
217 CompilerInfo compilerId abiTag (Just []) Nothing Nothing
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/
H A DCompiler.hs47 CompilerInfo(..),
179 data CompilerInfo = CompilerInfo { type
195 instance Binary CompilerInfo
221 unknownCompilerInfo :: CompilerId -> AbiTag -> CompilerInfo
223 CompilerInfo compilerId abiTag (Just []) Nothing Nothing
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/
H A DCompiler.hs47 CompilerInfo(..),
179 data CompilerInfo = CompilerInfo { constructor
195 instance Binary CompilerInfo
221 unknownCompilerInfo :: CompilerId -> AbiTag -> CompilerInfo
223 CompilerInfo compilerId abiTag (Just []) Nothing Nothing
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/
H A DCompiler.hs47 CompilerInfo(..),
179 data CompilerInfo = CompilerInfo { type
195 instance Binary CompilerInfo
221 unknownCompilerInfo :: CompilerId -> AbiTag -> CompilerInfo
223 CompilerInfo compilerId abiTag (Just []) Nothing Nothing
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/
H A DCompiler.hs44 CompilerInfo(..),
175 data CompilerInfo = CompilerInfo { type
191 instance Binary CompilerInfo
217 unknownCompilerInfo :: CompilerId -> AbiTag -> CompilerInfo
219 CompilerInfo compilerId abiTag (Just []) Nothing Nothing
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/build-info-build-0.0.21/src/build_script_options/
H A Dcompiler.rs5 use build_info_common::{CompilerChannel, CompilerInfo};
7 pub(crate) fn get_info() -> CompilerInfo { in get_info()
25 CompilerInfo { in get_info()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/build-info-proc-0.0.21/src/format/value/
H A Dcompiler_info.rs6 use build_info_common::CompilerInfo;
10 impl Value for CompilerInfo { implementation
31 Type::CompilerInfo in get_type()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCompilerInfoCas.cs51 private CompilerInfo ci;
104 MethodInfo mi = typeof (CompilerInfo).GetProperty ("IsCodeDomProviderTypeValid").GetGetMethod (); in LinkDemand_No_Restriction()
115 MethodInfo mi = typeof (CompilerInfo).GetProperty ("IsCodeDomProviderTypeValid").GetGetMethod (); in LinkDemand_Deny_Anything()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/configure/
H A Denvironment.h63 struct CompilerInfo;
84 static CompilerInfo *compilerInfo(Compiler compiler);
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Solver/Types/
H A DDependencyResolver.hs17 import Distribution.Compiler ( CompilerInfo )
29 -> CompilerInfo
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Solver/Types/
H A DDependencyResolver.hs18 import Distribution.Compiler ( CompilerInfo )
30 -> CompilerInfo
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/build-info-proc-0.0.21/src/format/
H A Dtypes.rs12 CompilerInfo, enumerator
35 Type::CompilerInfo => write!(f, "build_info::CompilerInfo"), in fmt()
/dports/editors/lazarus/lazarus/components/lazdebuggergdbmi/test/gdbmitestutils/
H A Dtestbase.pas44 property CompilerInfo[Index: Integer]: TCompilerInfo read GetCompilerInfo;
73 property CompilerInfo: TExternalExeInfo read GetCompilerInfo; property
131 property CompilerInfo: TCompilerInfo read GetCompilerInfo; property
263 Result := TCompilerSuite(Parent).CompilerInfo;
372 FFileNameExt := SymbolTypeNames[SymbolType] + '_' + NameToFileName(CompilerInfo.Name);
/dports/editors/lazarus-qt5/lazarus/components/lazdebuggergdbmi/test/gdbmitestutils/
H A Dtestbase.pas44 property CompilerInfo[Index: Integer]: TCompilerInfo read GetCompilerInfo;
73 property CompilerInfo: TExternalExeInfo read GetCompilerInfo; property
131 property CompilerInfo: TCompilerInfo read GetCompilerInfo; property
263 Result := TCompilerSuite(Parent).CompilerInfo;
372 FFileNameExt := SymbolTypeNames[SymbolType] + '_' + NameToFileName(CompilerInfo.Name);
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/dev/tasks/conda-recipes/pyarrow/
H A Dbld.bat6 del cmake_modules\CompilerInfo.cmake
11 copy /Y "%SRC_DIR%\cpp\cmake_modules\CompilerInfo.cmake" cmake_modules\
/dports/editors/lazarus/lazarus/components/lazdebuggergdbmi/test/
H A Drungdbmiform.pas205 i := Form1.CheckListBox1.Items.IndexOf(CompilerInfo.Name);
221 if (stStabs in CompilerInfo.SymbolTypes) and (stStabs in DebuggerInfo.SymbolTypes)
233 if (stDwarf in CompilerInfo.SymbolTypes) and (stDwarf in DebuggerInfo.SymbolTypes)
245 if (stDwarfSet in CompilerInfo.SymbolTypes) and (stDwarfSet in DebuggerInfo.SymbolTypes)
257 if (stDwarf3 in CompilerInfo.SymbolTypes) and (stDwarf3 in DebuggerInfo.SymbolTypes)
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggergdbmi/test/gdbmitestutils/
H A Dtestbase.pas49 property CompilerInfo[Index: Integer]: TCompilerInfo read GetCompilerInfo;
78 property CompilerInfo: TExternalExeInfo read GetCompilerInfo; property
136 property CompilerInfo: TCompilerInfo read GetCompilerInfo; property
288 Result := TCompilerSuite(Parent).CompilerInfo;
402 FFileNameExt := SymbolTypeNames[SymbolType] + '_' + NameToFileName(CompilerInfo.Name);

1234567