HomeSort by relevance Sort by last modified time
    Searched refs:FunctionArgs (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
ast.py 173 class FunctionArgs(FunctionDecl):
177 super(FunctionArgs, self).__init__("def ANON(%s):pass" % code,
parsetree.py 481 self.body_decl = ast.FunctionArgs(attributes.get('args', ''),
523 self.body_decl = ast.FunctionArgs(attributes.get('args', ''),
552 self.body_decl = ast.FunctionArgs(
585 self.body_decl = ast.FunctionArgs(attributes.get('args', ''),
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 65 constexpr int FunctionArgs(int a) { return Add(a, ng, a); } // expected-error {{never produces}} expected-note {{read}}
  /external/clang/lib/CodeGen/
CGVTables.cpp 214 // Build FunctionArgs.
223 FunctionArgList FunctionArgs;
226 CGM.getCXXABI().buildThisParam(*this, FunctionArgs);
229 FunctionArgs.append(MD->param_begin(), MD->param_end());
232 CGM.getCXXABI().addImplicitStructorParams(*this, ResultType, FunctionArgs);
235 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,
    [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 662 milliseconds