HomeSort by relevance Sort by last modified time
    Searched full:preprocessor (Results 251 - 275 of 1550) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Lex/
Pragma.h 23 class Preprocessor;
67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
  /external/clang/lib/Driver/
Phases.cpp 18 case Preprocess: return "preprocessor";
  /external/clang/lib/Frontend/
DependencyGraph.cpp 20 #include "clang/Lex/Preprocessor.h"
30 const Preprocessor *PP;
45 DependencyGraphCallback(const Preprocessor *_PP, StringRef OutputFile,
62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
PrintPreprocessedOutput.cpp 10 // This code simply runs the preprocessor on the input file and prints out the
23 #include "clang/Lex/Preprocessor.h"
36 Preprocessor &PP, raw_ostream &OS) {
82 Preprocessor &PP;
100 PrintPPOutputPPCallbacks(Preprocessor &pp, raw_ostream &os,
249 /// FileChanged - Whenever the preprocessor enters or exits a #include file
339 /// Ident - Handle #ident directives when read by the preprocessor.
526 // is not handled as a #define next time through the preprocessor if in
568 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
595 static void PrintPreprocessedTokens(Preprocessor &PP, Token &Tok
    [all...]
  /external/clang/lib/Lex/
Android.mk 30 Preprocessor.cpp \
  /external/clang/test/Preprocessor/
cxx_oper_keyword.cpp 5 //expected-error@+3 {{token is not a valid binary operator in a preprocessor subexpression}}
  /external/clang/test/SemaCXX/
warn-self-assign.cpp 24 // These shouldn't warn due to the use of the preprocessor.
  /external/harfbuzz_ng/src/
check-header-guards.sh 20 echo "Ouch, header file $x does not have correct preprocessor guards"
  /external/libpng/scripts/
libpng-config-body.in 14 --cflags print preprocessor flags, I_opts, and compiler options
  /external/libvpx/libvpx/tools/
vpx-astyle.sh 7 --indent-preprocessor --convert-tabs --indent-labels \
  /external/stlport/test/unit/
stldbg_include.cpp 4 * that included via _prolog.h. After preprocessor phase we may see:
  /external/svox/pico/lib/
picopr.h 19 * text preprocessor PU - include file
  /frameworks/base/docs/html/reference/renderscript/
rs__graphics_8rsh_source.html 46 <a name="l00023"></a>00023 <span class="preprocessor">#ifndef __RS_GRAPHICS_RSH__</span>
47 <a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define __RS_GRAPHICS_RSH__</span>
48 <a name="l00025"></a>00025 <span class="preprocessor"></span>
49 <a name="l00026"></a>00026 <span class="preprocessor">#include &quot;<a class="code" href="rs__mesh_8rsh.html" title="Mesh routines.">rs_mesh.rsh</a>&quot;</span>
50 <a name="l00027"></a>00027 <span class="preprocessor">#include &quot;<a class="code" href="rs__program_8rsh.html" title="Program object routines.">rs_program.rsh</a>&quot;</span>
52 <a name="l00029"></a>00029 <span class="preprocessor">#if (defined(RS_VERSION) &amp;&amp; (RS_VERSION &gt;= 14))</span>
53 <a name="l00030"></a>00030 <span class="preprocessor"></span>
72 <a name="l00071"></a>00071 <span class="preprocessor">#endif //defined(RS_VERSION) &amp;&amp; (RS_VERSION &gt;= 14)</span>
73 <a name="l00072"></a>00072 <span class="preprocessor"></span
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
vpx-astyle.sh 7 --indent-preprocessor --convert-tabs --indent-labels \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
general.hpp 7 # include <boost/preprocessor/cat.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
arity_spec.hpp 20 #include <boost/mpl/aux_/preprocessor/params.hpp>
lambda_spec.hpp 20 #include <boost/mpl/aux_/preprocessor/params.hpp>
traits_lambda_spec.hpp 19 #include <boost/mpl/aux_/preprocessor/params.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/
list10.hpp 31 # include <boost/preprocessor/iterate.hpp>
list20.hpp 31 # include <boost/preprocessor/iterate.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/
vector10.hpp 33 # include <boost/preprocessor/iterate.hpp>
vector20.hpp 33 # include <boost/preprocessor/iterate.hpp>
  /ndk/tests/device/test-gnustl-full/unit/
stldbg_include.cpp 4 * that included via _prolog.h. After preprocessor phase we may see:
  /ndk/tests/device/test-stlport/unit/
stldbg_include.cpp 4 * that included via _prolog.h. After preprocessor phase we may see:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
wchar.h 35 /* Failing that, rely on the preprocessor's knowledge of the

Completed in 1421 milliseconds

<<11121314151617181920>>