HomeSort by relevance Sort by last modified time
    Searched refs:Arg (Results 151 - 175 of 177) sorted by null

1 2 3 4 5 67 8

  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaOverload.cpp 829 /// \returns true if \arg FD is unavailable and current context is inside
    [all...]
SemaExprCXX.cpp 751 Expr *Arg = Exprs[0];
753 return BuildCXXFunctionalCastExpr(TInfo, LParenLoc, Arg, RParenLoc);
    [all...]
SemaDeclCXX.cpp 211 Sema::SetParamDefaultArgument(ParmVarDecl *Param, Expr *Arg,
229 InitializationSequence InitSeq(*this, Entity, Kind, &Arg, 1);
231 MultiExprArg(*this, &Arg, 1));
234 Arg = Result.takeAs<Expr>();
236 CheckImplicitConversions(Arg, EqualLoc);
237 Arg = MaybeCreateExprWithCleanups(Arg);
240 Param->setDefaultArg(Arg);
248 InstPos->second[I]->setUninstantiatedDefaultArg(Arg);
    [all...]
SemaExprObjC.cpp 442 ExprResult Arg = DefaultVariadicArgumentPromotion(Args[i], VariadicMethod, 0);
443 IsError |= Arg.isInvalid();
444 Args[i] = Arg.take();
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
Decl.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 66 /// #2 - The number of arg bytes the caller pushes on the stack.
67 /// #3 - The number of arg bytes the callee pops off the stack.
754 SDValue LowerMemOpCallTo(SDValue Chain, SDValue StackPtr, SDValue Arg,
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
FastISel.cpp 533 if (const Argument *Arg = dyn_cast<Argument>(Address)) {
535 Offset = FuncInfo.getArgumentFrameIndex(Arg);
    [all...]
LegalizeVectorTypes.cpp 266 SDValue Arg = N->getOperand(2).getOperand(0);
267 if (Arg.getOpcode() == ISD::UNDEF)
269 unsigned Op = !cast<ConstantSDNode>(Arg)->isNullValue();
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGObjC.cpp 742 // objc_copyStruct (&structIvar, &Arg,
855 // Emit objc_setProperty((id) self, _cmd, offset, arg,
863 llvm::Value *arg = LocalDeclMap[*setterMethod->param_begin()]; local
    [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp 531 llvm::Value *Arg = Builder.getFalse();
532 llvm::Value *C = Builder.CreateCall2(F, Address, Arg);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 403 } else if (const Argument* Arg = dyn_cast<Argument>(val)) {
405 unsigned argNum = std::distance(Arg->getParent()->arg_begin(),
406 Function::const_arg_iterator(Arg)) + 1;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderDecl.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 71 \arg CN The constant SelectionDAG node holding the value
72 \arg Imm The returned 16-bit value, if returning true
312 \arg Op The ISD instruction operand
313 \arg N The address to be tested
314 \arg Base The base address
315 \arg Index The base address index
382 \arg Op The ISD instruction (ignored)
383 \arg N The address to be tested
384 \arg Base Base address register/pointer
385 \arg Index Base address inde
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 797 if (ConstantInt *Arg = dyn_cast<ConstantInt>(
799 return SizeCI->getZExtValue() >= Arg->getZExtValue();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 1501 milliseconds

1 2 3 4 5 67 8