Home
last modified time | relevance | path

Searched defs:compile (Results 176 – 200 of 9363) sorted by relevance

12345678910>>...375

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/
H A DMain.java61 public static int compile(String[] args) { in compile() method in Main
79 public static int compile(String[] args, PrintWriter out) { in compile() method in Main
/dports/devel/grpc/grpc-1.42.0/src/csharp/
H A DBUILD-INTEGRATION.md175 #### I am getting a warning about a missing expected file!
247 #### But I do not use gRPC at all, I need only protobuffer messages compiled
258 #### That's good so far, but I do not want the `bin` and `obj` directories in my tree
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DConfigCompile.cpp187 void compile(Fragment &&F) { in compile() function
201 void compile(Fragment::IfBlock &&F) { in compile() function
254 void compile(Fragment::CompileFlagsBlock &&F) { in compile() function
312 void compile(Fragment::IndexBlock &&F) { in compile() function
326 void compile(Fragment::IndexBlock::ExternalBlock &&External, in compile() function
396 void compile(Fragment::DiagnosticsBlock &&F) { in compile() function
420 void compile(Fragment::StyleBlock &&F) { in compile() function
461 void compile(Fragment::DiagnosticsBlock::ClangTidyBlock &&F) { in compile() function
491 void compile(Fragment::CompletionBlock &&F) { in compile() function
514 CompiledFragment Fragment::compile(DiagnosticCallback D) && { in compile() function in clang::clangd::config::Fragment
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DConfigCompile.cpp187 void compile(Fragment &&F) { in compile() function
201 void compile(Fragment::IfBlock &&F) { in compile() function
254 void compile(Fragment::CompileFlagsBlock &&F) { in compile() function
312 void compile(Fragment::IndexBlock &&F) { in compile() function
326 void compile(Fragment::IndexBlock::ExternalBlock &&External, in compile() function
396 void compile(Fragment::DiagnosticsBlock &&F) { in compile() function
420 void compile(Fragment::StyleBlock &&F) { in compile() function
461 void compile(Fragment::DiagnosticsBlock::ClangTidyBlock &&F) { in compile() function
491 void compile(Fragment::CompletionBlock &&F) { in compile() function
514 CompiledFragment Fragment::compile(DiagnosticCallback D) && { in compile() function in clang::clangd::config::Fragment
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DConfigCompile.cpp187 void compile(Fragment &&F) { in compile() function
201 void compile(Fragment::IfBlock &&F) { in compile() function
254 void compile(Fragment::CompileFlagsBlock &&F) { in compile() function
312 void compile(Fragment::IndexBlock &&F) { in compile() function
326 void compile(Fragment::IndexBlock::ExternalBlock &&External, in compile() function
396 void compile(Fragment::DiagnosticsBlock &&F) { in compile() function
420 void compile(Fragment::StyleBlock &&F) { in compile() function
461 void compile(Fragment::DiagnosticsBlock::ClangTidyBlock &&F) { in compile() function
491 void compile(Fragment::CompletionBlock &&F) { in compile() function
514 CompiledFragment Fragment::compile(DiagnosticCallback D) && { in compile() function in clang::clangd::config::Fragment
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DConfigCompile.cpp187 void compile(Fragment &&F) { in compile() function
201 void compile(Fragment::IfBlock &&F) { in compile() function
254 void compile(Fragment::CompileFlagsBlock &&F) { in compile() function
312 void compile(Fragment::IndexBlock &&F) { in compile() function
326 void compile(Fragment::IndexBlock::ExternalBlock &&External, in compile() function
396 void compile(Fragment::DiagnosticsBlock &&F) { in compile() function
420 void compile(Fragment::StyleBlock &&F) { in compile() function
461 void compile(Fragment::DiagnosticsBlock::ClangTidyBlock &&F) { in compile() function
491 void compile(Fragment::CompletionBlock &&F) { in compile() function
514 CompiledFragment Fragment::compile(DiagnosticCallback D) && { in compile() function in clang::clangd::config::Fragment
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DConfigCompile.cpp187 void compile(Fragment &&F) { in compile() function
201 void compile(Fragment::IfBlock &&F) { in compile() function
254 void compile(Fragment::CompileFlagsBlock &&F) { in compile() function
312 void compile(Fragment::IndexBlock &&F) { in compile() function
326 void compile(Fragment::IndexBlock::ExternalBlock &&External, in compile() function
396 void compile(Fragment::DiagnosticsBlock &&F) { in compile() function
420 void compile(Fragment::StyleBlock &&F) { in compile() function
461 void compile(Fragment::DiagnosticsBlock::ClangTidyBlock &&F) { in compile() function
491 void compile(Fragment::CompletionBlock &&F) { in compile() function
514 CompiledFragment Fragment::compile(DiagnosticCallback D) && { in compile() function in clang::clangd::config::Fragment
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DKawaScriptEngine.java58 public KawaCompiledScript compile(String string) in compile() method in KawaScriptEngine
64 public KawaCompiledScript compile(Reader in) in compile() method in KawaScriptEngine
70 public KawaCompiledScript compile(InPort port, ScriptContext context) in compile() method in KawaScriptEngine
96 public KawaCompiledScript compile(InPort port, ScriptContext context, SourceMessages messages) in compile() method in KawaScriptEngine
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/xpressive/
H A Dbasic_regex.hpp160 …static basic_regex<BidiIter> compile(InputIter begin, InputIter end, flag_type flags = regex_const… in compile() function
168 …static basic_regex<BidiIter> compile(InputRange const &pat, flag_type flags = regex_constants::ECM… in compile() function
175 …static basic_regex<BidiIter> compile(char_type const *begin, flag_type flags = regex_constants::EC… in compile() function
182 static basic_regex<BidiIter> compile(char_type const *begin, std::size_t len, flag_type flags) in compile() function
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A DRegex.cc60 Regex::compile(const char *pattern, const unsigned flags) in compile() function in Regex
161 DFA::compile(std::string_view const &pattern, unsigned flags) in compile() function in DFA
169 DFA::compile(std::string_view *patterns, int npatterns, unsigned flags) in compile() function in DFA
179 DFA::compile(const char **patterns, int npatterns, unsigned flags) in compile() function in DFA
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/com/sun/tools/javac/
H A DMain.java128 public static int compile(String[] args, PrintWriter p) throws Exception in compile() method in Main
149 public static int compile(String[] args) throws Exception in compile() method in Main
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/com/sun/tools/javac/
H A DMain.java128 public static int compile(String[] args, PrintWriter p) throws Exception in compile() method in Main
149 public static int compile(String[] args) throws Exception in compile() method in Main
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/core/compiler/batch/
H A DBatchCompiler.java51 …public static boolean compile(String commandLine, PrintWriter outWriter, PrintWriter errWriter, Co… in compile() method in BatchCompiler
79 …public static boolean compile(String[] commandLineArguments, PrintWriter outWriter, PrintWriter er… in compile() method in BatchCompiler
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/com/sun/tools/javac/
H A DMain.java128 public static int compile(String[] args, PrintWriter p) throws Exception in compile() method in Main
149 public static int compile(String[] args) throws Exception in compile() method in Main
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/com/sun/tools/javac/
H A DMain.java128 public static int compile(String[] args, PrintWriter p) throws Exception in compile() method in Main
149 public static int compile(String[] args) throws Exception in compile() method in Main
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/core/compiler/batch/
H A DBatchCompiler.java53 …public static boolean compile(String commandLine, PrintWriter outWriter, PrintWriter errWriter, Co… in compile() method in BatchCompiler
81 …public static boolean compile(String[] commandLineArguments, PrintWriter outWriter, PrintWriter er… in compile() method in BatchCompiler
/dports/www/p5-Template-Simple/Template-Simple-0.06/extras/lib/Template/
H A DTeeny.pm124 sub compile { subroutine
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_compile_function.php50 public function compile($args, $compiler, $parameter) function in Smarty_Internal_Compile_Function
110 public function compile($args, $compiler, $parameter) function in Smarty_Internal_Compile_Functionclose
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/com/sun/tools/javac/
H A DMain.java128 public static int compile(String[] args, PrintWriter p) throws Exception in compile() method in Main
149 public static int compile(String[] args) throws Exception in compile() method in Main
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/doc/devguide/devcycle/
H A Dbuilding.rst178 Compile
255 Create a static library
271 Link the application
311 Finalizing the **pexe** for deployment
341 Compressing the **pexe** for deployment
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-test-pattern.cpp42 void Triangles::compile() in compile() function in Triangles
153 InterpolationTestPattern::compile() in compile() function in InterpolationTestPattern
277 void Lines::compile() in compile() function in Lines
382 void Points::compile() in compile() function in Points
515 void Sunburst::compile() in compile() function in Sunburst
767 ManifestStencil::compile() in compile() function in ManifestStencil
856 ManifestDepth::compile() in compile() function in ManifestDepth
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dformula.php166 function compile(FormulaCompiler $state) { function in Fexpr
315 function compile(FormulaCompiler $state) { function in ConstantFexpr
349 function compile(FormulaCompiler $state) { function in NegateFexpr
362 function compile(FormulaCompiler $state) { function in InFexpr
504 function compile(FormulaCompiler $state) { function in AggregateFexpr
542 function compile(FormulaCompiler $state) { function in Pid_Fexpr
551 function compile(FormulaCompiler $state) { function in PdfSize_Fexpr
586 function compile(FormulaCompiler $state) { function in Author_Fexpr
625 function compile(FormulaCompiler $state) { function in Score_Fexpr
645 function compile(FormulaCompiler $state) { function in Pref_Fexpr
[all …]
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dpredicate.c80 is_class( Compile *compile ) in is_class()
112 is_member_enclosing( Compile *compile, Symbol *sym ) in is_member_enclosing()
158 is_memberfunc( Compile *compile ) in is_memberfunc()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/
H A Dgcomputation.hpp373 auto compile(const Ts&... metas) -> in compile() function in cv::GComputation
402 auto compile(const Ts&... meta_and_compile_args) -> in compile() function in cv::GComputation
524 GCompiled compile(const std::tuple<Ts...> &meta_and_compile_args, detail::Seq<IIs...>) in compile() function in cv::GComputation
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_block.php57 public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter) function in Smarty_Internal_Compile_Block
108 public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter) function in Smarty_Internal_Compile_Blockclose

12345678910>>...375