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

  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 618 unsigned ArgIndex = 1;
620 ++I, ++ArgIndex) {
630 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
631 if (attrs.hasAttributes(ArgIndex)) {
632 AttrBuilder B(attrs, ArgIndex);
756 ArgIndex = 1;
758 I != E; ++I, ++AI, ++ArgIndex)
762 if (CallPAL.hasAttributes(ArgIndex)) {
763 AttrBuilder B(CallPAL, ArgIndex);
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 137 int ArgIndex;
ubsan_handlers.cc 409 "never be null") << Data->ArgIndex;
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 690 // If E != null, sets Phi[CurrentBlockInfo->ArgIndex] = E.
693 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors;
694 assert(ArgIndex > 0 && ArgIndex < NPreds);
703 Ph->values()[ArgIndex] = E;
711 for (unsigned PIdx = 0; PIdx < ArgIndex; ++PIdx)
714 Ph->values()[ArgIndex] = E;
799 unsigned ArgIndex = BBInfo[Blk->getBlockID()].ProcessedPredecessors;
800 assert(ArgIndex > 0 && ArgIndex < BB->numPredecessors())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp     [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp 864 for (unsigned ArgIndex = 0; ArgIndex < Attr.getNumArgs(); ++ArgIndex) {
869 if (Attr.isArgIdent(ArgIndex)) {
870 IdentifierLoc *Ident = Attr.getArgAsIdent(ArgIndex);
874 if (!S.checkStringLiteralArgumentAttr(Attr, ArgIndex, StateString, &Loc))
    [all...]
SemaDeclCXX.cpp 744 unsigned ArgIndex = 0;
748 i != e; ++i, ++ArgIndex) {
749 const ParmVarDecl *PD = FD->getParamDecl(ArgIndex);
754 ArgIndex+1, PD->getSourceRange(),
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 493 virtual std::string getMessageForArg(const Expr *ArgE, unsigned ArgIndex);
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 489 unsigned ArgIndex) override {
491 ++ArgIndex;
496 os << "Reallocation of " << ArgIndex << llvm::getOrdinalSuffix(ArgIndex)
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 241 milliseconds