Home
last modified time | relevance | path

Searched refs:ArgVector (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/driver/
Ddriver.cpp233 static void ParseProgName(SmallVectorImpl<const char *> &ArgVector, in ParseProgName() argument
243 std::string ProgName =llvm::sys::path::stem(ArgVector[0]); in ParseProgName()
269 auto it = ArgVector.begin(); in ParseProgName()
270 if (it != ArgVector.end()) in ParseProgName()
272 ArgVector.insert(it, Flag); in ParseProgName()
284 auto it = ArgVector.begin(); in ParseProgName()
285 if (it != ArgVector.end()) in ParseProgName()
288 ArgVector.insert(it, std::begin(arr), std::end(arr)); in ParseProgName()
/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp105 typedef SmallVector<unsigned, 2> ArgVector; typedef in __anon6a4756a20111::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/
DExprConstant.cpp3689 typedef SmallVector<APValue, 8> ArgVector; typedef
3693 static bool EvaluateArgs(ArrayRef<const Expr*> Args, ArgVector &ArgValues, in EvaluateArgs()
3714 ArgVector ArgValues(Args.size()); in HandleFunctionCall()
3761 ArgVector ArgValues(Args.size()); in HandleConstructorCall()
9109 ArgVector ArgValues(Args.size()); in EvaluateWithSubstitution()
9179 ArgVector ArgValues(0); in isPotentialConstantExprUnevaluated()