/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | MacroExpander.cpp | 77 for (const std::shared_ptr<Macro> ¯o : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local 171 std::shared_ptr<Macro> macro = iter->second; in lex() local 246 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro() 291 bool MacroExpander::expandMacro(const Macro ¯o, in expandMacro() 349 bool MacroExpander::collectMacroArgs(const Macro ¯o, in collectMacroArgs() 463 void MacroExpander::replaceMacroParams(const Macro ¯o, in replaceMacroParams()
|
D | Macro.cpp | 34 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); in PredefineMacro() local
|
D | MacroExpander.h | 65 std::shared_ptr<Macro> macro; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | MacroExpander.cpp | 86 for (const auto ¯o : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local 177 std::shared_ptr<Macro> macro = iter->second; in lex() local 252 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro() 297 bool MacroExpander::expandMacro(const Macro ¯o, in expandMacro() 355 bool MacroExpander::collectMacroArgs(const Macro ¯o, in collectMacroArgs() 467 void MacroExpander::replaceMacroParams(const Macro ¯o, in replaceMacroParams()
|
D | Macro.cpp | 42 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); in PredefineMacro() local
|
D | MacroExpander.h | 68 std::shared_ptr<Macro> macro; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | entity_db.py | 231 def findMacroAndEntity(self, macro, entity): argument 371 def shouldBeRecognized(self, macro, entity_name): argument 381 def isLinkedMacro(self, macro): argument 385 def isValidMacro(self, macro): argument 392 def getCategoriesForMacro(self, macro): argument 424 def addMacro(self, macro, categories, link=False): argument 474 def addEntity(self, entityName, macro, category=None, elem=None, argument
|
D | macro_checker.py | 97 def findMacroAndEntity(self, macro, entity): argument 134 def isLinkedMacro(self, macro): argument
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mlpdsp_init_arm.c | 48 #define PACK_CHANNELS(macro,order,channels) \ argument 56 #define PACK_ORDER(macro,order) \ argument 60 #define PACK_ALL(macro) \ argument
|
/third_party/elfutils/libdw/ |
D | dwarf_macro_opcode.c | 38 dwarf_macro_opcode (Dwarf_Macro *macro, unsigned int *opcodep) in dwarf_macro_opcode()
|
D | dwarf_macro_getparamcnt.c | 36 dwarf_macro_getparamcnt (Dwarf_Macro *macro, size_t *paramcntp) in dwarf_macro_getparamcnt()
|
D | dwarf_macro_param1.c | 38 dwarf_macro_param1 (Dwarf_Macro *macro, Dwarf_Word *paramp) in dwarf_macro_param1()
|
D | dwarf_macro_param.c | 36 dwarf_macro_param (Dwarf_Macro *macro, size_t idx, Dwarf_Attribute *ret) in dwarf_macro_param()
|
D | dwarf_macro_param2.c | 38 dwarf_macro_param2 (Dwarf_Macro *macro, Dwarf_Word *paramp, const char **strp) in dwarf_macro_param2()
|
D | dwarf_macro_getsrcfiles.c | 36 dwarf_macro_getsrcfiles (Dwarf *dbg, Dwarf_Macro *macro, in dwarf_macro_getsrcfiles()
|
/third_party/selinux/secilc/docs/ |
D | cil_call_macro_statements.md | 56 macro section in Call / Macro Statements
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 460 macro_t *macro = entry ? entry->data : NULL; variable 466 macro_t *macro = entry ? entry->data : NULL; variable 1853 macro_t *macro; in _glcpp_parser_expand_function() local 1961 macro_t *macro; in _glcpp_parser_expand_node() local 2239 macro_t *macro, *previous; in _define_object_macro() local 2272 macro_t *macro, *previous; in _define_function_macro() local 2347 macro_t *macro = entry ? entry->data : NULL; in glcpp_parser_lex() local 2534 macro_t *macro = (macro_t *) data; in glcpp_parser_copy_defines() local
|
/third_party/lzma/Asm/arm64/ |
D | 7zAsm.S | 171 .macro MY_ALIGN_16 macro argument 175 .macro MY_ALIGN_32 macro argument 179 .macro MY_ALIGN_64 macro argument
|
D | LzmaDecOpt.S | 195 .macro NORM_2 macro argument 207 .macro TEST_HIGH_BYTE_range macro argument 211 .macro NORM macro argument 429 .macro LITM_0 macro argument 454 .macro LITM macro argument 476 .macro LITM_2 macro argument
|
/third_party/python/Tools/scripts/ |
D | pep384_macrocheck.py | 137 def report(fname, nr, macro): argument
|
/third_party/elfutils/tests/ |
D | dwarf-getmacros.c | 33 mac (Dwarf_Macro *macro, void *dbg) in mac()
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 227 MacroSymbol* macro = lookupMacroDef(atomStrings.getAtom(ppToken->name)); in CPPundef() local 444 MacroSymbol* macro = lookupMacroDef(atomStrings.getAtom(ppToken->name)); in eval() local 605 MacroSymbol* macro = lookupMacroDef(atomStrings.getAtom(ppToken->name)); in CPPifdef() local 1212 MacroSymbol* macro = macroAtom == 0 ? nullptr : lookupMacroDef(macroAtom); in MacroExpand() local
|
/third_party/node/deps/v8/tools/release/ |
D | list_deprecated.py | 90 def filter_and_print(self, macro, options): argument
|
/third_party/node/deps/v8/src/torque/ |
D | declaration-visitor.cc | 170 Macro* macro = Declarations::DeclareMacro( in Visit() local 189 Macro* macro = Declarations::DeclareMacro( in Visit() local
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | check_spec_links.py | 101 def shouldBeRecognized(self, macro, entity_name): argument
|