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

  /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 86 milliseconds