HomeSort by relevance Sort by last modified time
    Searched defs:ArgIndex (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 521 unsigned ArgIndex = 1;
523 ++I, ++ArgIndex) {
534 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
535 if (attrs.hasAttributes(ArgIndex)) {
536 AttrBuilder B(attrs, ArgIndex);
645 ArgIndex = 1;
647 I != E; ++I, ++AI, ++ArgIndex)
651 if (CallPAL.hasAttributes(ArgIndex)) {
652 AttrBuilder B(CallPAL, ArgIndex);
712 for (; AI != CS.arg_end(); ++AI, ++ArgIndex) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp 709 unsigned ArgIndex = 0;
712 e = FT->arg_type_end(); i != e; ++i, ++ArgIndex) {
713 const ParmVarDecl *PD = FD->getParamDecl(ArgIndex);
718 ArgIndex+1, PD->getSourceRange(),
    [all...]

Completed in 3908 milliseconds