Home
last modified time | relevance | path

Searched defs:compiler (Results 26 – 50 of 1131) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c116 char *const compiler = "/usr/bin/cc"; in call_execv() local
129 char *const compiler = "/usr/bin/cc"; in call_execve() local
143 char *const compiler = "cc"; in call_execvp() local
156 char *const compiler = "cc"; in call_execvP() local
169 char *const compiler = "cc"; in call_execvpe() local
183 char *const compiler = "/usr/bin/cc"; in call_exect() local
197 char *const compiler = "/usr/bin/cc"; in call_execl() local
209 char *const compiler = "cc"; in call_execlp() local
221 char *const compiler = "/usr/bin/cc"; in call_execle() local
234 char *const compiler = "cc"; in call_posix_spawn() local
[all …]
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLModuleLoader.cpp148 static std::unique_ptr<Module> compile_and_shrink(SkSL::Compiler* compiler, in compile_and_shrink()
242 const Module* ModuleLoader::loadPublicModule(SkSL::Compiler* compiler) { in loadPublicModule()
254 const Module* ModuleLoader::loadPrivateRTShaderModule(SkSL::Compiler* compiler) { in loadPrivateRTShaderModule()
265 const Module* ModuleLoader::loadSharedModule(SkSL::Compiler* compiler) { in loadSharedModule()
276 const Module* ModuleLoader::loadGPUModule(SkSL::Compiler* compiler) { in loadGPUModule()
287 const Module* ModuleLoader::loadFragmentModule(SkSL::Compiler* compiler) { in loadFragmentModule()
298 const Module* ModuleLoader::loadVertexModule(SkSL::Compiler* compiler) { in loadVertexModule()
309 const Module* ModuleLoader::loadComputeModule(SkSL::Compiler* compiler) { in loadComputeModule()
320 const Module* ModuleLoader::loadGraphiteFragmentModule(SkSL::Compiler* compiler) { in loadGraphiteFragmentModule()
331 const Module* ModuleLoader::loadGraphiteFragmentES2Module(SkSL::Compiler* compiler) { in loadGraphiteFragmentES2Module()
[all …]
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-scripting-compiler.jar ... .MF META-INF/kotlin-scripting-compiler.kotlin_module org/ org/jetbrains/ org/ ...
HDscripting-compiler.jar ... .MF META-INF/kotlin-scripting-compiler.kotlin_module org/ org/jetbrains/ org/ ...
HDkotlinx-serialization-compiler-plugin.jar ... .MF META-INF/kotlinx-serialization-compiler-plugin.common.kotlin_module org/ org/
HDkotlin-serialization-compiler-plugin.jar ... .MF META-INF/kotlinx-serialization-compiler-plugin.common.kotlin_module org/ org/
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc8/
Dcompiler.hpp47 struct compiler struct
49 typedef bool result_type;
52 error_handler_type;
55 compiler( in compiler() argument
61 { error_handler(pos, msg); } in compiler()
65 bool operator()(ast::nil) const { BOOST_ASSERT(0); return false; } in operator ()()
75 client::code_gen::program& program;
76 error_handler_type error_handler;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/
Dcalc6.cpp172 struct compiler struct
174 typedef void result_type;
176 std::vector<int>& code;
177 compiler(std::vector<int>& code) in compiler() function
180 void operator()(ast::nil) const { BOOST_ASSERT(0); } in operator ()()
181 void operator()(unsigned int n) const in operator ()()
187 void operator()(ast::operation const& x) const in operator ()()
200 void operator()(ast::signed_ const& x) const in operator ()()
211 void operator()(ast::expression const& x) const in operator ()()
302 typedef client::compiler compiler; in main() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc9/
Dcompiler.hpp48 struct compiler struct
50 typedef bool result_type;
53 error_handler_type;
56 compiler( in compiler() function
62 { error_handler(pos, msg); } in compiler()
66 bool operator()(ast::nil) const { BOOST_ASSERT(0); return false; } in operator ()()
82 client::code_gen::program& program;
83 error_handler_type error_handler;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/
Dcalc6.cpp187 struct compiler struct
189 typedef void result_type;
191 std::vector<int>& code;
192 compiler(std::vector<int>& code) in compiler() function
195 void operator()(ast::nil) const { BOOST_ASSERT(0); } in operator ()()
196 void operator()(unsigned int n) const in operator ()()
202 void operator()(ast::operation const& x) const in operator ()()
215 void operator()(ast::signed_ const& x) const in operator ()()
226 void operator()(ast::expression const& x) const in operator ()()
332 typedef client::compiler compiler; in main() typedef
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java61 WalkingIterator lpi, Compiler compiler, int stepOpCodePos) in loadOneWalker()
96 WalkingIterator lpi, Compiler compiler, int stepOpCodePos, int stepIndex) in loadWalkers()
139 public static void diagnoseIterator(String name, int analysis, Compiler compiler) in diagnoseIterator()
159 Compiler compiler, int opPos, in newDTMIterator()
301 Compiler compiler, int stepOpCodePos) in getAxisFromStep()
400 static boolean functionProximateOrContainsProximate(Compiler compiler, in functionProximateOrContainsProximate()
430 static boolean isProximateInnerExpr(Compiler compiler, int opPos) in isProximateInnerExpr()
473 public static boolean mightBeProximate(Compiler compiler, int opPos, int stepType) in mightBeProximate()
557 Compiler compiler, int stepOpCodePos, int stepIndex) in isOptimizableForDescendantIterator()
665 Compiler compiler, int stepOpCodePos, int stepIndex) in analyze()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/
Dcompiler.hpp51 struct compiler struct
53 typedef bool result_type;
56 compiler(client::code_gen::program& program, ErrorHandler& error_handler_) in compiler() function
67 bool operator()(ast::nil) const { BOOST_ASSERT(0); return false; } in operator ()()
77 client::code_gen::program& program;
81 error_handler;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/
Dcompiler.hpp52 struct compiler struct
54 typedef bool result_type;
57 compiler(client::code_gen::program& program, ErrorHandler& error_handler_) in compiler() function
68 bool operator()(ast::nil) const { BOOST_ASSERT(0); return false; } in operator ()()
84 client::code_gen::program& program;
88 error_handler;
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitNativeMIPS_64.c29 static sljit_s32 emit_copysign(struct sljit_compiler *compiler, sljit_s32 op, in emit_copysign()
46 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
138 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
148 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
177 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
219 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
293 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_… in sljit_emit_call()
335 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
H A DsljitNativePPC_64.c42 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate()
152 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
507 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args()
562 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const()
571 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
607 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
671 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
691 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
H A DsljitNativeMIPS_32.c29 static sljit_s32 emit_copysign(struct sljit_compiler *compiler, sljit_s32 op, in emit_copysign()
72 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate()
84 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
90 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
132 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
211 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args()
353 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_… in sljit_emit_call()
409 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
H A DsljitNativePPC_32.c29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate()
45 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
322 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const()
328 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
370 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
407 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compiler *compiler, in sljit_emit_fset64()
431 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy()
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler-hosted/1.5.11/
HDcompiler-hosted-1.5.11.jar ... androidx/compose/compiler/ androidx/compose/compiler/plugins/ androidx/compose/compiler/plugins ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler/1.5.11/
HDcompiler-1.5.11.jar ... androidx/compose/compiler/ androidx/compose/compiler/plugins/ androidx/compose/compiler/plugins ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler-hosted/1.5.11/androidx.compose.compiler_compiler-hosted/linux_glibc_common/local-combined/
Dandroidx.compose.compiler_compiler-hosted.jar ... androidx/ androidx/compose/ androidx/compose/compiler/ androidx/compose/compiler/plugins/ androidx ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc7/
Dcompiler.hpp17 struct compiler struct
19 typedef void result_type;
21 std::vector<int>& code;
22 compiler(std::vector<int>& code) in compiler() argument
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DTranslatorMSL.cpp184 [[nodiscard]] bool ReplaceGLDepthRangeWithDriverUniform(TCompiler *compiler, in ReplaceGLDepthRangeWithDriverUniform()
207 [[nodiscard]] bool FlipBuiltinVariable(TCompiler *compiler, in FlipBuiltinVariable()
261 [[nodiscard]] bool InsertFragCoordCorrection(TCompiler *compiler, in InsertFragCoordCorrection()
299 void AddFragDepthEXTDeclaration(TCompiler &compiler, TIntermBlock &root, TSymbolTable &symbolTable) in AddFragDepthEXTDeclaration()
312 [[nodiscard]] bool AddNumSamplesDeclaration(TCompiler &compiler, in AddNumSamplesDeclaration()
326 [[nodiscard]] bool AddSamplePositionDeclaration(TCompiler &compiler, in AddSamplePositionDeclaration()
360 [[nodiscard]] bool AddSampleMaskInDeclaration(TCompiler &compiler, in AddSampleMaskInDeclaration()
420 [[nodiscard]] bool AddSampleMaskDeclaration(TCompiler &compiler, in AddSampleMaskDeclaration()
656 [[nodiscard]] bool AddFragDataDeclaration(TCompiler &compiler, in AddFragDataDeclaration()
714 [[nodiscard]] bool AppendVertexShaderTransformFeedbackOutputToMain(TCompiler &compiler, in AppendVertexShaderTransformFeedbackOutputToMain()
[all …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_pipeline.c57 const struct elk_compiler *compiler = pdevice->compiler; in anv_shader_stage_to_nir() local
430 const struct elk_compiler *compiler = in anv_pipeline_stage_get_nir() local
475 const struct elk_compiler *compiler = pdevice->compiler; in anv_pipeline_lower_nir() local
591 anv_pipeline_link_vs(const struct elk_compiler *compiler, in anv_pipeline_link_vs()
600 anv_pipeline_compile_vs(const struct elk_compiler *compiler, in anv_pipeline_compile_vs()
677 anv_pipeline_link_tcs(const struct elk_compiler *compiler, in anv_pipeline_link_tcs()
705 anv_pipeline_compile_tcs(const struct elk_compiler *compiler, in anv_pipeline_compile_tcs()
733 anv_pipeline_link_tes(const struct elk_compiler *compiler, in anv_pipeline_link_tes()
742 anv_pipeline_compile_tes(const struct elk_compiler *compiler, in anv_pipeline_compile_tes()
771 anv_pipeline_link_gs(const struct elk_compiler *compiler, in anv_pipeline_link_gs()
[all …]
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha12/
HDroom-compiler-processing-2.7.0-alpha12.jar ... androidx/ androidx/room/ androidx/room/compiler/ androidx/room/compiler/processing/ androidx ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha12/androidx.room_room-compiler-processing/linux_glibc_common/local-combined/
Dandroidx.room_room-compiler-processing.jar ... androidx/ androidx/room/ androidx/room/compiler/ androidx/room/compiler/codegen/ androidx

12345678910>>...46