/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | Preprocessor.cpp | 41 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()
|
D | Preprocessor.h | 38 class Preprocessor : angle::NonCopyable 41 Preprocessor(Diagnostics *diagnostics, 44 ~Preprocessor();
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Preprocessor.cpp | 48 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()
|
D | Preprocessor.h | 36 class Preprocessor 39 Preprocessor(Diagnostics *diagnostics, 42 ~Preprocessor(); 63 PP_DISALLOW_COPY_AND_ASSIGN(Preprocessor);
|
D | BUILD.gn | 38 "Preprocessor.cpp",
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | PreprocessorTest.cpp | 15 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()
|
D | PreprocessorTest.h | 29 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/ |
D | CMakeLists.txt | 85 preprocessor/Preprocessor.cpp 86 preprocessor/Preprocessor.h
|
D | ParseHelper.h | 71 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/ |
D | cstyle.py | 16 class Preprocessor: class 180 preprocess = Preprocessor ()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | test-suite.rst | 113 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/ |
D | CMakeLists.txt | 40 "Preprocessor.h"
|
D | BUILD.gn | 192 "Preprocessor.h",
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.h | 48 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/ |
D | preprocessor.ts | 17 export class Preprocessor { class
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_removegrain.asm | 38 ;*** Preprocessor helpers
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | icu-config-bottom | 36 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]" 37 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
|
/third_party/icu/icu4c/source/config/ |
D | icu-config-bottom | 36 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/ |
D | naming.adoc | 51 == 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
|
D | naming.txt | 51 == 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/ |
D | coderules.txt | 35 multi_word_name (not multiWordName). Preprocessor symbols and enum constants
|
/third_party/curl/docs/ |
D | INSTALL.md | 234 - 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/ |
D | ARB_ES3_compatibility.txt | 294 (Preprocessor) as follows: 302 (Preprocessor) as follows:
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_ES3_compatibility.txt | 304 (Preprocessor) as follows: 312 (Preprocessor) as follows:
|
/third_party/ltp/doc/ |
D | build-system-guide.txt | 144 $(CPPFLAGS) : Preprocessor flags, e.g. -I arguments.
|