Searched refs:expandMacro (Results 1 – 5 of 5) sorted by relevance
/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/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/lib/MC/MCParser/ |
D | AsmParser.cpp | 167 bool expandMacro(SmallString<256> &Buf, StringRef Body, 1327 bool AsmParser::expandMacro(SmallString<256> &Buf, StringRef Body, in expandMacro() function in AsmParser 1467 if (expandMacro(Buf, Body, M->Parameters, MacroArguments, getTok().getLoc())) in HandleMacroEntry()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 272 bool expandMacro(raw_svector_ostream &OS, StringRef Body, 2335 bool AsmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() function in AsmParser 2733 if (expandMacro(OS, Body, M->Parameters, A, true, getTok().getLoc())) in handleMacroEntry() 5404 if (expandMacro(OS, M->Body, None, None, false, getTok().getLoc())) in parseDirectiveRept() 5437 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrp() 5482 if (expandMacro(OS, M->Body, Parameter, Arg, true, getTok().getLoc())) in parseDirectiveIrpc()
|