Home
last modified time | relevance | path

Searched refs:current_toolchain (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gn/src/gn/
Dvalue_extractors.cc161 current_toolchain(current_toolchain_in) {} in LabelResolver()
166 current_toolchain, v, err); in operator ()()
171 const Label& current_toolchain; member
182 current_toolchain(current_toolchain_in) {} in LabelPtrResolver()
187 current_toolchain, v, err); in operator ()()
193 const Label& current_toolchain; member
257 const Label& current_toolchain, in ExtractListOfLabels() argument
262 LabelPtrResolver<Target>(build_settings, current_dir, current_toolchain)); in ExtractListOfLabels()
268 const Label& current_toolchain, in ExtractListOfUniqueLabels() argument
273 LabelResolver<Config>(build_settings, current_dir, current_toolchain)); in ExtractListOfUniqueLabels()
[all …]
Dvalue_extractors.h55 const Label& current_toolchain,
66 const Label& current_toolchain,
72 const Label& current_toolchain,
78 const Label& current_toolchain,
Dlabel.cc92 const Label& current_toolchain, in Resolve() argument
187 *out_toolchain_dir = current_toolchain.dir(); in Resolve()
188 *out_toolchain_name = current_toolchain.name_atom(); in Resolve()
191 return Resolve(current_dir, source_root, current_toolchain, in Resolve()
Dtool.cc160 const Label& current_toolchain, in ReadLabel() argument
171 current_toolchain, *v, err); in ReadLabel()
Dlabel.h41 const Label& current_toolchain,
Dtool.h268 const Label& current_toolchain,
/third_party/cef/patch/patches/
Dlinux_atk_1123214.patch9 -assert(current_toolchain == default_toolchain)
10 +# assert(current_toolchain == default_toolchain)
22 -assert(current_toolchain == default_toolchain)
23 +# assert(current_toolchain == default_toolchain)
Dgn_config.patch178 if (current_toolchain != host_toolchain) {
/third_party/flutter/engine/flutter/
DBUILD.gn34 if (current_toolchain == host_toolchain) {
43 if (current_toolchain == host_toolchain) {
56 if (current_toolchain == host_toolchain) {
/third_party/gn/docs/
Dcross_compiles.md64 The `current_toolchain`, `current_cpu`, and `current_os` variables
101 # Compares current_cpu with target_cpu to see whether current_toolchain
117 `target_cpu`. The `current_toolchain` reflects the toolchain that is currently
/third_party/gn/examples/ios/host/
DBUILD.gn5 if (current_toolchain == host_toolchain) {
/third_party/skia/build/fuchsia/
Dfuchsia_download_sdk.gni9 current_toolchain == default_toolchain) {
/third_party/flutter/engine/flutter/shell/platform/embedder/
DBUILD.gn89 if (current_toolchain == host_toolchain) {
242 current_toolchain == host_toolchain || embedder_for_target
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dconfig.gni12 build_glfw_shell = (is_linux || is_win) && current_toolchain == host_toolchain
/third_party/flutter/engine/flutter/testing/
DBUILD.gn48 if (current_toolchain == host_toolchain) {
/third_party/bounds_checking_function/
DBUILD.gn28 if (current_toolchain == "//build/toolchain/linux:clang_x64" ||
/third_party/flutter/engine/flutter/runtime/
DBUILD.gn17 if (flutter_runtime_mode == "debug" || current_toolchain == host_toolchain) {
/third_party/protobuf/
DBUILD.gn62 if (current_toolchain != host_toolchain) {
118 if (default_toolchain == current_toolchain) {
303 if (current_toolchain == host_toolchain) {
530 if (current_toolchain == host_toolchain) {
/third_party/flutter/engine/flutter/shell/common/
DBUILD.gn140 if (current_toolchain == host_toolchain) {
/third_party/gn/misc/vim/syntax/
Dgn.vim19 syn keyword gnPredefVar current_cpu current_os current_toolchain
/third_party/flutter/engine/flutter/lib/ui/
DBUILD.gn145 if (current_toolchain == host_toolchain) {
/third_party/skia/third_party/externals/angle2/
DBUILD.gn339 if (is_cfi && use_cfi_icall && current_toolchain == default_toolchain) {
346 if (is_cfi && use_cfi_cast && current_toolchain == default_toolchain) {
1451 current_toolchain == default_toolchain) {
/third_party/libunwind/
DBUILD.gn328 defines += [ "current_toolchain=${current_toolchain}" ]
/third_party/skia/gn/toolchain/
DBUILD.gn67 if (current_toolchain == default_toolchain) {
/third_party/flutter/skia/third_party/externals/angle2/
DBUILD.gn1164 current_toolchain == default_toolchain) {

12