Home
last modified time | relevance | path

Searched refs:CompilerWrapper (Results 1 – 20 of 20) sorted by relevance

/dports/devel/bear/Bear-3.0.17/source/citnames/source/
H A DConfiguration.h69 struct CompilerWrapper { struct
77 std::list<CompilerWrapper> compilers_to_recognize; argument
91 std::ostream& operator<<(std::ostream&, const CompilerWrapper&);
H A DConfiguration.cc77 void from_json(const nlohmann::json &j, CompilerWrapper &rhs) { in from_json()
88 void to_json(nlohmann::json &j, const CompilerWrapper &rhs) { in to_json()
161 std::ostream &operator<<(std::ostream &os, const CompilerWrapper &value) in operator <<()
H A DApplication.cc65 std::list<cs::CompilerWrapper> update_compilers_to_recognize( in update_compilers_to_recognize()
66 std::list<cs::CompilerWrapper> wrappers, in update_compilers_to_recognize()
74 wrappers.emplace_back(cs::CompilerWrapper { in update_compilers_to_recognize()
/dports/devel/bear/Bear-3.0.17/source/citnames/source/semantic/
H A DToolExtendingWrapper.h28 explicit ToolExtendingWrapper(CompilerWrapper &&compilers_to_recognize) noexcept;
37 CompilerWrapper compilers_to_recognize_;
H A DToolExtendingWrapper.cc24 ToolExtendingWrapper::ToolExtendingWrapper(CompilerWrapper &&compilers_to_recognize) noexcept in ToolExtendingWrapper()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/
H A Dtest_unixccompiler.py14 class CompilerWrapper(UnixCCompiler): class
17 self.cc = CompilerWrapper()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_unixccompiler.py14 class CompilerWrapper(UnixCCompiler): class
17 self.cc = CompilerWrapper()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py14 class CompilerWrapper(UnixCCompiler): class
17 self.cc = CompilerWrapper()
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py14 class CompilerWrapper(UnixCCompiler): class
17 self.cc = CompilerWrapper()
/dports/lang/python37/Python-3.7.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py14 class CompilerWrapper(UnixCCompiler): class
17 self.cc = CompilerWrapper()
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py14 class CompilerWrapper(UnixCCompiler): class
17 self.cc = CompilerWrapper()
/dports/lang/python39/Python-3.9.9/Lib/distutils/tests/
H A Dtest_unixccompiler.py14 class CompilerWrapper(UnixCCompiler): class
17 self.cc = CompilerWrapper()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py14 class CompilerWrapper(UnixCCompiler): class
17 self.cc = CompilerWrapper()
/dports/lang/python38/Python-3.8.12/Lib/distutils/tests/
H A Dtest_unixccompiler.py14 class CompilerWrapper(UnixCCompiler): class
17 self.cc = CompilerWrapper()
/dports/lang/python310/Python-3.10.1/Lib/distutils/tests/
H A Dtest_unixccompiler.py16 class CompilerWrapper(UnixCCompiler): class
19 self.cc = CompilerWrapper()
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/tests/
H A Dtest_unixccompiler.py16 class CompilerWrapper(UnixCCompiler): class
19 self.cc = CompilerWrapper()
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/tests/
H A Dtest_unixccompiler.py15 class CompilerWrapper(UnixCCompiler): class
18 self.cc = CompilerWrapper()
/dports/lang/python27/Python-2.7.18/Lib/distutils/tests/
H A Dtest_unixccompiler.py15 class CompilerWrapper(UnixCCompiler): class
18 self.cc = CompilerWrapper()
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/tests/
H A Dtest_unixccompiler.py17 class CompilerWrapper(UnixCCompiler): class
20 self.cc = CompilerWrapper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/
H A DCompileXomlTask.cs591 …WorkflowCompilerResults compilerResults = new CompilerWrapper().Compile(compilerParameters, xomlFi… in Execute()