HomeSort by relevance Sort by last modified time
    Searched defs:macroName (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 29 macroName // name of macro that should not be expanded
input.go 183 // macroName returns the name for the macro being referenced.
184 func (in *Input) macroName() string {
196 name := in.macroName()
305 in.Push(NewSlice(in.Base(), in.Line(), []Token{Make(macroName, macro.name)}))
376 name := in.macroName()
463 name := in.macroName()
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex.go 29 macroName // name of macro that should not be expanded
input.go 183 // macroName returns the name for the macro being referenced.
184 func (in *Input) macroName() string {
196 name := in.macroName()
305 in.Push(NewSlice(in.Base(), in.Line(), []Token{Make(macroName, macro.name)}))
376 name := in.macroName()
463 name := in.macroName()
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedMacro.java 40 private final String macroName;
45 public InterpretedMacro(PCommand command, Template owningTemplate, String macroName,
50 this.macroName = macroName;
94 return owningTemplate.getDisplayName() + ":" + macroName;
99 return macroName;
107 throw new JSilverInterpreterException("Too many arguments supplied to macro " + macroName);
TemplateInterpreter.java 435 String macroName = makeWord(node.getMacro());
441 throw new JSilverInterpreterException("Invalid name for macro '" + macroName
448 context.registerMacro(macroName, new InterpretedMacro(node.getCommand(), template, macroName,
472 String macroName = makeWord(node.getMacro());
473 Macro macro = context.findMacro(macroName);
478 throw new JSilverInterpreterException("Number of arguments to macro " + macroName + " ("
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 36 static std::string macroName(std::string S) {
76 std::string BaseName = macroName(Base->getName());
89 std::string NodeName = macroName(R->getName());
97 OS << "ABSTRACT_" << macroName(Root.getName()) << "(" << NodeName << "("
125 OS << "LAST_" << macroName(Root.getName()) << "_RANGE(";
127 OS << macroName(Root.getName()) << "_RANGE(";
139 OS << "#ifndef ABSTRACT_" << macroName(Root.getName()) << "\n";
140 OS << "# define ABSTRACT_" << macroName(Root.getName()) << "(Type) Type\n";
143 OS << "#ifndef " << macroName(Root.getName()) << "_RANGE\n";
145 << macroName(Root.getName()) << "_RANGE(Base, First, Last)\n"
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
BaseCompiledTemplate.java 246 private final String macroName;
249 protected CompiledMacro(String macroName, String... argumentsNames) {
250 this.macroName = macroName;
272 return macroName;
280 throw new JSilverInterpreterException("Too many arguments supplied to macro " + macroName);
300 return BaseCompiledTemplate.this.getDisplayName() + ":" + macroName;
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/skia/tools/bookmaker/
includeParser.cpp 296 string macroName = className + "::" + incName;
297 def = root->find(macroName, RootDefinition::AllowParens::kYes);
    [all...]
  /external/skqp/tools/bookmaker/
includeParser.cpp 296 string macroName = className + "::" + incName;
297 def = root->find(macroName, RootDefinition::AllowParens::kYes);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/
doxia-module-xdoc-1.0.jar 
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.2.0-alpha16/
intellij-core-26.2.0-alpha16.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.0/
auto-value-1.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
ant-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 811 milliseconds

1 2