Searched refs:getParams (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegNumbering.cpp90 unsigned CurReg = MFI.getParams().size();
H A DWebAssemblyExplicitLocals.cpp243 unsigned CurLocal = static_cast<unsigned>(MFI.getParams().size());
401 MFI.setNumLocals(CurLocal - MFI.getParams().size());
405 if (RL == Reg2Local.end() || RL->second < MFI.getParams().size())
408 MFI.setLocal(RL->second - MFI.getParams().size(),
H A DWebAssemblyMachineFunctionInfo.cpp114 for (auto VT : MFI.getParams())
H A DWebAssemblyMachineFunctionInfo.h82 const std::vector<MVT> &getParams() const { return Params; } function in class:llvm::final
H A DWebAssemblyISelLowering.cpp1186 assert(MFI->getParams().size() == Params.size() &&
1187 std::equal(MFI->getParams().begin(), MFI->getParams().end(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp312 ParamVars = FTL.getParams();
337 ParamVars = FTL.getParams();
358 ParamVars = FTL.getParams();
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dprofile.c136 const char *params = collector_interface->getParams ();
H A Dheaptrace.c143 const char *params = collector_interface->getParams ();
H A Dhwprofile.c212 const char *params = collector_interface->getParams ();
H A Dsynctrace.c183 char *params = (char *) collector_interface->getParams ();
H A Djprofile.c195 const char *params = collector_interface->getParams ();
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h167 const char *(*getParams)(); member in struct:CollectorInterface
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h171 const char *(*getParams)(); member in struct:CollectorInterface
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dprofile.c137 const char *params = collector_interface->getParams ();
H A Dheaptrace.c127 const char *params = collector_interface->getParams ();
H A Dhwprofile.c212 const char *params = collector_interface->getParams ();
H A Dsynctrace.c184 char *params = (char *) collector_interface->getParams ();
H A Djprofile.c195 const char *params = collector_interface->getParams ();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h196 return reinterpret_cast<SourceLocation *>(getParams() + NumParams);
199 return reinterpret_cast<const SourceLocation *>(getParams() + NumParams);
204 ParmVarDecl **getParams() {
207 const ParmVarDecl *const *getParams() const {
358 return param_const_iterator(getParams());
362 return param_const_iterator(getParams() + NumParams);
365 param_iterator param_begin() { return param_iterator(getParams()); }
366 param_iterator param_end() { return param_iterator(getParams() + NumParams); }
377 return llvm::makeArrayRef(const_cast<ParmVarDecl**>(getParams()),
383 return getParams()[Id
[all...]
H A DDecl.h4324 ImplicitParamDecl *const *getParams() const {
4328 ImplicitParamDecl **getParams() {
4352 return getParams()[i];
4356 getParams()[i] = P;
4361 return {getParams(), getNumParams()};
4364 return {getParams(), getNumParams()};
4383 param_iterator param_begin() const { return getParams(); }
4385 param_iterator param_end() const { return getParams() + NumParams; }
H A DTypeLoc.h1417 ArrayRef<ParmVarDecl *> getParams() const {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp484 NodeArray Params = static_cast<FunctionEncoding *>(RootNode)->getParams();
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp1990 const std::vector<StringRef> &getParams() const { return Params; } function in class:FunctionMacro
2101 << "__arm_" << Name << "(" << join(FM.getParams(), ", ") << ") "
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp555 for (ParmVarDecl *Param : Proto.getParams())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1378 Builder.markChild(buildParameterDeclarationList(L.getParams()),

Completed in 401 milliseconds

12