HomeSort by: relevance | last modified time | path
    Searched refs:ArgIndex (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp 67 unsigned ArgIndex = FS.getArgIndex();
68 if (ArgIndex < Args.size())
69 ArgsData.back().E = Args[ArgIndex];
PrintfFormatString.cpp 40 unsigned *argIndex) {
41 if (argIndex) {
42 FS.setPrecision(ParseNonPositionAmount(Beg, E, *argIndex));
74 unsigned &argIndex,
219 FS.usesPositionalArg() ? nullptr : &argIndex))
239 FS.usesPositionalArg() ? nullptr : &argIndex))
389 FS.setArgIndex(argIndex++);
393 argIndex++;
414 unsigned argIndex = 0;
418 const PrintfSpecifierResult &FSR = ParsePrintfSpecifier(H, I, E, argIndex,
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyCommon.cpp 691 // If E != null, sets Phi[CurrentBlockInfo->ArgIndex] = E.
694 unsigned ArgIndex = CurrentBlockInfo->ProcessedPredecessors;
695 assert(ArgIndex > 0 && ArgIndex < NPreds);
704 Ph->values()[ArgIndex] = E;
712 for (unsigned PIdx = 0; PIdx < ArgIndex; ++PIdx)
715 Ph->values()[ArgIndex] = E;
795 unsigned ArgIndex = BBInfo[Blk->getBlockID()].ProcessedPredecessors;
796 assert(ArgIndex > 0 && ArgIndex < BB->numPredecessors())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 198 for (const auto &ArgIndex : ArgIndices) {
202 ArgIndex.second));
287 for (const auto &ArgIndex : ArgIndices) {
290 OriginalLoads[std::make_pair(&*I, ArgIndex.second)];
291 if (!ArgIndex.second.empty()) {
292 Ops.reserve(ArgIndex.second.size());
294 for (auto II : ArgIndex.second) {
308 V = IRB.CreateGEP(ArgIndex.first, V, Ops, V->getName() + ".idx");
LowerTypeTests.cpp 1235 unsigned ArgIndex = AsmArgs.size();
1238 AsmOS << "jmp ${" << ArgIndex << ":c}@plt\n";
1241 AsmOS << "b $" << ArgIndex << "\n";
1247 AsmOS << "b $" << ArgIndex << "\n";
1249 AsmOS << "b.w $" << ArgIndex << "\n";
1254 ConstraintOS << (ArgIndex > 0 ? ",s" : "s");
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.h 182 int ArgIndex;
ubsan_handlers.cc 642 << Data->ArgIndex;
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_handlers.h 191 int ArgIndex;
ubsan_handlers.cpp 736 << Data->ArgIndex;
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.h 191 int ArgIndex;
ubsan_handlers.cpp 736 << Data->ArgIndex;
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c 485 * ArgIndex - Which argument (zero based)
500 UINT32 ArgIndex)
546 (ArgIndex == (UINT32)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 762 // Issue a warning. ArgIndex == -1: Deprecated but not unsafe (has size
770 int ArgIndex =
779 assert(ArgIndex != UNKNOWN_CALL && "Unsupported function");
780 bool BoundsProvided = ArgIndex == DEPR_ONLY;
787 dyn_cast<StringLiteral>(CE->getArg(ArgIndex)->IgnoreParenImpCasts());
MallocChecker.cpp 836 std::string getMessageForArg(const Expr *ArgE, unsigned ArgIndex) override {
838 ++ArgIndex;
843 os << "Reallocation of " << ArgIndex << llvm::getOrdinalSuffix(ArgIndex)
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 4700 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl()))
4706 for (; ArgIndex < Node.getNumArgs(); ++ArgIndex) {
4708 if (ArgMatcher.matches(*(Node.getArg(ArgIndex)->IgnoreParenCasts()),
4761 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl()))
4795 for (; ArgIndex < NumArgs; ++ArgIndex, ++ParamIndex) {
4797 if (ArgMatcher.matches(*(Node.getArg(ArgIndex)->IgnoreParenCasts()), Finder,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 297 unsigned ArgIndex = 0;
299 E = CE->arg_end(); I != E; ++I, ++ArgIndex){
305 return getMessageForArg(*I, ArgIndex);
316 return getMessageForArg(*I, ArgIndex);
332 unsigned ArgIndex) {
334 ++ArgIndex;
336 return (llvm::Twine(Msg) + " via " + std::to_string(ArgIndex) +
337 llvm::getOrdinalSuffix(ArgIndex) + " parameter").str();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h 1167 unsigned ArgIndex);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 108 virtual std::string getMessageForArg(const Expr *ArgE, unsigned ArgIndex);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 2637 unsigned ArgIndex = 0;
2644 if (ArgIndex >= TArgs.size()) {
2645 TokError("Too many template arguments: " + utostr(ArgIndex + 1));
2648 const RecordVal *Arg = ArgsRec->getValue(TArgs[ArgIndex]);
2661 ++ArgIndex;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 1120 GenericValue ArgIndex;
1121 ArgIndex.UIntPairVal.first = ECStack.size() - 1;
1122 ArgIndex.UIntPairVal.second = 0;
1123 SetValue(&I, ArgIndex, SF);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 4544 for (unsigned ArgIndex = 0, ArgIndexEnd = NonNullArgs.size();
4545 ArgIndex != ArgIndexEnd; ++ArgIndex) {
4546 if (NonNullArgs[ArgIndex])
4547 CheckNonNullArgument(S, Args[ArgIndex], CallSiteLoc);
5371 static bool checkBuiltinArgument(Sema &S, CallExpr *E, unsigned ArgIndex) {
5375 ParmVarDecl *Param = Fn->getParamDecl(ArgIndex);
5384 E->setArg(ArgIndex, Arg.get());
7767 bool HandleInvalidConversionSpecifier(unsigned argIndex, SourceLocation Loc,
7786 unsigned argIndex);
    [all...]
SemaDeclAttr.cpp 1146 for (unsigned ArgIndex = 0; ArgIndex < AL.getNumArgs(); ++ArgIndex) {
1151 if (AL.isArgIdent(ArgIndex)) {
1152 IdentifierLoc *Ident = AL.getArgAsIdent(ArgIndex);
1156 if (!S.checkStringLiteralArgumentAttr(AL, ArgIndex, StateString, &Loc))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp 1026 unsigned ArgIndex = Args[i].OrigArgIndex;
1030 if (Args[j].OrigArgIndex != ArgIndex)
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 1519 unsigned ArgIndex = 0;
1534 ++ArgIndex;
1536 if (ArgIndex != 0)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 2567 unsigned ArgIndex = 0;
2585 if (ArgIndex < Callee->getNumParams())
2586 Ty = Callee->getParamDecl(ArgIndex)->getType();
2592 ++ArgIndex;

Completed in 55 milliseconds

1 2