/external/angle/src/compiler/preprocessor/ |
D | MacroExpander.h | 46 bool expandMacro(const Macro ¯o, const Token &identifier, std::vector<Token> *replacements);
|
D | MacroExpander.cpp | 254 if (!expandMacro(*macro, identifier, &replacements)) in pushMacro() 291 bool MacroExpander::expandMacro(const Macro ¯o, in expandMacro() function in angle::pp::MacroExpander
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | MacroExpander.h | 49 bool expandMacro(const Macro ¯o, const Token &identifier, std::vector<Token> *replacements);
|
D | MacroExpander.cpp | 260 if (!expandMacro(*macro, identifier, &replacements)) in pushMacro() 297 bool MacroExpander::expandMacro(const Macro ¯o, in expandMacro() function in pp::MacroExpander
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | RenamerClangTidyCheck.h | 116 void expandMacro(const Token &MacroNameTok, const MacroInfo *MI);
|
D | RenamerClangTidyCheck.cpp | 91 Check->expandMacro(MacroNameTok, MD.getMacroInfo()); in MacroExpands() 493 void RenamerClangTidyCheck::expandMacro(const Token &MacroNameTok, in expandMacro() function in clang::tidy::RenamerClangTidyCheck
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 301 bool expandMacro(raw_svector_ostream &OS, StringRef Body, 2034 bool AsmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() function in AsmParser 2401 if (expandMacro(OS, Body, M->Parameters, A, true, getTok().getLoc())) in handleMacroEntry() 4888 if (expandMacro(OS, M->Body, None, None, false, getTok().getLoc())) in parseDirectiveRept() 4929 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrp() 4978 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrpc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 276 bool expandMacro(raw_svector_ostream &OS, StringRef Body, 2388 bool AsmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() function in AsmParser 2782 if (expandMacro(OS, Body, M->Parameters, A, true, getTok().getLoc())) in handleMacroEntry() 5579 if (expandMacro(OS, M->Body, None, None, false, getTok().getLoc())) in parseDirectiveRept() 5612 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrp() 5657 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrpc()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 276 bool expandMacro(raw_svector_ostream &OS, StringRef Body, 2405 bool AsmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() function in AsmParser 2799 if (expandMacro(OS, Body, M->Parameters, A, true, getTok().getLoc())) in handleMacroEntry() 5620 if (expandMacro(OS, M->Body, None, None, false, getTok().getLoc())) in parseDirectiveRept() 5653 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrp() 5698 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrpc()
|
D | MasmParser.cpp | 548 bool expandMacro(raw_svector_ostream &OS, StringRef Body, 2722 bool MasmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() function in MasmParser 3123 if (expandMacro(OS, Body, M->Parameters, A, M->Locals, getTok().getLoc())) in handleMacroEntry() 6571 if (expandMacro(OS, M.Body, M.Parameters, Arguments, M.Locals, EndLoc)) in expandStatement() 6639 if (expandMacro(OS, M->Body, None, None, M->Locals, getTok().getLoc())) in parseDirectiveRepeat() 6672 if (expandMacro(OS, M->Body, None, None, M->Locals, getTok().getLoc())) in parseDirectiveWhile() 6755 if (expandMacro(OS, M->Body, Parameter, Arg, M->Locals, getTok().getLoc())) in parseDirectiveFor() 6809 if (expandMacro(OS, M->Body, Parameter, Arg, M->Locals, getTok().getLoc())) in parseDirectiveForc()
|