| /third_party/skia/third_party/externals/angle2/src/ |
| D | compiler.gni | 8 "src/compiler/translator/blocklayout.h", 9 "src/compiler/translator/blocklayoutHLSL.h", 25 "src/compiler/translator/BaseTypes.h", 26 "src/compiler/translator/BuiltInFunctionEmulator.cpp", 27 "src/compiler/translator/BuiltInFunctionEmulator.h", 28 "src/compiler/translator/CallDAG.cpp", 29 "src/compiler/translator/CallDAG.h", 30 "src/compiler/translator/CodeGen.cpp", 31 "src/compiler/translator/CollectVariables.cpp", 32 "src/compiler/translator/CollectVariables.h", [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/ |
| D | compiler.gni | 20 "src/compiler/translator/BaseTypes.h", 21 "src/compiler/translator/BuiltInFunctionEmulator.cpp", 22 "src/compiler/translator/BuiltInFunctionEmulator.h", 23 "src/compiler/translator/CallDAG.cpp", 24 "src/compiler/translator/CallDAG.h", 25 "src/compiler/translator/CodeGen.cpp", 26 "src/compiler/translator/CollectVariables.cpp", 27 "src/compiler/translator/CollectVariables.h", 28 "src/compiler/translator/Common.h", 29 "src/compiler/translator/Compiler.cpp", [all …]
|
| /third_party/protobuf/cmake/ |
| D | libprotoc.cmake | 2 ${protobuf_source_dir}/src/google/protobuf/compiler/code_generator.cc 3 ${protobuf_source_dir}/src/google/protobuf/compiler/command_line_interface.cc 4 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum.cc 5 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum_field.cc 6 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_extension.cc 7 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_field.cc 8 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_file.cc 9 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_generator.cc 10 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_helpers.cc 11 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_map_field.cc [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_cross_c.cpp | 151 unique_ptr<Compiler> compiler; member 263 spvc_capture_mode mode, spvc_compiler *compiler) in spvc_context_create_compiler() argument 286 comp->compiler.reset(new Compiler(move(parsed_ir->parsed))); in spvc_context_create_compiler() 288 comp->compiler.reset(new Compiler(parsed_ir->parsed)); in spvc_context_create_compiler() 294 comp->compiler.reset(new CompilerGLSL(move(parsed_ir->parsed))); in spvc_context_create_compiler() 296 comp->compiler.reset(new CompilerGLSL(parsed_ir->parsed)); in spvc_context_create_compiler() 303 comp->compiler.reset(new CompilerHLSL(move(parsed_ir->parsed))); in spvc_context_create_compiler() 305 comp->compiler.reset(new CompilerHLSL(parsed_ir->parsed)); in spvc_context_create_compiler() 312 comp->compiler.reset(new CompilerMSL(move(parsed_ir->parsed))); in spvc_context_create_compiler() 314 comp->compiler.reset(new CompilerMSL(parsed_ir->parsed)); in spvc_context_create_compiler() [all …]
|
| /third_party/grpc/tools/distrib/python/grpcio_tools/ |
| D | protoc_lib_deps.py | 17 …compiler/zip_writer.cc', 'google/protobuf/compiler/subprocess.cc', 'google/protobuf/compiler/ruby/… 18 …f/duration.proto', 'google/protobuf/descriptor.proto', 'google/protobuf/compiler/plugin.proto', 'g…
|
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitLir.c | 2 * Stack-less Just-In-Time compiler 45 if (SLJIT_UNLIKELY(compiler->error)) \ 46 return compiler->error; \ 51 if (SLJIT_UNLIKELY(compiler->error)) \ 58 return compiler->error; \ 70 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 78 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 86 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \ 304 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ 312 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ [all …]
|
| D | sljitNativePPC_64.c | 2 * Stack-less Just-In-Time compiler 39 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1)) 41 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() argument 49 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate() 52 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate() 55 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate() 56 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate() 67 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate() 73 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate() 74 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp >> 32))); in load_immediate() [all …]
|
| D | sljitNativePPC_32.c | 2 * Stack-less Just-In-Time compiler 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() argument 32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate() 35 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate() 37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate() 38 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate() 44 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() argument 54 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op() 62 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op() 63 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 24)); in emit_single_op() [all …]
|
| D | sljitNativeX86_common.c | 2 * Stack-less Just-In-Time compiler 79 if (p <= compiler->scratches) \ 80 w = compiler->saveds_offset - ((p) - SLJIT_R2) * (sljit_sw)sizeof(sljit_sw); \ 82 w = compiler->locals_offset + ((p) - SLJIT_S2) * (sljit_sw)sizeof(sljit_sw); \ 277 #define INC_SIZE(s) (*inst++ = (s), compiler->size += (s)) 486 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument 503 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 504 reverse_buf(compiler); in sljit_generate_code() 507 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size, compiler->exec_allocator_data); in sljit_generate_code() 509 buf = compiler->buf; in sljit_generate_code() [all …]
|
| D | sljitNativeX86_32.c | 2 * Stack-less Just-In-Time compiler 29 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm() argument 33 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm() 68 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() argument 76 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter() 77 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter() 80 FAIL_IF(emit_endbranch(compiler)); in sljit_emit_enter() 83 compiler->args = args; in sljit_emit_enter() 86 compiler->stack_tmp_size = 2 * sizeof(sljit_sw); in sljit_emit_enter() 90 compiler->stack_tmp_size = 3 * sizeof(sljit_sw); in sljit_emit_enter() [all …]
|
| D | sljitNativeARM_T2_32.c | 2 * Stack-less Just-In-Time compiler 200 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16() argument 205 ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_u16)); in push_inst16() 208 compiler->size++; in push_inst16() 212 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32() argument 214 sljit_u16 *ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst32() 218 compiler->size += 2; in push_inst32() 222 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm32_const() argument 224 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const() 226 return push_inst32(compiler, MOVT | RD4(dst) in emit_imm32_const() [all …]
|
| D | sljitNativeARM_32.c | 2 * Stack-less Just-In-Time compiler 139 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool() argument 148 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool() 149 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool() 151 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE); in push_cpool() 152 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool() 154 compiler->size++; in push_cpool() 155 *inst = 0xff000000 | compiler->cpool_fill; in push_cpool() 158 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool() 160 compiler->size++; in push_cpool() [all …]
|
| D | sljitNativeMIPS_32.c | 2 * Stack-less Just-In-Time compiler 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate() argument 32 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 35 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate() 38 …return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SL… in load_immediate() 44 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \ 46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \ 50 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ 52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \ [all …]
|
| D | sljitNativeSPARC_common.c | 2 * Stack-less Just-In-Time compiler 204 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst() argument 210 ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst() 213 compiler->size++; in push_inst() 214 compiler->delay_slot = delay_slot; in push_inst() 293 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument 311 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 312 reverse_buf(compiler); in sljit_generate_code() 314 …code = (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins), compiler->exec_allocator_… in sljit_generate_code() 316 buf = compiler->buf; in sljit_generate_code() [all …]
|
| /third_party/boost/boost/config/detail/ |
| D | select_compiler_config.hpp | 1 // Boost compiler configuration selection header file 13 // locate which compiler we are using and define 17 // NVIDIA CUDA C++ compiler for GPU 18 # include "boost/config/compiler/nvcc.hpp" 24 # define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc_xml.hpp" 27 // EDG based Cray compiler: 28 # define BOOST_COMPILER_CONFIG "boost/config/compiler/cray.hpp" 32 # define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp" 35 // PathScale EKOPath compiler (has to come before clang and gcc) 36 # define BOOST_COMPILER_CONFIG "boost/config/compiler/pathscale.hpp" [all …]
|
| /third_party/typescript/tests/baselines/reference/docker/ |
| D | vue-next.log | 6 Rolling up type definitions for compiler-core... 8 … use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider … 9 Writing: /vue-next/temp/compiler-core.api.json 10 The API report is up to date: temp/compiler-core.api.md 11 Writing package typings: /vue-next/packages/compiler-core/dist/compiler-core.d.ts 12 Writing package typings: /vue-next/dist/compiler-core.d.ts 14 Rolling up type definitions for compiler-dom... 16 … use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider … 17 Writing: /vue-next/temp/compiler-dom.api.json 18 The API report is up to date: temp/compiler-dom.api.md [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | doYouNeedToChangeYourTargetLibraryES2015.errors.txt | 1 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(3,26): error TS2583: Cannot find name 'Reflec… 2 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(4,30): error TS2583: Cannot find name 'Reflec… 3 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(5,35): error TS2583: Cannot find name 'Reflec… 4 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(6,35): error TS2583: Cannot find name 'Reflec… 5 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(7,24): error TS2583: Cannot find name 'Reflec… 6 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(8,45): error TS2583: Cannot find name 'Reflec… 7 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(9,35): error TS2583: Cannot find name 'Reflec… 8 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(10,33): error TS2583: Cannot find name 'Refle… 9 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(11,28): error TS2583: Cannot find name 'Refle… 10 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(12,38): error TS2583: Cannot find name 'Refle… [all …]
|
| D | doYouNeedToChangeYourTargetLibraryES2016Plus.errors.txt | 1 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(2,32): error TS2550: Property 'includes' … 2 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(5,31): error TS2550: Property 'padStart' … 3 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(6,29): error TS2550: Property 'padEnd' do… 4 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(7,44): error TS2550: Property 'values' do… 5 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(8,45): error TS2550: Property 'entries' d… 6 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(9,63): error TS2550: Property 'getOwnProp… 7 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(10,64): error TS2550: Property 'formatToP… 8 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(11,21): error TS2583: Cannot find name 'A… 9 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(12,35): error TS2583: Cannot find name 'S… 10 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(15,50): error TS2550: Property 'finally' … [all …]
|
| D | bigintWithoutLib.errors.txt | 1 …/compiler/bigintWithoutLib.ts(4,25): error TS2583: Cannot find name 'BigInt'. Do you need to chang… 2 …/compiler/bigintWithoutLib.ts(5,13): error TS2583: Cannot find name 'BigInt'. Do you need to chang… 3 …/compiler/bigintWithoutLib.ts(6,5): error TS2583: Cannot find name 'BigInt'. Do you need to change… 4 …/compiler/bigintWithoutLib.ts(7,13): error TS2583: Cannot find name 'BigInt'. Do you need to chang… 5 tests/cases/compiler/bigintWithoutLib.ts(7,30): error TS2737: BigInt literals are not available whe… 6 …/compiler/bigintWithoutLib.ts(8,13): error TS2583: Cannot find name 'BigInt'. Do you need to chang… 7 tests/cases/compiler/bigintWithoutLib.ts(8,31): error TS2737: BigInt literals are not available whe… 8 tests/cases/compiler/bigintWithoutLib.ts(9,1): error TS2322: Type 'Object' is not assignable to typ… 9 tests/cases/compiler/bigintWithoutLib.ts(11,32): error TS2554: Expected 0 arguments, but got 1. 10 tests/cases/compiler/bigintWithoutLib.ts(13,38): error TS2554: Expected 0 arguments, but got 1. [all …]
|
| D | privacyFunctionCannotNameParameterTypeDeclFile.types | 1 === tests/cases/compiler/privacyFunctionCannotNameParameterTypeDeclFile_consumer.ts === 9 >myPublicStaticMethod : (param?: import("tests/cases/compiler/privacyFunctionCannotNameParameterTyp… 10 >param : import("tests/cases/compiler/privacyFunctionCannotNameParameterTypeDeclFile_Widgets").Widg… 11 >exporter.createExportedWidget1() : import("tests/cases/compiler/privacyFunctionCannotNameParameter… 12 >exporter.createExportedWidget1 : () => import("tests/cases/compiler/privacyFunctionCannotNameParam… 14 >createExportedWidget1 : () => import("tests/cases/compiler/privacyFunctionCannotNameParameterTypeD… 17 >myPrivateStaticMethod : (param?: import("tests/cases/compiler/privacyFunctionCannotNameParameterTy… 18 >param : import("tests/cases/compiler/privacyFunctionCannotNameParameterTypeDeclFile_Widgets").Widg… 19 >exporter.createExportedWidget1() : import("tests/cases/compiler/privacyFunctionCannotNameParameter… 20 >exporter.createExportedWidget1 : () => import("tests/cases/compiler/privacyFunctionCannotNameParam… [all …]
|
| D | declarationEmitExportAliasVisibiilityMarking.types | 1 === tests/cases/compiler/Types.ts === 12 === tests/cases/compiler/Card.ts === 26 === tests/cases/compiler/index.ts === 28 …compiler/Types").Suit, rank: import("tests/cases/compiler/Types").Rank) => { suit: import("tests/c… 29 …compiler/Types").Suit, rank: import("tests/cases/compiler/Types").Rank) => { suit: import("tests/c… 30 …compiler/Types").Suit, rank: import("tests/cases/compiler/Types").Rank) => { suit: import("tests/c… 31 … = typeof import("tests/cases/compiler/Card"), TResult2 = never>(onfulfilled?: (value: typeof impo… 32 >import('./Card') : Promise<typeof import("tests/cases/compiler/Card")> 34 … = typeof import("tests/cases/compiler/Card"), TResult2 = never>(onfulfilled?: (value: typeof impo… 35 …compiler/Card")) => (suit: import("tests/cases/compiler/Types").Suit, rank: import("tests/cases/co… [all …]
|
| /third_party/protobuf/src/ |
| D | Makefile.am | 53 google/protobuf/compiler/plugin.proto 145 google/protobuf/compiler/code_generator.h \ 146 google/protobuf/compiler/command_line_interface.h \ 147 google/protobuf/compiler/importer.h \ 148 google/protobuf/compiler/parser.h \ 149 google/protobuf/compiler/plugin.h \ 150 google/protobuf/compiler/plugin.pb.h \ 151 google/protobuf/compiler/cpp/cpp_generator.h \ 152 google/protobuf/compiler/csharp/csharp_generator.h \ 153 google/protobuf/compiler/csharp/csharp_names.h \ [all …]
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ShaderLang.cpp | 8 // Implement the top-level of interface to the compiler, 14 #include "compiler/translator/Compiler.h" 15 #include "compiler/translator/InitializeDll.h" 16 #include "compiler/translator/glslang_wrapper.h" 17 #include "compiler/translator/length_limits.h" 19 # include "compiler/translator/TranslatorHLSL.h" 22 #include "compiler/translator/VariablePacker.h" 45 // and the shading language compiler. 49 const std::vector<VarT> *GetVariableList(const TCompiler *compiler); 52 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() argument [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ShaderLang.cpp | 8 // Implement the top-level of interface to the compiler, 14 #include "compiler/translator/Compiler.h" 15 #include "compiler/translator/InitializeDll.h" 16 #include "compiler/translator/length_limits.h" 18 # include "compiler/translator/TranslatorHLSL.h" 21 #include "compiler/translator/VariablePacker.h" 33 // and the shading language compiler. 37 const std::vector<VarT> *GetVariableList(const TCompiler *compiler); 40 const std::vector<Uniform> *GetVariableList(const TCompiler *compiler) in GetVariableList() argument 42 return &compiler->getUniforms(); in GetVariableList() [all …]
|
| /third_party/boost/boost/predef/ |
| D | compiler.h | 13 #include <boost/predef/compiler/borland.h> 14 #include <boost/predef/compiler/clang.h> 15 #include <boost/predef/compiler/comeau.h> 16 #include <boost/predef/compiler/compaq.h> 17 #include <boost/predef/compiler/diab.h> 18 #include <boost/predef/compiler/digitalmars.h> 19 #include <boost/predef/compiler/dignus.h> 20 #include <boost/predef/compiler/edg.h> 21 #include <boost/predef/compiler/ekopath.h> 22 #include <boost/predef/compiler/gcc_xml.h> [all …]
|