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

1 2 3 4 5 6 7 891011>>

  /external/eigen/
COPYING.README 13 preprocessor symbol:
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
link-warning.h 3 We use a linker warning rather than a preprocessor warning, because
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
always.hpp 17 #include <boost/mpl/aux_/preprocessor/def_params_tail.hpp>
placeholders.hpp 49 # include <boost/preprocessor/iterate.hpp>
50 # include <boost/preprocessor/cat.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
preprocessor.hpp 13 // $Id: preprocessor.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
nttp_decl.hpp 26 # include <boost/preprocessor/cat.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
cat.hpp 17 # include <boost/preprocessor/config/config.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/
iif.hpp 15 # include <boost/preprocessor/config/config.hpp>
while.hpp 17 # include <boost/preprocessor/cat.hpp>
18 # include <boost/preprocessor/config/config.hpp>
19 # include <boost/preprocessor/debug/error.hpp>
20 # include <boost/preprocessor/detail/auto_rec.hpp>
21 # include <boost/preprocessor/list/fold_left.hpp>
22 # include <boost/preprocessor/list/fold_right.hpp>
23 # include <boost/preprocessor/logical/bitand.hpp>
42 # include <boost/preprocessor/control/detail/edg/while.hpp>
44 # include <boost/preprocessor/control/detail/msvc/while.hpp>
46 # include <boost/preprocessor/control/detail/dmc/while.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/
bitand.hpp 15 # include <boost/preprocessor/config/config.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
template_arity_spec.hpp 12 #include <boost/mpl/aux_/preprocessor/params.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
base_from_member.hpp 13 #include <boost/preprocessor/arithmetic/inc.hpp>
14 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
15 #include <boost/preprocessor/repetition/enum_params.hpp>
16 #include <boost/preprocessor/repetition/repeat_from_to.hpp>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-windres.1 235 .IP "\fB\-\-preprocessor\fR \fIprogram\fR" 4
236 .IX Item "--preprocessor program"
238 preprocessor first. This option may be used to specify the preprocessor
239 to use, including any leading arguments. The default preprocessor
241 .IP "\fB\-\-preprocessor\-arg\fR \fIoption\fR" 4
242 .IX Item "--preprocessor-arg option"
244 the C preprocessor first. This option may be used to specify additional
245 text to be passed to preprocessor on its command line.
247 preprocessor command line
    [all...]
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params_test_utils.h 14 // Used to emulate having constants defined by the preprocessor.
32 // Test values to replace the values specified in preprocessor defines.
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Token.h 52 // These types are used by the preprocessor internally.
53 // Preprocessor clients must not depend or check for them.
  /external/clang/include/clang/StaticAnalyzer/Core/
PathDiagnosticConsumers.h 23 class Preprocessor;
34 const Preprocessor &PP);
  /external/clang/include/clang/StaticAnalyzer/Frontend/
AnalysisConsumer.h 26 class Preprocessor;
40 AnalysisASTConsumer *CreateAnalysisConsumer(const Preprocessor &pp,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/variadic/
size.hpp 16 # include <boost/preprocessor/cat.hpp>
17 # include <boost/preprocessor/config/config.hpp>
  /external/clang/lib/Rewrite/Frontend/
HTMLPrint.cpp 21 #include "clang/Lex/Preprocessor.h"
36 Preprocessor &PP;
40 HTMLPrinter(raw_ostream *OS, Preprocessor &pp,
51 Preprocessor &PP,
80 // If we have a preprocessor, relex the file and syntax highlight.
81 // We might not have a preprocessor if we come from a deserialized AST file,
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 11 #include "clang/Lex/Preprocessor.h"
37 virtual bool HandleComment(Preprocessor &PP, SourceRange Loc) {
38 assert(&PP == this->PP && "Preprocessor changed!");
64 Preprocessor *PP;
93 Preprocessor *PP;
96 CommentVerifier(const CommentList &Comments, Preprocessor *PP)
  /external/clang/lib/Lex/
PPLexerChange.cpp 1 //===--- PPLexerChange.cpp - Handle changing lexers in the preprocessor ---===//
10 // This file implements pieces of the Preprocessor interface that manage the
15 #include "clang/Lex/Preprocessor.h"
35 bool Preprocessor::isInPrimaryFile() const {
51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const {
71 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
110 void Preprocessor::EnterSourceFileWithLexer(Lexer *TheLexer,
136 void Preprocessor::EnterSourceFileWithPTH(PTHLexer *PL,
161 void Preprocessor::EnterMacro(Token &Tok, SourceLocation ILEnd,
190 void Preprocessor::EnterTokenStream(const Token *Toks, unsigned NumToks
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 1 //===--- Preprocessor.h - C Language Family Preprocessor --------*- C++ -*-===//
11 /// \brief Defines the clang::Preprocessor interface.
86 /// know anything about preprocessor-level issues like the \#include stack,
88 class Preprocessor : public RefCountedBase<Preprocessor> {
108 /// objects internal to the Preprocessor.
140 // State that is set before the preprocessor begins.
145 // State that changes while the preprocessor runs:
148 /// Whether the preprocessor owns the header search object
    [all...]
  /external/clang/test/Preprocessor/
has_include.c 94 // Try as non-preprocessor directives
123 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}}
139 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-warning@+1 {{missing terminating '"' character}} expected-error@+1 {{invalid token at start of a preprocessor expression}}
143 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-warning@+1 {{missing terminating '"' character}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}}
147 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}} expected-error@+1 {{token is not a valid binary operator in a preprocessor subexpression}}
  /frameworks/compile/slang/
slang.h 52 class Preprocessor;
110 // Preprocessor (source code preprocessor)
111 std::unique_ptr<clang::Preprocessor> mPP;
151 clang::Preprocessor &getPreprocessor() { return *mPP; }
  /external/chromium_org/third_party/yasm/source/patched-yasm/
COPYING 8 Mathieu Monnier (SSE4 instruction patches, NASM preprocessor additions)
9 Anonymous "NASM64" developer (NASM preprocessor fixes)
13 Alexei Svitkine (GAS preprocessor)

Completed in 1835 milliseconds

1 2 3 4 5 6 7 891011>>