Searched refs:getArgument (Results 1 - 25 of 50) sorted by relevance

12

/external/llvm/tools/llvm-diff/
H A DDiffLog.cpp30 Value *LogBuilder::getArgument(unsigned I) const { return Arguments[I]; } function in class:LogBuilder
H A DDiffLog.h53 Value *getArgument(unsigned I) const;
H A DDiffConsumer.cpp180 case 'l': printValue(Log.getArgument(arg++), true); break;
181 case 'r': printValue(Log.getArgument(arg++), false); break;
H A DDifferenceEngine.cpp241 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) {
244 << L.getArgument(I) << R.getArgument(I);
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp243 New = CS.getArgument(A->getArgNo());
269 New = CS.getArgument(A->getArgNo());
H A DDeadArgumentElimination.cpp331 Value *Arg = CS.getArgument(ArgNo);
423 assert(CS.getArgument(ArgNo)
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUndoManager.idl217 - (void)getArgument:(void *)buffer atIndex:(int)index
219 [local] HRESULT getArgument([in] void* buffer, [in] int index);
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp453 APInt Size(IntTyBits, GetStringLength(CS.getArgument(0)));
459 ConstantInt *Arg= dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
470 ConstantInt *Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
479 Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->SndParam));
664 Value *FirstArg = CS.getArgument(FnData->FstParam);
669 Value *SecondArg = CS.getArgument(FnData->SndParam);
H A DLint.cpp323 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
327 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
329 visitMemoryReference(I, CS.getArgument(1), AliasAnalysis::UnknownSize,
333 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
341 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
H A DBasicAliasAnalysis.cpp797 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2)))
799 const Value *Dest = CS.getArgument(0);
800 const Value *Src = CS.getArgument(1);
/external/clang/lib/AST/
H A DTypePrinter.cpp1314 if (Args[Arg].getArgument().getKind() == TemplateArgument::Pack) {
1316 Args[Arg].getArgument().pack_begin(),
1317 Args[Arg].getArgument().pack_size(),
1320 Args[Arg].getArgument().print(Policy, ArgOS);
1439 if (Args[Arg].getArgument().getKind() == TemplateArgument::Pack) {
1441 Args[Arg].getArgument().pack_begin(),
1442 Args[Arg].getArgument().pack_size(),
1446 Args[Arg].getArgument().print(Policy, ArgOut);
H A DType.cpp1846 if (Args[i].getArgument().isDependent()) {
1851 if (Args[i].getArgument().isInstantiationDependent())
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp87 const TemplateArgument &Arg = ArgLoc.getArgument();
/external/llvm/include/llvm/Support/
H A DCallSite.h112 ValTy *getArgument(unsigned ArgNo) const { function in class:llvm::CallSiteBase
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp675 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) {
680 if (CS.getArgument(i)->getType() == cpyDest->getType())
684 CS.getArgument(i)->getType(), cpyDest->getName(), C));
870 Value *ByValArg = CS.getArgument(ArgNo);
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubCall.h148 void getArgument(size_t argumentNumber, JIT::RegisterID tag, JIT::RegisterID payload) function in class:JSC::JITStubCall
H A DJIT.cpp100 stubCall.getArgument(0, regT1, regT0); // reload last result registers.
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp159 if (ArgLoc.getArgument().isPackExpansion())
348 if (Arg.getArgument().isNull() ||
349 !Arg.getArgument().containsUnexpandedParameterPack())
H A DSemaTemplate.cpp803 if (DefaultArg.getArgument().getAsTemplate().isNull()) {
811 DefaultArg.getArgument().getAsTemplate(),
2443 const TemplateArgument &Arg = AL.getArgument();
2689 Param->getDefaultArgument().getArgument().getAsTemplate(),
2828 switch (Arg.getArgument().getKind()) {
2835 CheckTemplateArgument(NTTP, NTTPType, Arg.getArgument().getAsExpr(),
2848 Converted.push_back(Arg.getArgument());
2856 = Arg.getArgument().getAsTemplateOrTemplatePattern()
2879 if (Arg.getArgument().getKind() == TemplateArgument::TemplateExpansion){
2914 QualType T = Arg.getArgument()
[all...]
H A DTreeTransform.h2442 switch (Pattern.getArgument().getKind()) {
2455 Pattern.getArgument().getAsTemplate(),
2957 const TemplateArgument &Arg = Input.getArgument();
2967 DI = InventTypeSourceInfo(Input.getArgument().getAsType());
3028 if (!InputExpr) InputExpr = Input.getArgument().getAsExpr();
3053 TransformedArgs.push_back(OutputArg.getArgument());
3139 if (In.getArgument().getKind() == TemplateArgument::Pack) {
3149 In.getArgument().pack_begin()),
3151 In.getArgument().pack_end()),
3158 if (In.getArgument()
[all...]
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGByteCodeParser.cpp86 return getArgument(operand);
159 NodeIndex getArgument(unsigned operand)
315 return getArgument(m_codeBlock->thisRegister());
/external/clang/include/clang/AST/
H A DTemplateBase.h417 const TemplateArgument &getArgument() const { function in class:clang::TemplateArgumentLoc
/external/llvm/lib/VMCore/
H A DVerifier.cpp1154 Assert3(CS.getArgument(i)->getType() == FTy->getParamType(i),
1156 CS.getArgument(i), FTy->getParamType(i), I);
1171 VerifyParameterAttrs(Attr, CS.getArgument(Idx-1)->getType(), false, I);
/external/clang/lib/Serialization/
H A DASTWriter.cpp566 Writer.AddTemplateArgumentLocInfo(TL.getArgLoc(i).getArgument().getKind(),
594 Writer.AddTemplateArgumentLocInfo(TL.getArgLoc(I).getArgument().getKind(),
3785 AddTemplateArgument(Arg.getArgument(), Record);
3787 if (Arg.getArgument().getKind() == TemplateArgument::Expression) {
3789 = Arg.getArgument().getAsExpr() == Arg.getLocInfo().getAsExpr();
3794 AddTemplateArgumentLocInfo(Arg.getArgument().getKind(), Arg.getLocInfo(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 957 milliseconds

12