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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.xml 264 Select preprocessor</term>
267 <para>Selects the preprocessor to use on the input file before
270 default preprocessor is <quote>nasm</quote>, which is an
271 imported version of the actual NASM preprocessor. A
272 <quote>raw</quote> preprocessor is also available, which simply
386 <title>Preprocessor Options</title>
388 <para>While these preprocessor options theoretically will affect
389 any preprocessor, the only preprocessor currently in Yasm is the
390 <quote>nasm</quote> preprocessor.</para
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
yasm.1 151 \fB\-r \fR\fB\fIpreproc\fR\fR or \fB\-\-preproc=\fR\fB\fIpreproc\fR\fR: Select preprocessor
153 Selects the preprocessor to use on the input file before passing it to the parser\&. Preprocessors often provide macro functionality that is not included in the main parser\&. The default preprocessor is
154 \(lqnasm\(rq, which is an imported version of the actual NASM preprocessor\&. A
156 preprocessor is also available, which simply skips the preprocessing step, passing the input file directly to the parser\&. To print a list of available preprocessors to standard output, use
221 .SS "Preprocessor Options"
223 While these preprocessor options theoretically will affect any preprocessor, the only preprocessor currently in Yasm is the
225 preprocessor\&
    [all...]
  /external/clang/include/clang/Lex/
TokenConcatenation.h 20 class Preprocessor;
32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
PTHLexer.h 44 /// to process when doing quick skipping of preprocessor blocks.
64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
75 /// DiscardToEndOfLine - Read the rest of the current preprocessor line as an
99 /// SkipBlock - Used by Preprocessor to skip the current conditional block.
  /external/clang/include/clang/Rewrite/Core/
HTMLRewrite.h 25 class Preprocessor;
70 void SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP);
76 void HighlightMacros(Rewriter &R, FileID FID, const Preprocessor &PP);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
inserter_algorithm.hpp 30 #include <boost/mpl/aux_/preprocessor/params.hpp>
31 #include <boost/mpl/aux_/preprocessor/default_params.hpp>
34 #include <boost/preprocessor/arithmetic/dec.hpp>
na_spec.hpp 26 #include <boost/mpl/aux_/preprocessor/params.hpp>
27 #include <boost/mpl/aux_/preprocessor/enum.hpp>
28 #include <boost/mpl/aux_/preprocessor/def_params_tail.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
numeric_cast_traits.hpp 21 #include <boost/preprocessor/seq/elem.hpp>
22 #include <boost/preprocessor/seq/size.hpp>
23 #include <boost/preprocessor/iteration/iterate.hpp>
  /prebuilts/misc/darwin-x86/yasm/
COPYING 8 Mathieu Monnier (SSE4 instruction patches, NASM preprocessor additions)
9 Anonymous "NASM64" developer (NASM preprocessor fixes)
13 Alexei Svitkine (GAS preprocessor)
  /prebuilts/misc/linux-x86/yasm/
COPYING 8 Mathieu Monnier (SSE4 instruction patches, NASM preprocessor additions)
9 Anonymous "NASM64" developer (NASM preprocessor fixes)
13 Alexei Svitkine (GAS preprocessor)
  /external/markdown/markdown/
preprocessors.py 21 class Preprocessor (Processor):
25 Each preprocessor implements a "run" method that takes a pointer to a
29 Preprocessors must extend markdown.Preprocessor.
34 Each subclass of Preprocessor should override the `run` method, which
76 class HtmlBlockPreprocessor(Preprocessor):
191 class ReferencePreprocessor(Preprocessor):
  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 25 class Preprocessor;
43 ASTConsumer *CreateHTMLPrinter(raw_ostream *OS, Preprocessor &PP,
  /external/clang/lib/Rewrite/Frontend/
RewriteTest.cpp 15 #include "clang/Lex/Preprocessor.h"
19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) {
  /external/clang/lib/Serialization/
GeneratePCH.cpp 19 #include "clang/Lex/Preprocessor.h"
27 PCHGenerator::PCHGenerator(const Preprocessor &PP,
  /external/ltrace/testsuite/lib/
compiler.c 25 get_compiler_info runs the preprocessor on this file and then eval's
38 line is a string, then the preprocessor concatenates the next line
  /external/srec/srec/include/
hmm_type.h 40 typedef unsigned char featdata; /* for preprocessor data */
41 typedef int imeldata; /* for preprocessor data */
  /frameworks/base/docs/html/reference/renderscript/
rs__types_8rsh_source.html 46 <a name="l00041"></a>00041 <span class="preprocessor">#ifndef __RS_TYPES_RSH__</span>
47 <a name="l00042"></a>00042 <span class="preprocessor"></span><span class="preprocessor">#define __RS_TYPES_RSH__</span>
48 <a name="l00043"></a>00043 <span class="preprocessor"></span>
50 <a name="l00045"></a>00045 <span class="preprocessor">#define M_E 2.718281828459045235360287471352662498f </span><span class="comment">/* e */</span>
51 <a name="l00046"></a>00046 <span class="preprocessor">#define M_LOG2E 1.442695040888963407359924681001892137f </span><span class="comment">/* log_2 e */</span>
52 <a name="l00047"></a>00047 <span class="preprocessor">#define M_LOG10E 0.434294481903251827651128918916605082f </span><span class="comment">/* log_10 e */</span>
53 <a name="l00048"></a>00048 <span class="preprocessor">#define M_LN2 0.693147180559945309417232121458176568f </span><span class="comment">/* log_e 2 */</span>
54 <a name="l00049"></a>00049 <span class="preprocessor">#define M_LN10 2.302585092994045684017991454684364208f </span><span class="comment">/* log_e 10 */</span>
55 <a name="l00050"></a>00050 <span class="preprocessor">#define M_PI 3.141592653589793238462643383279502884f </span><span class="comment">/* p (…)
    [all...]
  /external/chromium_org/google_apis/
determine_use_official_keys.gypi 7 # explicitly set) and the associated preprocessor define.
  /external/chromium_org/mojo/public/python/src/
python_system_helper.h 8 // Python must be the first include, as it defines preprocessor variable without
  /external/chromium_org/third_party/angle/src/compiler/translator/
Diagnostics.cpp 11 #include "compiler/preprocessor/SourceLocation.h"
DirectiveHandler.h 12 #include "compiler/preprocessor/DirectiveHandlerBase.h"
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
vpx-astyle.sh 7 --indent-preprocessor --convert-tabs --indent-labels \
  /external/chromium_org/third_party/mesa/
generate_git_sha1.py 28 #However, Chromium shouldn't depend on Bash, and this preprocessor macro isn't
  /external/chromium_org/tools/swig/
swig.py 31 # preprocessor. Provide them ourselves.
  /external/clang/include/clang/Frontend/
PreprocessorOutputOptions.h 15 /// PreprocessorOutputOptions - Options for controlling the C preprocessor

Completed in 912 milliseconds

1 2 3 4 5 6 7 8 91011>>