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 216 // Build FunctionArgs.
225 FunctionArgList FunctionArgs;
228 CGM.getCXXABI().buildThisParam(*this, FunctionArgs);
231 FunctionArgs.append(MD->param_begin(), MD->param_end());
234 CGM.getCXXABI().addImplicitStructorParams(*this, ResultType, FunctionArgs);
237 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,
    [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 506 milliseconds