Home
last modified time | relevance | path

Searched full:compiler (Results 1 – 25 of 6519) sorted by relevance

12345678910>>...261

/third_party/flutter/skia/third_party/externals/angle2/src/
Dcompiler.gni20 "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/
Dlibprotoc.cmake2 ${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 …]
Dextract_includes.bat.in4 mkdir include\google\protobuf\compiler
5 mkdir include\google\protobuf\compiler\cpp
6 mkdir include\google\protobuf\compiler\csharp
7 mkdir include\google\protobuf\compiler\java
8 mkdir include\google\protobuf\compiler\js
9 mkdir include\google\protobuf\compiler\objectivec
10 mkdir include\google\protobuf\compiler\php
11 mkdir include\google\protobuf\compiler\python
12 mkdir include\google\protobuf\compiler\ruby
22 …OBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\code_generator.h" include\google\protobuf\
[all …]
/third_party/grpc/tools/distrib/python/grpcio_tools/
Dprotoc_lib_deps.py17compiler/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/boost/boost/config/detail/
Dselect_compiler_config.hpp1 // 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/protobuf/src/
DMakefile.am53 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/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp8 // 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 …]
DTranslatorHLSL.cpp7 #include "compiler/translator/TranslatorHLSL.h"
9 #include "compiler/translator/OutputHLSL.h"
10 #include "compiler/translator/tree_ops/AddDefaultReturnStatements.h"
11 #include "compiler/translator/tree_ops/ArrayReturnValueToOutParameter.h"
12 #include "compiler/translator/tree_ops/BreakVariableAliasingInInnerLoops.h"
13 #include "compiler/translator/tree_ops/EmulatePrecision.h"
14 #include "compiler/translator/tree_ops/ExpandIntegerPowExpressions.h"
15 #include "compiler/translator/tree_ops/PruneEmptyCases.h"
16 #include "compiler/translator/tree_ops/RemoveDynamicIndexing.h"
17 #include "compiler/translator/tree_ops/RewriteAtomicFunctionExpressions.h"
[all …]
/third_party/boost/boost/predef/
Dcompiler.h13 #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 …]
/third_party/protobuf/
DBUILD.gn128 "src/google/protobuf/compiler/importer.cc",
129 "src/google/protobuf/compiler/parser.cc",
202 "src/google/protobuf/compiler/importer.cc",
203 "src/google/protobuf/compiler/parser.cc",
270 "src/google/protobuf/compiler/code_generator.cc",
271 "src/google/protobuf/compiler/command_line_interface.cc",
272 "src/google/protobuf/compiler/cpp/cpp_enum.cc",
273 "src/google/protobuf/compiler/cpp/cpp_enum_field.cc",
274 "src/google/protobuf/compiler/cpp/cpp_extension.cc",
275 "src/google/protobuf/compiler/cpp/cpp_field.cc",
[all …]
/third_party/json/
D.travis.yml33 compiler: gcc
35 - COMPILER=g++-4.9
44 compiler: clang
46 - COMPILER=clang++-7
58 compiler: gcc
60 - COMPILER=g++-4.9
71 compiler: gcc
73 - COMPILER=g++-4.9
82 compiler: gcc
84 - COMPILER=g++-4.9
[all …]
/third_party/boost/libs/config/doc/
Dmacro_reference.qbk23 compiler's conformance with the 2003 standard.
30 [[`BOOST_BCB_PARTIAL_SPECIALIZATION_BUG`][Compiler][
31 The compiler exhibits certain partial specialisation bug - probably Borland
34 [[`BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL`][Compiler][
41 [[`BOOST_NO_ADL_BARRIER`][Compiler][
42 The compiler locates and searches namespaces that it should /*not*/ in fact
45 [[`BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP`][Compiler][
46 Compiler does not implement argument-dependent lookup (also named
50 If the compiler / library supplies non-standard or broken `std::auto_ptr`.
52 [[`BOOST_NO_COMPLETE_VALUE_INITIALIZATION`][Compiler][
[all …]
/third_party/boost/tools/build/src/tools/
Dclang-win.jam61 # <resource-compiler>rc.exe
62 # <mc-compiler>mc.exe
63 # <idl-compiler>midl.exe
74 local compiler = "\"$(command)\"" ;
75 compiler = "$(compiler:J= )" ;
77 version ?= [ MATCH "version ([0-9.]+)" : [ SHELL "$(compiler) -v 2>&1" ] ] ;
79 .notice "using compiler '$(compiler)', version '$(version)'" ;
87 …local config = [ SPLIT_BY_CHARACTERS [ SHELL "$(compiler) -m$(addr) -### foo.obj /link 2>&1" ] : "…
139 local resource-compiler = [ get-option "resource-compiler" : $(addr) : $(options) ] ;
140 local mc-compiler = [ get-option "mc-compiler" : $(addr) : $(options) ] ;
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/
Dappveyor.yml6 - compiler: msvc
12 - compiler: msvc
18 - compiler: msvc
27 # compiler: msvc2
34 compiler: msvc2
41 compiler: msvc2
48 - compiler: msys2
53 - compiler: msys2
60 …- 'if "%compiler%"=="msys2" C:\msys64\usr\bin\bash -lc "pacman --noconfirm --force -S --needed min…
61 …- 'if "%compiler%"=="msvc" if not "%platform%"=="ARM" vcpkg install glib:%triplet% freetype:%tripl…
[all …]
/third_party/grpc/third_party/toolchains/bazel_0.26.0_rbe_windows/
DBUILD34 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a",
35 "x64_windows|msvc-cl": ":cc-compiler-x64_windows",
36 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys",
37 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw",
38 "x64_windows_msys": ":cc-compiler-x64_windows_msys",
39 "x64_windows": ":cc-compiler-x64_windows",
40 "armeabi-v7a": ":cc-compiler-armeabi-v7a",
45 name = "cc-compiler-x64_windows_msys",
61 compiler = "msys-gcc",
76 toolchain = ":cc-compiler-x64_windows_msys",
[all …]
/third_party/grpc/third_party/rake-compiler-dock/rake_x86-linux/
DDockerfile30 # Install rake-compiler and typical gems in all Rubies
35 …rvm all do gem install --no-document bundler 'bundler:~>1.16' rake-compiler:1.1.0 hoe:3.20.0 mini_…
38 # Install rake-compiler's cross rubies in global dir instead of /root
39 RUN mkdir -p /usr/local/rake-compiler && \
40 ln -s /usr/local/rake-compiler ~/.rake-compiler
46 # Patch rake-compiler and hoe package
48 RUN cd /usr/local/rvm/gems/ruby-2.5.7/gems/rake-compiler-1.1.0 && \
49 ( git apply /work/patches/rake-compiler-1.1.0/*.patch || true )
58 mkdir -p /usr/local/rake-compiler/sources/ && \
59 tar cjf /usr/local/rake-compiler/sources/ruby-2.7.0.tar.bz2 ruby-2.7.0 && \
[all …]
/third_party/grpc/third_party/rake-compiler-dock/rake_x86_64-linux/
DDockerfile30 # Install rake-compiler and typical gems in all Rubies
35 …rvm all do gem install --no-document bundler 'bundler:~>1.16' rake-compiler:1.1.0 hoe:3.20.0 mini_…
38 # Install rake-compiler's cross rubies in global dir instead of /root
39 RUN mkdir -p /usr/local/rake-compiler && \
40 ln -s /usr/local/rake-compiler ~/.rake-compiler
46 # Patch rake-compiler and hoe package
48 RUN cd /usr/local/rvm/gems/ruby-2.5.7/gems/rake-compiler-1.1.0 && \
49 ( git apply /work/patches/rake-compiler-1.1.0/*.patch || true )
58 mkdir -p /usr/local/rake-compiler/sources/ && \
59 tar cjf /usr/local/rake-compiler/sources/ruby-2.7.0.tar.bz2 ruby-2.7.0 && \
[all …]
/third_party/flutter/skia/src/sksl/
DSkSLMain.cpp68 SkSL::Compiler compiler; in main() local
73 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main()
74 if (!program || !compiler.toSPIRV(*program, out)) { in main()
75 printf("%s", compiler.errorText().c_str()); in main()
84 SkSL::Compiler compiler; in main() local
89 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main()
90 if (!program || !compiler.toGLSL(*program, out)) { in main()
91 printf("%s", compiler.errorText().c_str()); in main()
100 SkSL::Compiler compiler; in main() local
105 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/compiler/plugin.proto
4 #include <google/protobuf/compiler/plugin.pb.h>
21 namespace compiler { namespace
38 } // namespace compiler
44 void* ptr = &PROTOBUF_NAMESPACE_ID::compiler::_CodeGeneratorRequest_default_instance_; in InitDefaultsscc_info_CodeGeneratorRequest_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
45 new (ptr) PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorRequest(); in InitDefaultsscc_info_CodeGeneratorRequest_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
48 PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorRequest::InitAsDefaultInstance(); in InitDefaultsscc_info_CodeGeneratorRequest_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
60 void* ptr = &PROTOBUF_NAMESPACE_ID::compiler::_CodeGeneratorResponse_default_instance_; in InitDefaultsscc_info_CodeGeneratorResponse_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
61 new (ptr) PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse(); in InitDefaultsscc_info_CodeGeneratorResponse_google_2fprotobuf_2fcompiler_2fplugin_2eproto()
[all …]
/third_party/cJSON/tests/unity/examples/example_3/
Drakefile_helper.rb16 CLEAN.include($cfg['compiler']['build_path'] + '*.*') unless $cfg['compiler']['build_path'].nil?
26 path = $cfg['compiler']['unit_tests_path'] + 'Test*' + C_EXTENSION
32 include_dirs = $cfg['compiler']['includes']['items'].dup
71 command = tackit($cfg['compiler']['path'])
72 defines = if $cfg['compiler']['defines']['items'].nil?
75 squash($cfg['compiler']['defines']['prefix'], $cfg['compiler']['defines']['items'])
77 options = squash('', $cfg['compiler']['options'])
78 includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
85 compiler = build_compiler_fields
86 …cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} …
[all …]
/third_party/ltp/
D.travis.yml13 compiler: gcc
18 compiler: powerpc64le-linux-gnu-gcc
22 compiler: aarch64-linux-gnu-gcc
26 compiler: s390x-linux-gnu-gcc
33 compiler: gcc
38 compiler: clang
43 compiler: gcc
49 compiler: clang
53 compiler: gcc
57 compiler: gcc
[all …]
/third_party/unity/examples/example_3/
Drakefile_helper.rb15 CLEAN.include($cfg['compiler']['build_path'] + '*.*') unless $cfg['compiler']['build_path'].nil?
25 path = $cfg['compiler']['unit_tests_path'] + 'Test*' + C_EXTENSION
31 include_dirs = $cfg['compiler']['includes']['items'].dup
70 command = tackit($cfg['compiler']['path'])
71 defines = if $cfg['compiler']['defines']['items'].nil?
74 squash($cfg['compiler']['defines']['prefix'], $cfg['compiler']['defines']['items'])
76 options = squash('', $cfg['compiler']['options'])
77 includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
84 compiler = build_compiler_fields
85 …cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} …
[all …]
/third_party/boost/boost/config/
Drequires_threads.hpp35 # error "Compiler threading support is not turned on. Please set the correct command line options…
40 # error "Compiler threading support is not turned on. Please set the correct command line options …
42 # error "Compiler threading support is not turned on. Please set the correct command line options…
47 # error "Compiler threading support is not turned on. Please set the correct command line options…
51 # error "Compiler threading support is not turned on. Please set the correct command line options…
55 # error "Compiler threading support is not turned on. Please set the correct command line options…
59 # error "Compiler threading support is not turned on. Please set the correct command line options…
63 # error "Compiler threading support is not turned on. Please set the correct command line options…
66 // Sun Workshop Compiler C++
67 # error "Compiler threading support is not turned on. Please set the correct command line options…
[all …]
/third_party/unity/extras/memory/
Drakefile_helper.rb28 CLEAN.include($cfg['compiler']['build_path'] + '*.*') unless $cfg['compiler']['build_path'].nil?
54 command = tackit($cfg['compiler']['path'])
55 defines = if $cfg['compiler']['defines']['items'].nil?
63 …squash($cfg['compiler']['defines']['prefix'], $cfg['compiler']['defines']['items'] + ['UNITY_OUTPU…
65 options = squash('', $cfg['compiler']['options'])
66 includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
73 compiler = build_compiler_fields
74 unity_include = $cfg['compiler']['includes']['prefix'] + '../../src'
75 …cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #…
76 …"#{$cfg['compiler']['object_files']['prefix']}#{$cfg['compiler']['object_files']['destination']}" \
[all …]
/third_party/unity/extras/fixture/
Drakefile_helper.rb28 CLEAN.include($cfg['compiler']['build_path'] + '*.*') unless $cfg['compiler']['build_path'].nil?
54 command = tackit($cfg['compiler']['path'])
55 defines = if $cfg['compiler']['defines']['items'].nil?
58 squash($cfg['compiler']['defines']['prefix'], $cfg['compiler']['defines']['items'])
60 options = squash('', $cfg['compiler']['options'])
61 includes = squash($cfg['compiler']['includes']['prefix'], $cfg['compiler']['includes']['items'])
68 compiler = build_compiler_fields
69 unity_include = $cfg['compiler']['includes']['prefix'] + '../../src'
70 …cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #…
71 …"#{$cfg['compiler']['object_files']['prefix']}#{$cfg['compiler']['object_files']['destination']}" \
[all …]

12345678910>>...261