HomeSort by: relevance | last modified time | path
    Searched defs:parm_idx (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
RetainSummaryManager.cpp 630 unsigned parm_idx = 0; local
632 ++pi, ++parm_idx) {
636 if (RS->getArgEffects().contains(parm_idx))
652 Template->addArg(AF, parm_idx,
908 const ParmVarDecl *pd, unsigned parm_idx, const NamedDecl *FD,
914 Template->addArg(AF, parm_idx, ArgEffect(DecRef, *K));
943 Template->addArg(AF, parm_idx, ArgEffect(AK, ObjKind::OS));
955 Template->addArg(AF, parm_idx, ArgEffect(UnretainedOutParameter, *K));
961 const ParmVarDecl *OP = OD->parameters()[parm_idx];
962 if (applyParamAnnotationEffect(OP, parm_idx, OD, Template)
980 unsigned parm_idx = 0; local
1007 unsigned parm_idx = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 3989 unsigned parm_idx = 0; local
3995 || bitmap_bit_p (nonnull_args, parm_idx))
4001 parm_idx++;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 8739 ARG_IDX to the end) into the parameter pack at PARM_IDX in PARMS.
8740 Returns the coerced argument pack. PARM_IDX is the position of this
8745 int parm_idx,
8754 tree parm = TREE_VEC_ELT (parms, parm_idx);
8849 arg, new_args, complain, parm_idx,
8919 int nparms, nargs, parm_idx, arg_idx, lost = 0; local
8947 for (parm_idx = 0; parm_idx < nparms; ++parm_idx)
8949 tree parm = TREE_VEC_ELT (parms, parm_idx);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 5983 unsigned parm_idx = 0; local
5989 || bitmap_bit_p (nonnull_args, parm_idx))
5995 parm_idx++;
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 8890 ARG_IDX to the end) into the parameter pack at PARM_IDX in PARMS.
8891 Returns the coerced argument pack. PARM_IDX is the position of this
8896 int parm_idx,
8905 tree parm = TREE_VEC_ELT (parms, parm_idx);
9000 arg, new_args, complain, parm_idx,
9075 int nparms, nargs, parm_idx, arg_idx, lost = 0; local
9112 for (parm_idx = 0; parm_idx < nparms; ++parm_idx)
9114 tree parm = TREE_VEC_ELT (parms, parm_idx);
    [all...]

Completed in 54 milliseconds