Home
last modified time | relevance | path

Searched defs:macro (Results 1 – 25 of 67) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DMacroExpander.cpp77 for (const std::shared_ptr<Macro> &macro : 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 &macro, in expandMacro()
349 bool MacroExpander::collectMacroArgs(const Macro &macro, in collectMacroArgs()
463 void MacroExpander::replaceMacroParams(const Macro &macro, in replaceMacroParams()
DMacro.cpp34 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); in PredefineMacro() local
DMacroExpander.h65 std::shared_ptr<Macro> macro; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DMacroExpander.cpp86 for (const auto &macro : 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 &macro, in expandMacro()
355 bool MacroExpander::collectMacroArgs(const Macro &macro, in collectMacroArgs()
467 void MacroExpander::replaceMacroParams(const Macro &macro, in replaceMacroParams()
DMacro.cpp42 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); in PredefineMacro() local
DMacroExpander.h68 std::shared_ptr<Macro> macro; member
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dentity_db.py231 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
Dmacro_checker.py97 def findMacroAndEntity(self, macro, entity): argument
134 def isLinkedMacro(self, macro): argument
/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_init_arm.c48 #define PACK_CHANNELS(macro,order,channels) \ argument
56 #define PACK_ORDER(macro,order) \ argument
60 #define PACK_ALL(macro) \ argument
/third_party/elfutils/libdw/
Ddwarf_macro_opcode.c38 dwarf_macro_opcode (Dwarf_Macro *macro, unsigned int *opcodep) in dwarf_macro_opcode()
Ddwarf_macro_getparamcnt.c36 dwarf_macro_getparamcnt (Dwarf_Macro *macro, size_t *paramcntp) in dwarf_macro_getparamcnt()
Ddwarf_macro_param1.c38 dwarf_macro_param1 (Dwarf_Macro *macro, Dwarf_Word *paramp) in dwarf_macro_param1()
Ddwarf_macro_param.c36 dwarf_macro_param (Dwarf_Macro *macro, size_t idx, Dwarf_Attribute *ret) in dwarf_macro_param()
Ddwarf_macro_param2.c38 dwarf_macro_param2 (Dwarf_Macro *macro, Dwarf_Word *paramp, const char **strp) in dwarf_macro_param2()
Ddwarf_macro_getsrcfiles.c36 dwarf_macro_getsrcfiles (Dwarf *dbg, Dwarf_Macro *macro, in dwarf_macro_getsrcfiles()
/third_party/selinux/secilc/docs/
Dcil_call_macro_statements.md56 macro section in Call / Macro Statements
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y460 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/
D7zAsm.S171 .macro MY_ALIGN_16 macro argument
175 .macro MY_ALIGN_32 macro argument
179 .macro MY_ALIGN_64 macro argument
DLzmaDecOpt.S195 .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/
Dpep384_macrocheck.py137 def report(fname, nr, macro): argument
/third_party/elfutils/tests/
Ddwarf-getmacros.c33 mac (Dwarf_Macro *macro, void *dbg) in mac()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp227 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/
Dlist_deprecated.py90 def filter_and_print(self, macro, options): argument
/third_party/node/deps/v8/src/torque/
Ddeclaration-visitor.cc170 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/
Dcheck_spec_links.py101 def shouldBeRecognized(self, macro, entity_name): argument

123