HomeSort by relevance Sort by last modified time
    Searched full:preprocessor (Results 101 - 125 of 988) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/Lex/
MacroArgs.cpp 17 #include "clang/Lex/Preprocessor.h"
27 bool VarargsElided, Preprocessor &PP) {
73 void MacroArgs::destroy(Preprocessor &PP) {
81 // Add this to the preprocessor's free list.
86 /// deallocate - This should only be called by the Preprocessor when managing
132 Preprocessor &PP) const {
149 Preprocessor &PP) {
192 /// preprocessor operator. If Charify is true, then it should be turned into
196 Preprocessor &PP, bool Charify,
298 Preprocessor &PP
    [all...]
PPDirectives.cpp 1 //===--- PPDirectives.cpp - Directive Handling for Preprocessor -----------===//
11 /// \brief Implements # directive processing for the Preprocessor.
15 #include "clang/Lex/Preprocessor.h"
31 // Utility Methods for Preprocessor Directive Handling.
34 MacroInfo *Preprocessor::AllocateMacroInfo() {
54 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) {
60 MacroDirective *Preprocessor::AllocateMacroDirective(MacroInfo *MI,
70 void Preprocessor::ReleaseMacroInfo(MacroInfo *MI) {
91 void Preprocessor::DiscardUntilEndOfDirective() {
106 void Preprocessor::ReadMacroName(Token &MacroNameTok, char isDefineUndef)
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__atomic_8rsh_source.html 46 <a name="l00023"></a>00023 <span class="preprocessor">#ifndef __RS_ATOMIC_RSH__</span>
47 <a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define __RS_ATOMIC_RSH__</span>
48 <a name="l00025"></a>00025 <span class="preprocessor"></span>
49 <a name="l00026"></a>00026 <span class="preprocessor">#if (defined(RS_VERSION) &amp;&amp; (RS_VERSION &gt;= 14))</span>
50 <a name="l00027"></a>00027 <span class="preprocessor"></span>
102 <a name="l00247"></a>00247 <span class="preprocessor">#endif //defined(RS_VERSION) &amp;&amp; (RS_VERSION &gt;= 14)</span>
103 <a name="l00248"></a>00248 <span class="preprocessor"></span>
104 <a name="l00249"></a>00249 <span class="preprocessor">#endif</span>
105 <a name="l00250"></a>00250 <span class="preprocessor"></span
    [all...]
rs__time_8rsh_source.html 46 <a name="l00024"></a>00024 <span class="preprocessor">#ifndef __RS_TIME_RSH__</span>
47 <a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#define __RS_TIME_RSH__</span>
48 <a name="l00026"></a>00026 <span class="preprocessor"></span>
78 <a name="l00111"></a>00111 <span class="preprocessor">#endif</span>
rs__debug_8rsh_source.html 46 <a name="l00026"></a>00026 <span class="preprocessor">#ifndef __RS_DEBUG_RSH__</span>
47 <a name="l00027"></a>00027 <span class="preprocessor"></span><span class="preprocessor">#define __RS_DEBUG_RSH__</span>
48 <a name="l00028"></a>00028 <span class="preprocessor"></span>
87 <a name="l00121"></a>00121 <span class="preprocessor">#if (defined(RS_VERSION) &amp;&amp; (RS_VERSION &gt;= 17))</span>
88 <a name="l00122"></a>00122 <span class="preprocessor"></span>
145 <a name="l00262"></a>00262 <span class="preprocessor">#endif // (defined(RS_VERSION) &amp;&amp; (RS_VERSION &gt;= 17))</span>
146 <a name="l00263"></a>00263 <span class="preprocessor"></span>
147 <a name="l00264"></a>00264 <span class="preprocessor">#define RS_DEBUG(a) rsDebug(#a, a)</span>
148 <a name="l00265"></a>00265 <span class="preprocessor"></span><span class="preprocessor">#define RS_DEBUG_MARKER rsDebug(__FILE__, __LINE__)</span
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 29 class Preprocessor;
40 Preprocessor &PP; // needed for diagnostics
54 Preprocessor &PP);
146 SourceLocation Loc, Preprocessor &PP,
183 Preprocessor &PP, bool Complain = true);
Lexer.h 26 class Preprocessor;
45 /// on the specified Preprocessor object to handle preprocessor directives, etc.
58 // Context-specific lexing flags set by the preprocessor.
88 friend class Preprocessor;
94 /// with the specified preprocessor managing the lexing process. This lexer
95 /// assumes that the associated file buffer and Preprocessor objects will
97 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer, Preprocessor &PP);
117 unsigned TokLen, Preprocessor &PP);
131 /// return the tok::eof token. This implicitly involves the preprocessor
    [all...]
ExternalPreprocessorSource.h 21 /// \brief Abstract interface for external sources of preprocessor
  /external/clang/lib/Format/
UnwrappedLineParser.h 76 /// This happens for example when a preprocessor directive ended directly
98 /// \brief Whether this \c UnwrappedLine is part of a preprocessor directive.
175 // Preprocessor directives are parsed out-of-order from other unwrapped lines.
176 // Thus, we need to keep a list of preprocessor directives to be reported
181 // Usually points to \c &Lines. While parsing a preprocessor directive when
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
cpp.info 29 * Cpp: (cpp). The GNU C preprocessor.
35 The C Preprocessor
38 The C preprocessor implements the macro language used to transform C,
52 * Preprocessor Output::
166 The C preprocessor, often known as "cpp", is a "macro processor" that
172 The C preprocessor is intended to be used only with C, C++, and
188 Wherever possible, you should use a preprocessor geared to the
195 C preprocessor, which provides a small superset of the features of ISO
196 Standard C. In its default mode, the GNU C preprocessor does not do a
205 This manual describes the behavior of the ISO preprocessor. T
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
cpp.info 29 * Cpp: (cpp). The GNU C preprocessor.
35 The C Preprocessor
38 The C preprocessor implements the macro language used to transform C,
52 * Preprocessor Output::
166 The C preprocessor, often known as "cpp", is a "macro processor" that
172 The C preprocessor is intended to be used only with C, C++, and
188 Wherever possible, you should use a preprocessor geared to the
195 C preprocessor, which provides a small superset of the features of ISO
196 Standard C. In its default mode, the GNU C preprocessor does not do a
205 This manual describes the behavior of the ISO preprocessor. T
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
cpp.info 29 * Cpp: (cpp). The GNU C preprocessor.
35 The C Preprocessor
38 The C preprocessor implements the macro language used to transform C,
52 * Preprocessor Output::
166 The C preprocessor, often known as "cpp", is a "macro processor" that
172 The C preprocessor is intended to be used only with C, C++, and
188 Wherever possible, you should use a preprocessor geared to the
195 C preprocessor, which provides a small superset of the features of ISO
196 Standard C. In its default mode, the GNU C preprocessor does not do a
205 This manual describes the behavior of the ISO preprocessor. T
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
cpp.info 29 * Cpp: (cpp). The GNU C preprocessor.
35 The C Preprocessor
38 The C preprocessor implements the macro language used to transform C,
52 * Preprocessor Output::
166 The C preprocessor, often known as "cpp", is a "macro processor" that
172 The C preprocessor is intended to be used only with C, C++, and
188 Wherever possible, you should use a preprocessor geared to the
195 C preprocessor, which provides a small superset of the features of ISO
196 Standard C. In its default mode, the GNU C preprocessor does not do a
205 This manual describes the behavior of the ISO preprocessor. T
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 44 class Preprocessor;
54 /// for example the preprocessor, the target information, and the AST
83 /// The preprocessor.
84 IntrusiveRefCntPtr<Preprocessor> PP;
354 /// @name Preprocessor
359 /// Return the current preprocessor.
360 Preprocessor &getPreprocessor() const {
361 assert(PP && "Compiler instance has no preprocessor!");
369 /// Replace the current preprocessor.
370 void setPreprocessor(Preprocessor *Value)
    [all...]
ChainedDiagnosticConsumer.h 36 const Preprocessor *PP) {
LogDiagnosticPrinter.h 65 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) {
VerifyDiagnosticConsumer.h 14 #include "clang/Lex/Preprocessor.h"
195 const Preprocessor *CurrentPreprocessor;
235 const Preprocessor *PP);
253 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment);
  /external/clang/lib/StaticAnalyzer/Core/
TextPathDiagnostics.cpp 15 #include "clang/Lex/Preprocessor.h"
52 const Preprocessor &PP) {
  /external/javassist/sample/vector/
VectorAssistant.java 13 * <p>requests the Javassist preprocessor to substitute the following
21 * <p>The Javassist preprocessor calls <code>VectorAssistant.assist()</code>
  /external/markdown/markdown/extensions/
abbr.py 40 class AbbrPreprocessor(markdown.preprocessors.Preprocessor):
41 """ Abbreviation Preprocessor - parse text for abbr references. """
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.h 51 #include "compiler/preprocessor/parser.h"
52 #include "compiler/preprocessor/tokens.h"
symbols.h 51 #include "compiler/preprocessor/memory.h"
83 #include "compiler/preprocessor/cpp.h" // to get MacroSymbol def
  /frameworks/compile/slang/
slang_pragma_recorder.cpp 23 #include "clang/Lex/Preprocessor.h"
56 void PragmaRecorder::HandlePragma(clang::Preprocessor &PP,
  /external/bison/m4/
multiarch.m4 12 # compiler but only a single '-arch' option to the preprocessor. Like
  /external/clang/lib/Frontend/
DependencyFile.cpp 22 #include "clang/Lex/Preprocessor.h"
33 const Preprocessor *PP;
47 DependencyFileCallback(const Preprocessor *_PP,
74 void clang::AttachDependencyFileGen(Preprocessor &PP,

Completed in 556 milliseconds

1 2 3 45 6 7 8 91011>>