HomeSort by: relevance | last modified time | path
    Searched defs:GNU (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgfmt.cs 0 /* GNU gettext for C#
6 * it under the terms of the GNU General Public License as published by
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
30 namespace GNU.Gettext {
msgunfmt.cs 0 /* GNU gettext for C#
6 * it under the terms of the GNU General Public License as published by
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
31 using GNU.Gettext; /* GettextResourceSet */
33 namespace GNU.Gettext {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Attributes.h 20 /// Is the identifier known as a GNU-style attribute?
21 GNU,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
llvm-readobj.h 42 enum OutputStyleTy { LLVM, GNU };
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCTargetOptions.h 30 GNU, ///< zlib-gnu style compression
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
llvm-cxxfilt.cpp 23 GNU, ///< GNU
28 GNUv3, ///< GNU C++ v3 ABI
35 clEnumValN(GNU, "gnu", "GNU (itanium) style")),
  /src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
intl.cs 0 /* GNU gettext for C#
6 * under the terms of the GNU Library General Public License as published
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * You should have received a copy of the GNU Library General Public
22 * Using the GNU gettext approach, compiled message catalogs are assemblies
27 * GNU gettext approach are:
29 * In the GNU gettext approach, the keys are the English/ASCII version
32 * "Resource.locale.resx" and are UTF-8 encoded XML files. In the GNU gettext
38 * translation is found. In the GNU gettext approach, the GetString function
41 * In the GNU gettext approach, we have the GetPluralString function
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
llvm-symbolizer.cpp 94 enum class OutputStyle { LLVM, GNU, JSON };
141 // GNU addr2line assumes the offset is hexadecimal and allows a redundant
174 } else if (Style == OutputStyle::GNU) {
318 auto Style = IsAddr2Line ? OutputStyle::GNU : OutputStyle::LLVM;
320 if (strcmp(A->getValue(), "GNU") == 0)
321 Style = OutputStyle::GNU;
330 if (Style == OutputStyle::GNU)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
llvm-ar.cpp 85 =gnu - gnu
183 enum Format { Default, GNU, BSD, DARWIN, Unknown };
935 case GNU:
940 fail("only the gnu format has a thin mode");
945 fail("only the gnu format has a thin mode");
1206 .Case("gnu", GNU)
1246 // TODO: GNU ranlib also supports a -t flag
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 1332 GNU = 1,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 199 Hurd, // GNU/Hurd
207 GNU,
532 return Env == Triple::GNU || Env == Triple::GNUABIN32 ||
575 return isOSWindows() && getEnvironment() == Triple::GNU;

Completed in 69 milliseconds