HomeSort by relevance Sort by last modified time
    Searched full:compilation (Results 1 - 25 of 1822) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/077-method-override/
info.txt 2 compiler but possible with separate compilation.
  /external/bzip2/
words0 2 If compilation produces errors, or a large number of warnings,
3 please read README.COMPILATION.PROBLEMS -- you might be able to
6 Also in README.COMPILATION.PROBLEMS are some hints that may help
  /dalvik/tests/073-mismatched-field/
info.txt 2 compilation) by a static field. The VM is expected to detect the conflict
  /external/expat/tests/
runtestspp.cpp 1 // C++ compilation harness for the test suite.
  /external/libxslt/libxslt/
libxslt.h 2 * Summary: internal header only used during the compilation of libxslt
3 * Description: internal header only used during the compilation of libxslt
  /external/oprofile/m4/
precompiledheader.m4 10 dnl but we don't want -Winvalid-pch else compilation will fail due -Werror and
11 dnl the fact than some pch will be invalid for the given compilation option
  /external/clang/test/Preprocessor/
non_fragile_feature.m 7 #error Non-fragile ABI used for compilation but feature macro not set.
non_fragile_feature1.m 7 #error Non-fragile ABI not used for compilation but feature macro set.
  /external/llvm/lib/Target/ARM/Disassembler/
CMakeLists.txt 6 # workaround for hanging compilation on MSVC8, 9 and 10
  /external/llvm/lib/Target/MBlaze/Disassembler/
CMakeLists.txt 8 # workaround for hanging compilation on MSVC9 and 10
  /external/llvm/lib/Target/X86/Disassembler/
CMakeLists.txt 14 # workaround for hanging compilation on MSVC9 and 10
  /external/clang/lib/Driver/
CMakeLists.txt 9 Compilation.cpp
Tools.h 51 virtual void ConstructJob(Compilation &C, const JobAction &JA,
68 virtual void ConstructJob(Compilation &C, const JobAction &JA,
82 virtual void ConstructJob(Compilation &C, const JobAction &JA,
206 virtual void ConstructJob(Compilation &C, const JobAction &JA,
217 virtual void ConstructJob(Compilation &C, const JobAction &JA,
231 virtual void ConstructJob(Compilation &C, const JobAction &JA,
239 void AddLinkArgs(Compilation &C, const ArgList &Args,
247 virtual void ConstructJob(Compilation &C, const JobAction &JA,
260 virtual void ConstructJob(Compilation &C, const JobAction &JA,
274 virtual void ConstructJob(Compilation &C, const JobAction &JA
    [all...]
Compilation.cpp 1 //===--- Compilation.cpp - Compilation Task Implementation ----------------===//
10 #include "clang/Driver/Compilation.h"
28 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain,
34 Compilation::~Compilation() {
58 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC,
73 void Compilation::PrintJob(raw_ostream &OS, const Job &J,
104 bool Compilation::CleanupFileList(const ArgStringList &Files
    [all...]
  /external/clang/test/Driver/
analyze.c 1 // Verify that the analyzer gets the same flags as normal compilation
  /external/iptables/include/linux/
kernel.h 30 /* Force a compilation error if condition is true */
33 /* Force a compilation error if condition is constant and true */
36 /* Force a compilation error if a constant expression is not a power of 2 */
40 /* Force a compilation error if condition is true, but also produce a
  /external/llvm/test/CodeGen/XCore/
2009-01-08-Crash.ll 2 ;; This caused a compilation failure since the
  /external/stlport/test/unit/
cstdlib_header_test.cpp 10 //Just an additionnal compilation test for Borland that used to fail here.
  /ndk/sources/host-tools/sed-4.2.1/
README 6 See the file INSTALL for generic compilation and installation
  /ndk/tests/device/test-gnustl-full/unit/
cstdlib_header_test.cpp 10 //Just an additionnal compilation test for Borland that used to fail here.
  /ndk/tests/device/test-stlport/unit/
cstdlib_header_test.cpp 10 //Just an additionnal compilation test for Borland that used to fail here.
  /development/ide/emacs/
android-compile.el 45 "RE to match line to suppress during a compilation.
46 During the compilation process line matching the above will be
47 suppressed if `android-compilation-no-buildenv-warning' is non nil.")
85 ;; This filter is registered as a `compilation-filter-hook' and is
93 ;; compilation. The point position is used to limit our search.
97 "Filter to discard unwanted lines from the compilation buffer.
99 This filter is registered as a `compilation-filter-hook' and is
102 Has effect only if `android-compilation-no-buildenv-warning' is
104 ;; Currently we are looking only for compilation warnings from the
107 (when android-compilation-no-buildenv-warnin
    [all...]
  /external/clang/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
18 class Compilation;
26 /// Tool - Information on a specific compilation tool.
64 virtual void ConstructJob(Compilation &C, const JobAction &JA,
  /external/clang/test/CodeGen/
2002-02-13-ReloadProblem.c 4 * steps of compilation in GCC. Before this change, the code went through
  /external/clang/test/Lexer/
pragma-message.c 5 // the compilation.

Completed in 3715 milliseconds

1 2 3 4 5 6 7 8 91011>>