Searched refs:ArgVector (Results 1 – 3 of 3) sorted by relevance
/external/clang/tools/driver/ |
D | driver.cpp | 195 static void ParseProgName(SmallVectorImpl<const char *> &ArgVector, in ParseProgName() argument 230 std::string ProgName(llvm::sys::path::stem(ArgVector[0])); in ParseProgName() 246 SmallVectorImpl<const char *>::iterator it = ArgVector.begin(); in ParseProgName() 247 if (it != ArgVector.end()) in ParseProgName() 250 ArgVector.insert(it, suffixes[i].ModeFlag); in ParseProgName() 274 SmallVectorImpl<const char *>::iterator it = ArgVector.begin(); in ParseProgName() 275 if (it != ArgVector.end()) in ParseProgName() 280 ArgVector.insert(it, Strings, Strings + llvm::array_lengthof(Strings)); in ParseProgName()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | GenericTaintChecker.cpp | 105 typedef SmallVector<unsigned, 2> ArgVector; typedef in __anon6e1ef0390111::GenericTaintChecker 118 ArgVector SrcArgs; 120 ArgVector DstArgs; 451 for (ArgVector::const_iterator I = SrcArgs.begin(), in process() 476 for (ArgVector::const_iterator I = DstArgs.begin(), in process()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3587 typedef SmallVector<APValue, 8> ArgVector; typedef 3591 static bool EvaluateArgs(ArrayRef<const Expr*> Args, ArgVector &ArgValues, in EvaluateArgs() 3612 ArgVector ArgValues(Args.size()); in HandleFunctionCall() 3655 ArgVector ArgValues(Args.size()); in HandleConstructorCall() 8736 ArgVector ArgValues(Args.size()); in EvaluateWithSubstitution() 8805 ArgVector ArgValues(0); in isPotentialConstantExprUnevaluated()
|