Home
last modified time | relevance | path

Searched refs:Preprocessor (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DPreprocessor.cpp41 Preprocessor::Preprocessor(Diagnostics *diagnostics, in Preprocessor() function in angle::pp::Preprocessor
48 Preprocessor::~Preprocessor() in ~Preprocessor()
53 bool Preprocessor::init(size_t count, const char *const string[], const int length[]) in init()
66 void Preprocessor::predefineMacro(const char *name, int value) in predefineMacro()
71 void Preprocessor::lex(Token *token) in lex()
100 void Preprocessor::setMaxTokenSize(size_t maxTokenSize) in setMaxTokenSize()
DPreprocessor.h38 class Preprocessor : angle::NonCopyable
41 Preprocessor(Diagnostics *diagnostics,
44 ~Preprocessor();
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DPreprocessor.cpp48 Preprocessor::Preprocessor(Diagnostics *diagnostics, in Preprocessor() function in pp::Preprocessor
55 Preprocessor::~Preprocessor() in ~Preprocessor()
60 bool Preprocessor::init(size_t count, const char *const string[], const int length[]) in init()
73 void Preprocessor::predefineMacro(const char *name, int value) in predefineMacro()
78 void Preprocessor::lex(Token *token) in lex()
107 void Preprocessor::setMaxTokenSize(size_t maxTokenSize) in setMaxTokenSize()
DPreprocessor.h36 class Preprocessor
39 Preprocessor(Diagnostics *diagnostics,
42 ~Preprocessor();
63 PP_DISALLOW_COPY_AND_ASSIGN(Preprocessor);
DBUILD.gn38 "Preprocessor.cpp",
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
DPreprocessorTest.cpp15 pp::Preprocessor *preprocessor) in preprocess()
37 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, settings); in preprocess()
53 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in preprocess()
64 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in lexSingleToken()
74 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in lexSingleToken()
DPreprocessorTest.h29 pp::Preprocessor mPreprocessor;
51 void preprocess(const char *input, std::stringstream *output, pp::Preprocessor *preprocessor);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DCMakeLists.txt85 preprocessor/Preprocessor.cpp
86 preprocessor/Preprocessor.h
DParseHelper.h71 const pp::Preprocessor &getPreprocessor() const { return mPreprocessor; } in getPreprocessor()
72 pp::Preprocessor &getPreprocessor() { return mPreprocessor; } in getPreprocessor()
272 pp::Preprocessor mPreprocessor;
/third_party/libsnd/Scripts/
Dcstyle.py16 class Preprocessor: class
180 preprocess = Preprocessor ()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtest-suite.rst113 TEST Preprocessor #1 (preprocessor/preprocessor1.c)
153 $ ./test-suite format -a validation/preprocessor2.c "Preprocessor #2" \
173 * check-name: Preprocessor #2
/third_party/skia/third_party/externals/dawn/src/common/
DCMakeLists.txt40 "Preprocessor.h"
DBUILD.gn192 "Preprocessor.h",
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h48 const angle::pp::Preprocessor &getPreprocessor() const { return mPreprocessor; } in getPreprocessor()
49 angle::pp::Preprocessor &getPreprocessor() { return mPreprocessor; } in getPreprocessor()
689 angle::pp::Preprocessor mPreprocessor;
/third_party/parse5/packages/parse5/lib/tokenizer/
Dpreprocessor.ts17 export class Preprocessor { class
/third_party/ffmpeg/libavfilter/x86/
Dvf_removegrain.asm38 ;*** Preprocessor helpers
/third_party/skia/third_party/externals/icu/source/config/
Dicu-config-bottom36 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
37 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
/third_party/icu/icu4c/source/config/
Dicu-config-bottom36 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
37 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dnaming.adoc51 == Preprocessor Defines
53 Preprocessor definitions include an underscore `_` as a delimiter between
58 This rule applies to most declarations with the C Preprocessor's `#define`
72 * Preprocessor defines are occasionally used to create aliases between
Dnaming.txt51 == Preprocessor Defines
53 Preprocessor definitions include an underscore `_` as a delimiter between
58 This rule applies to most declarations with the C Preprocessor's `#define`
72 * Preprocessor defines are occasionally used to create aliases between
/third_party/skia/third_party/externals/libjpeg-turbo/
Dcoderules.txt35 multi_word_name (not multiWordName). Preprocessor symbols and enum constants
/third_party/curl/docs/
DINSTALL.md234 - Modify the "Preprocessor Definitions" in the libcurl project
238 Preprocessor".
249 - Modify the "Preprocessor Definitions" in the libcurl project
253 Preprocessor".
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_ES3_compatibility.txt294 (Preprocessor) as follows:
302 (Preprocessor) as follows:
/third_party/openGLES/extensions/ARB/
DARB_ES3_compatibility.txt304 (Preprocessor) as follows:
312 (Preprocessor) as follows:
/third_party/ltp/doc/
Dbuild-system-guide.txt144 $(CPPFLAGS) : Preprocessor flags, e.g. -I arguments.

123