Home
last modified time | relevance | path

Searched refs:GetCompilerInfo (Results 1 – 25 of 44) sorted by relevance

12

/dports/editors/lazarus/lazarus/components/lazdebuggergdbmi/test/gdbmitestutils/
H A Dtestbase.pas42 function GetCompilerInfo(Index: Integer): TCompilerInfo; in GetCompilerInfo() function
44 property CompilerInfo[Index: Integer]: TCompilerInfo read GetCompilerInfo;
63 function GetCompilerInfo: TExternalExeInfo; in GetCompilerInfo() function
73 property CompilerInfo: TExternalExeInfo read GetCompilerInfo;
103 function GetCompilerInfo: TCompilerInfo; in GetCompilerInfo() function
131 property CompilerInfo: TCompilerInfo read GetCompilerInfo;
261 function TGDBTestCase.GetCompilerInfo: TCompilerInfo; in TGDBTestCase.GetCompilerInfo() function
339 function TCompilerList.GetCompilerInfo(Index: Integer): TCompilerInfo; in TCompilerList.GetCompilerInfo() function
353 function TCompilerSuite.GetCompilerInfo: TExternalExeInfo; in TCompilerSuite.GetCompilerInfo() function
/dports/editors/lazarus-qt5/lazarus/components/lazdebuggergdbmi/test/gdbmitestutils/
H A Dtestbase.pas42 function GetCompilerInfo(Index: Integer): TCompilerInfo; in GetCompilerInfo() function
44 property CompilerInfo[Index: Integer]: TCompilerInfo read GetCompilerInfo;
63 function GetCompilerInfo: TExternalExeInfo; in GetCompilerInfo() function
73 property CompilerInfo: TExternalExeInfo read GetCompilerInfo;
103 function GetCompilerInfo: TCompilerInfo; in GetCompilerInfo() function
131 property CompilerInfo: TCompilerInfo read GetCompilerInfo;
261 function TGDBTestCase.GetCompilerInfo: TCompilerInfo; in TGDBTestCase.GetCompilerInfo() function
339 function TCompilerList.GetCompilerInfo(Index: Integer): TCompilerInfo; in TCompilerList.GetCompilerInfo() function
353 function TCompilerSuite.GetCompilerInfo: TExternalExeInfo; in TCompilerSuite.GetCompilerInfo() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggergdbmi/test/gdbmitestutils/
H A Dtestbase.pas47 function GetCompilerInfo(Index: Integer): TCompilerInfo; in GetCompilerInfo() function
49 property CompilerInfo[Index: Integer]: TCompilerInfo read GetCompilerInfo;
68 function GetCompilerInfo: TExternalExeInfo; in GetCompilerInfo() function
78 property CompilerInfo: TExternalExeInfo read GetCompilerInfo;
108 function GetCompilerInfo: TCompilerInfo; in GetCompilerInfo() function
136 property CompilerInfo: TCompilerInfo read GetCompilerInfo;
286 function TGDBTestCase.GetCompilerInfo: TCompilerInfo; in TGDBTestCase.GetCompilerInfo() function
369 function TCompilerList.GetCompilerInfo(Index: Integer): TCompilerInfo; in TCompilerList.GetCompilerInfo() function
383 function TCompilerSuite.GetCompilerInfo: TExternalExeInfo; in TCompilerSuite.GetCompilerInfo() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggergdbmi/test/gdbmitestutils/
H A Dtestbase.pas47 function GetCompilerInfo(Index: Integer): TCompilerInfo; in GetCompilerInfo() function
49 property CompilerInfo[Index: Integer]: TCompilerInfo read GetCompilerInfo;
68 function GetCompilerInfo: TExternalExeInfo; in GetCompilerInfo() function
78 property CompilerInfo: TExternalExeInfo read GetCompilerInfo;
108 function GetCompilerInfo: TCompilerInfo; in GetCompilerInfo() function
136 property CompilerInfo: TCompilerInfo read GetCompilerInfo;
286 function TGDBTestCase.GetCompilerInfo: TCompilerInfo; in TGDBTestCase.GetCompilerInfo() function
369 function TCompilerList.GetCompilerInfo(Index: Integer): TCompilerInfo; in TCompilerList.GetCompilerInfo() function
383 function TCompilerSuite.GetCompilerInfo: TExternalExeInfo; in TCompilerSuite.GetCompilerInfo() function
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Test/Mono.Cecil.Tests/
H A DCompilationService.cs151 return GetCompilerInfo (name).CreateDefaultCompilerParameters (); in GetDefaultParameters()
156 return GetCompilerInfo (name).CreateProvider (); in GetProvider()
159 static CompilerInfo GetCompilerInfo (string name) in GetCompilerInfo() method in Mono.Cecil.Tests.CodeDomCompilationService
161 return CodeDomProvider.GetCompilerInfo ( in GetCompilerInfo()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Test/Mono.Cecil.Tests/
H A DCompilationService.cs252 return GetCompilerInfo (name).CreateDefaultCompilerParameters (); in GetDefaultParameters()
257 return GetCompilerInfo (name).CreateProvider (); in GetProvider()
260 static CompilerInfo GetCompilerInfo (string name) in GetCompilerInfo() method in Mono.Cecil.Tests.CodeDomCompilationService
262 return CodeDomProvider.GetCompilerInfo ( in GetCompilerInfo()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Test/Mono.Cecil.Tests/
H A DCompilationService.cs252 return GetCompilerInfo (name).CreateDefaultCompilerParameters (); in GetDefaultParameters()
257 return GetCompilerInfo (name).CreateProvider (); in GetProvider()
260 static CompilerInfo GetCompilerInfo (string name) in GetCompilerInfo() method in Mono.Cecil.Tests.CodeDomCompilationService
262 return CodeDomProvider.GetCompilerInfo ( in GetCompilerInfo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeDomProvider.cs55 CompilerInfo compilerInfo = GetCompilerInfo(language); in CreateProvider()
61 CompilerInfo compilerInfo = GetCompilerInfo(language); in CreateProvider()
79 public static CompilerInfo GetCompilerInfo(string language) in GetCompilerInfo() method in System.CodeDom.Compiler.CodeDomProvider
/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()
59 public static CompilerInfo GetCompilerInfo(String language) { in GetCompilerInfo() method in System.CodeDom.Compiler.CodeDomProvider
/dports/devel/fpc-fppkg/fpc-3.2.2/packages/fppkg/src/
H A Dpkgglobals.pp88 Function GetCompilerInfo(const ACompiler,AOptions:string):string; overload;
89 Procedure GetCompilerInfo(const ACompiler, AOptions: string; out AVersion: string; out ACPU: TCpu; …
339 function GetCompilerInfo(const ACompiler,AOptions:string):string;
380 Procedure GetCompilerInfo(const ACompiler, AOptions: string; out AVersion: string; out ACPU: TCpu; …
387 infosl.DelimitedText:=GetCompilerInfo(ACompiler,AOptions);
H A Dpkgoptions.pp1090 GetCompilerInfo(Compiler,'-iVTPTO',AVersion,ACpu,AOs);
1125 GetCompilerInfo(FCompiler,'-iVTPTO',ACompilerVersion,FCompilerCPU,FCompilerOS);
1130 FCompiler:=GetCompilerInfo(FCompiler,'-PB');
/dports/lang/fpc-source/fpc-3.2.2/packages/fppkg/src/
H A Dpkgglobals.pp88 Function GetCompilerInfo(const ACompiler,AOptions:string):string; overload;
89 Procedure GetCompilerInfo(const ACompiler, AOptions: string; out AVersion: string; out ACPU: TCpu; …
339 function GetCompilerInfo(const ACompiler,AOptions:string):string;
380 Procedure GetCompilerInfo(const ACompiler, AOptions: string; out AVersion: string; out ACPU: TCpu; …
387 infosl.DelimitedText:=GetCompilerInfo(ACompiler,AOptions);
H A Dpkgoptions.pp1090 GetCompilerInfo(Compiler,'-iVTPTO',AVersion,ACpu,AOs);
1125 GetCompilerInfo(FCompiler,'-iVTPTO',ACompilerVersion,FCompilerCPU,FCompilerOS);
1130 FCompiler:=GetCompilerInfo(FCompiler,'-PB');
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/Compiler/
H A DCodeDomProviderTests.cs228 … Assert.Equal(expectedProviderType, CodeDomProvider.GetCompilerInfo(language).CodeDomProviderType); in GetCompilerInfo_ReturnsExpected()
234 …tExtensions.Throws<ArgumentNullException>("language", () => CodeDomProvider.GetCompilerInfo(null)); in GetCompilerInfo_NullLanguage_ThrowsArgumentNullException()
243 … Exception ex = Assert.ThrowsAny<Exception>(() => CodeDomProvider.GetCompilerInfo(language)); in GetCompilerInfo_NoSuchExtension_ThrowsKeyNotFoundException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCompilerInfoCas.cs56 ci = CodeDomProvider.GetCompilerInfo ("c#"); in FixtureSetUp()
H A DCodeDomProviderCas.cs98 CodeDomProvider.GetCompilerInfo ("cs"); in Defaults()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DCompilationUtil.cs232 CompilerInfo cppCodeProvider = CodeDomProvider.GetCompilerInfo("cpp"); in GetRecompilationHash()
543 …CompilerInfo ci = CodeDomProvider.GetCompilerInfo(CodeDomProvider.GetLanguageFromExtension(extensi… in GetProviderOptions()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DCompilationSection.cs579 CompilerInfo ci = CodeDomProvider.GetCompilerInfo(language); in GetCompilerInfoFromExtension()
629 CompilerInfo ci = CodeDomProvider.GetCompilerInfo(language); in GetCompilerInfoFromLanguage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DAppCodeCompiler.cs186 cit = CodeDomProvider.GetCompilerInfo (language); in Build()
207 compilerInfo = CodeDomProvider.GetCompilerInfo (compilationSection.DefaultLanguage); in Build()
H A DAppResourcesAssemblyBuilder.cs86 ci = CodeDomProvider.GetCompilerInfo (config.DefaultLanguage); in AppResourcesAssemblyBuilder()
H A DBaseCompiler.cs617 CompilerInfo info = CodeDomProvider.GetCompilerInfo (lang); in CreateProvider()
/dports/lang/fpc-source/fpc-3.2.2/tests/utils/
H A Ddotest.pp398 function GetCompilerInfo(c:tcompinfo):boolean;
403 GetCompilerInfo:=false;
412 GetCompilerInfo:=true;
421 GetCompilerInfo:=true;
430 GetCompilerInfo:=true;
480 GetCompilerInfo:=true;
491 GetCompilerVersion:=GetCompilerInfo(compver);
510 GetCompilerCPU:=GetCompilerInfo(compcpu);
529 GetCompilerTarget:=GetCompilerInfo(comptarget);
/dports/devel/upp/upp/bazaar/SysInfo_demo_console/
H A Dmain.cpp102 GetCompilerInfo(compiler, compilerVersion, tim, mode, bits); in Test()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/
H A DScripts.cs117 compilerInfo = CodeDomProvider.GetCompilerInfo(language); in GetScriptClass()
/dports/devel/upp/upp/bazaar/SysInfo/
H A DSysInfo.h121 #define GetCompilerInfo(name, version, time, mode, bits) GetCompilerInfoAux(name, version, time, m… macro

12