Searched refs:compiler (Results 1 - 25 of 985) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/linux/
H A Dstddef.h1 #include <linux/compiler.h>
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathDumper.java21 package org.apache.xpath.compiler;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dpackage_info.h35 // This file exists solely to document the google::protobuf::compiler namespace.
43 // Implementation of the Protocol Buffer compiler.
52 // - You want to write a custom protocol compiler which generates different
54 // by the official compiler. For this purpose, command_line_interface.h
55 // provides you with a complete compiler front-end, so all you need to do
57 // function. You can even make your compiler support the official languages
61 namespace compiler {} namespace in namespace:google::protobuf
H A Dmain.cc33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
35 #include <google/protobuf/compiler/python/python_generator.h>
36 #include <google/protobuf/compiler/java/java_generator.h>
41 google::protobuf::compiler::CommandLineInterface cli;
45 google::protobuf::compiler::cpp::CppGenerator cpp_generator;
50 google::protobuf::compiler::java::JavaGenerator java_generator;
56 google::protobuf::compiler::python::Generator py_generator;
H A Dtest_plugin.cc38 #include <google/protobuf/compiler/plugin.h>
39 #include <google/protobuf/compiler/mock_code_generator.h>
49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin");
50 return google::protobuf::compiler::PluginMain(argc, argv, &generator);
/external/protobuf/src/google/protobuf/compiler/
H A Dpackage_info.h35 // This file exists solely to document the google::protobuf::compiler namespace.
43 // Implementation of the Protocol Buffer compiler.
52 // - You want to write a custom protocol compiler which generates different
54 // by the official compiler. For this purpose, command_line_interface.h
55 // provides you with a complete compiler front-end, so all you need to do
57 // function. You can even make your compiler support the official languages
61 namespace compiler {} namespace in namespace:google::protobuf
H A Dtest_plugin.cc38 #include <google/protobuf/compiler/plugin.h>
39 #include <google/protobuf/compiler/mock_code_generator.h>
49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin");
50 return google::protobuf::compiler::PluginMain(argc, argv, &generator);
H A Dmain.cc33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
35 #include <google/protobuf/compiler/python/python_generator.h>
36 #include <google/protobuf/compiler/java/java_generator.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_generator.h>
38 #include <google/protobuf/compiler/javanano/javanano_generator.h>
43 google::protobuf::compiler::CommandLineInterface cli;
47 google::protobuf::compiler::cpp::CppGenerator cpp_generator;
52 google::protobuf::compiler::java::JavaGenerator java_generator;
58 google::protobuf::compiler
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dcompiler-wrapper.py29 compiler = os.path.abspath(sys.argv[0])
30 compiler = compiler.replace("linux_x86", "linux_x86_%s" % variant)
31 args = [compiler] + args
32 os.execv(compiler, args)
/external/eigen/bench/
H A Dbench_multi_compilers.sh13 # for each compiler, compile benchfile and run the benchmark
15 # check the compiler exists
16 compiler=`echo ${CLIST[$i]} | cut -d " " -f 1`
17 if [ -e `which $compiler` ]; then
24 echo "compiler not found: $compiler"
/external/pcre/dist/sljit/
H A DsljitNativePPC_32.c2 * Stack-less Just-In-Time compiler
29 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm) argument
32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm));
35 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm));
37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16)));
38 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS;
44 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, argument
54 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2));
62 return push_inst(compiler, EXTSB | S(src2) | A(dst));
63 return push_inst(compiler, INS_CLEAR_LEF
247 emit_const(struct sljit_compiler *compiler, sljit_si reg, sljit_sw init_value) argument
[all...]
H A DsljitNativeARM_T2_32.c2 * Stack-less Just-In-Time compiler
184 static sljit_si push_inst16(struct sljit_compiler *compiler, sljit_ins inst) argument
189 ptr = (sljit_uh*)ensure_buf(compiler, sizeof(sljit_uh));
192 compiler->size++;
196 static sljit_si push_inst32(struct sljit_compiler *compiler, sljit_ins inst) argument
198 sljit_uh *ptr = (sljit_uh*)ensure_buf(compiler, sizeof(sljit_ins));
202 compiler->size += 2;
206 static SLJIT_INLINE sljit_si emit_imm32_const(struct sljit_compiler *compiler, sljit_si dst, sljit_uw imm) argument
208 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) |
210 return push_inst32(compiler, MOV
342 sljit_generate_code(struct sljit_compiler *compiler) argument
477 load_immediate(struct sljit_compiler *compiler, sljit_si dst, sljit_uw imm) argument
511 emit_op_imm(struct sljit_compiler *compiler, sljit_si flags, sljit_si dst, sljit_uw arg1, sljit_uw arg2) argument
870 emit_set_delta(struct sljit_compiler *compiler, sljit_si dst, sljit_si reg, sljit_sw value) argument
891 getput_arg_fast(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw) argument
1002 getput_arg(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) argument
1110 emit_op_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw) argument
1119 emit_op_mem2(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg1, sljit_sw arg1w, sljit_si arg2, sljit_sw arg2w) argument
1130 sljit_emit_enter(struct sljit_compiler *compiler, sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) argument
1183 sljit_set_context(struct sljit_compiler *compiler, sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) argument
1205 sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit_sw srcw) argument
1255 sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op) argument
1297 sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1429 sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1520 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_si size) argument
1548 emit_fop_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw) argument
1612 sljit_emit_fop1_convw_fromd(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1633 sljit_emit_fop1_convd_fromw(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1657 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1675 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1723 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1776 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw) argument
1799 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw) argument
1880 sljit_emit_label(struct sljit_compiler *compiler) argument
1896 sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) argument
1929 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw) argument
1957 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw, sljit_si type) argument
2039 sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value) argument
[all...]
H A DsljitNativeARM_64.c2 * Stack-less Just-In-Time compiler
128 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) argument
130 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins));
133 compiler->size++;
137 static SLJIT_INLINE sljit_si emit_imm64_const(struct sljit_compiler *compiler, sljit_si dst, sljit_uw imm) argument
139 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((imm & 0xffff) << 5)));
140 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 16) & 0xffff) << 5) | (1 << 21)));
141 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 32) & 0xffff) << 5) | (2 << 21)));
142 return push_inst(compiler, MOVK | RD(dst) | ((imm >> 48) << 5) | (3 << 21));
207 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) argument
414 load_immediate(struct sljit_compiler *compiler, sljit_si dst, sljit_sw simm) argument
516 emit_op_imm(struct sljit_compiler *compiler, sljit_si flags, sljit_si dst, sljit_sw arg1, sljit_sw arg2) argument
810 emit_set_delta(struct sljit_compiler *compiler, sljit_si dst, sljit_si reg, sljit_sw value) argument
829 getput_arg_fast(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw) argument
910 getput_arg(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) argument
1044 emit_op_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw) argument
1053 emit_op_mem2(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg1, sljit_sw arg1w, sljit_si arg2, sljit_sw arg2w) argument
1064 sljit_emit_enter(struct sljit_compiler *compiler, sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) argument
1137 sljit_set_context(struct sljit_compiler *compiler, sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) argument
1156 sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit_sw srcw) argument
1216 sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op) argument
1245 sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1397 sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1494 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_si size) argument
1518 emit_fop_mem(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg, sljit_si arg, sljit_sw argw) argument
1571 sljit_emit_fop1_convw_fromd(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1593 sljit_emit_fop1_convd_fromw(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1622 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1642 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1689 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1740 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw) argument
1757 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw) argument
1832 sljit_emit_label(struct sljit_compiler *compiler) argument
1848 sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) argument
1874 emit_cmp_to0(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw) argument
1908 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw) argument
1935 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw, sljit_si type) argument
1985 sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value) argument
[all...]
H A DsljitLir.c2 * Stack-less Just-In-Time compiler
31 if (SLJIT_UNLIKELY(compiler->error)) \
32 return compiler->error; \
37 if (SLJIT_UNLIKELY(compiler->error)) \
43 if (SLJIT_UNLIKELY(compiler->error)) \
50 return compiler->error; \
62 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
70 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
78 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \
297 (i) += compiler
335 struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compiler)); local
413 sljit_free_compiler(struct sljit_compiler *compiler) argument
480 ensure_buf(struct sljit_compiler *compiler, sljit_uw size) argument
499 ensure_abuf(struct sljit_compiler *compiler, sljit_uw size) argument
518 sljit_alloc_memory(struct sljit_compiler *compiler, sljit_si size) argument
534 reverse_buf(struct sljit_compiler *compiler) argument
550 set_label(struct sljit_label *label, struct sljit_compiler *compiler) argument
561 set_jump(struct sljit_jump *jump, struct sljit_compiler *compiler, sljit_si flags) argument
572 set_const(struct sljit_const *const_, struct sljit_compiler *compiler) argument
732 sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose) argument
855 check_sljit_generate_code(struct sljit_compiler *compiler) argument
874 check_sljit_emit_enter(struct sljit_compiler *compiler, sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) argument
905 check_sljit_set_context(struct sljit_compiler *compiler, sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) argument
943 check_sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit_sw srcw) argument
972 check_sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw) argument
991 check_sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw) argument
1010 check_sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op) argument
1025 check_sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1064 check_sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1120 check_sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_si size) argument
1155 check_sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1194 check_sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1231 check_sljit_emit_fop1_convw_fromd(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1269 check_sljit_emit_fop1_convd_fromw(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1307 check_sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1343 check_sljit_emit_label(struct sljit_compiler *compiler) argument
1354 check_sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) argument
1375 check_sljit_emit_cmp(struct sljit_compiler *compiler, sljit_si type, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1403 check_sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_si type, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1433 check_sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw) argument
1461 check_sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw, sljit_si type) argument
1503 check_sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw offset) argument
1522 check_sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value) argument
1542 emit_mov_before_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit_sw srcw) argument
1611 sljit_emit_cmp(struct sljit_compiler *compiler, sljit_si type, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1691 sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_si type, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1719 sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw offset) argument
1750 sljit_free_compiler(struct sljit_compiler *compiler) argument
1756 sljit_alloc_memory(struct sljit_compiler *compiler, sljit_si size) argument
1765 sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose) argument
1773 sljit_generate_code(struct sljit_compiler *compiler) argument
1786 sljit_emit_enter(struct sljit_compiler *compiler, sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) argument
1802 sljit_set_context(struct sljit_compiler *compiler, sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) argument
1817 sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit_sw srcw) argument
1827 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw) argument
1836 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw) argument
1845 sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op) argument
1853 sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1867 sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1890 sljit_emit_op_custom(struct sljit_compiler *compiler, void *instruction, sljit_si size) argument
1906 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) argument
1920 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1937 sljit_emit_label(struct sljit_compiler *compiler) argument
1944 sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) argument
1952 sljit_emit_cmp(struct sljit_compiler *compiler, sljit_si type, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1966 sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_si type, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) argument
1994 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw) argument
2004 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw, sljit_si type) argument
2020 sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw offset) argument
2030 sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw initval) argument
[all...]
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dcxxtest.cc6 // the actual compiler
7 #error Should not be passed to a real compiler
H A Dtest.c6 // the actual compiler
7 #error Should not be passed to a real compiler
/external/javassist/src/main/javassist/compiler/ast/
H A DArrayInit.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
H A DCallExpr.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
19 import javassist.compiler.TokenId;
20 import javassist.compiler.MemberResolver;
/external/javassist/src/main/javassist/compiler/
H A DSyntaxError.java16 package javassist.compiler;
/external/lldb/test/plugins/
H A Dbuilder_freebsd.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
H A Dbuilder_linux2.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
H A Dbuilder_base.py2 If the build* function is passed the compiler argument, for example, 'llvm-gcc',
7 If neither the compiler keyword argument nor the LLDB_CC environment variable is
24 """Returns the compiler in effect the test suite is running with."""
29 compiler = getCompiler()
30 if compiler is None:
32 elif "gcc" in compiler:
34 elif "clang" in compiler:
60 def getCCSpec(compiler):
62 Helper function to return the key-value string to specify the compiler
65 cc = compiler i
[all...]
H A Dbuilder_darwin.py8 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
14 + getArchSpec(architecture) + getCCSpec(compiler)
20 + getArchSpec(architecture) + getCCSpec(compiler)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
H A Dclosure-runner.jar ... MF org/ org/chromium/ org/chromium/devtools/ org/chromium/devtools/compiler/ org/chromium/devtools/compiler/Runner.class Runner.java ...
/external/chromium_org/third_party/closure_compiler/
H A Dbump_compiler_version20 git clone https://github.com/google/closure-compiler.git
22 cd closure-compiler
32 echo "Copying compiler.jar and chrome_extensions.js"
33 cp build/compiler.jar "${SCRIPT_DIR}/compiler/"

Completed in 1290 milliseconds

1234567891011>>