Home
last modified time | relevance | path

Searched defs:preprocessor (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/spirit/repository/example/qi/
Dflush_multi_pass.cpp27 struct preprocessor : spirit::qi::grammar<Iterator, Skipper> struct
38 preprocessor() : preprocessor::base_type(file) in preprocessor() argument
67 client::preprocessor<Iterator, Skipper> g; in parse()
/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() local
53 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in preprocess() local
64 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in lexSingleToken() local
74 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in lexSingleToken() local
/third_party/flutter/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() local
53 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in preprocess() local
64 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in lexSingleToken() local
74 pp::Preprocessor preprocessor(&mDiagnostics, &mDirectiveHandler, in lexSingleToken() local
/third_party/openssl/external/perl/Text-Template-1.46/lib/Text/Template/
DPreprocess.pm21 sub preprocessor { subroutine
/third_party/parse5/packages/parse5/lib/extensions/position-tracking/
Dpreprocessor-mixin.js6 constructor(preprocessor) { argument
/third_party/parse5/packages/parse5/lib/extensions/error-reporting/
Dpreprocessor-mixin.js8 constructor(preprocessor, opts) { argument
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Derrors.py26 def __init__(self, filename, preprocessor=None, reason=None): argument
51 def __init__(self, filename, argv, error=None, preprocessor=None): argument
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/
Dmodel_impl.cc59 …std::vector<std::shared_ptr<dataset::Execute>> preprocessor = graph_->graph_data_->GetPreprocess(); in Preprocess() local
/third_party/mindspore/mindspore/ccsrc/cxx_api/
Dserialization.cc197 std::string preprocessor = LoadPreprocess(file_path); in Load() local
311 std::string preprocessor = LoadPreprocess(files_path[i]); in Load() local
/third_party/mindspore/mindspore/core/proto/
Dmind_ir.proto79 optional string preprocessor = 9; // data graph from MindData. field
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.l726 angle::pp::Preprocessor *preprocessor = &context->getPreprocessor(); in glslang_scan() local
Dglslang_lex.cpp4091 angle::pp::Preprocessor *preprocessor = &context->getPreprocessor(); in glslang_scan() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.l918 angle::pp::Preprocessor *preprocessor = &context->getPreprocessor(); in glslang_scan() local
Dglslang_lex_autogen.cpp3797 angle::pp::Preprocessor *preprocessor = &context->getPreprocessor(); in glslang_scan() local
/third_party/boost/tools/quickbook/src/
Dsyntax_highlight.cpp357 preprocessor, inline_callout, line_callout, comment, special, member
/third_party/node/tools/
Dlint-md.mjs42192 function preprocessor(value, encoding, end) { function