A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://clang.llvm.org/doxygen/MakeSupport_8cpp_source.html below:

clang: lib/Basic/MakeSupport.cpp Source File

Go to the documentation of this file. 1//===-- MakeSuport.cpp --------------------------------------------------*-===// 3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4// See https://llvm.org/LICENSE.txt for license information. 5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7//===----------------------------------------------------------------------===// 12 for

(

unsigned

i = 0, e =

Target

.size(); i != e; ++i) {

16 // Escape the preceding backslashes 17 for

(

int

j = i - 1; j >= 0 &&

Target

[j] ==

'\\'

; --j)

18

Res.push_back(

'\\'

);

20 // Escape the space/tab 21

Res.push_back(

'\\'

);

27

Res.push_back(

'\\'

);

33

Res.push_back(

Target

[i]);

llvm::MachO::Target Target

void quoteMakeTarget(StringRef Target, SmallVectorImpl< char > &Res)

Quote target names for inclusion in GNU Make dependency files.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4