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

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 64 constexpr int FunctionArgs(int a) { return Add(a, ng, a); } // expected-error {{never produces}} expected-note {{read}}
  /external/clang/lib/CodeGen/
CGVTables.cpp 198 // Build FunctionArgs.
204 FunctionArgList FunctionArgs;
207 CGM.getCXXABI().buildThisParam(*this, FunctionArgs);
213 FunctionArgs.push_back(*I);
216 CGM.getCXXABI().addImplicitStructorParams(*this, ResultType, FunctionArgs);
219 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,

Completed in 207 milliseconds