HomeSort by relevance Sort by last modified time
    Searched defs:Args (Results 151 - 175 of 185) sorted by null

1 2 3 4 5 67 8

  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGObjCGNU.cpp 68 va_list Args;
69 va_start(Args, RetTy);
70 while (llvm::Type *ArgTy = va_arg(Args, llvm::Type*))
72 va_end(Args);
594 llvm::Value *args[] = { variable
597 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
669 llvm::Value *args[] = { variable
801 llvm::Value *args[] = { variable
    [all...]
ItaniumCXXABI.cpp 184 CallArgList &Args) override;
232 FunctionArgList &Args) const override {
233 assert(!Args.empty() && "expected the arglist to not be empty!");
234 return Args.size() - 1;
974 llvm::Value *args[] = { ExceptionPtr, TypeInfo, Dtor }; local
975 CGF.EmitNoreturnRuntimeCallOrInvoke(getThrowFn(CGM), args); local
1116 llvm::Value *args[] = {Value, SrcRTTI, DestRTTI, OffsetHint}; local
1935 llvm::Value *args[] = { local
    [all...]
MicrosoftCXXABI.cpp 60 FunctionArgList &Args) const override {
61 assert(Args.size() >= 2 &&
62 "expected the arglist to have at least two args!");
202 CallArgList &Args) override;
641 llvm::Type *Args[] = {CGM.Int8PtrTy, getThrowInfoType()->getPointerTo()};
643 llvm::FunctionType::get(CGM.VoidTy, Args, /*IsVarArgs=*/false);
783 llvm::Value *Args[] = {
788 CGF.EmitNoreturnRuntimeCallOrInvoke(Fn, Args);
790 CGF.EmitRuntimeCallOrInvoke(Fn, Args);
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 53 static void addAssemblerKPIC(const ArgList &Args, ArgStringList &CmdArgs) {
54 Arg *LastPICArg = Args.getLastArg(options::OPT_fPIC, options::OPT_fno_PIC,
70 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) {
71 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC)) {
72 if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) &&
73 !Args.hasArg(options::OPT__SLASH_EP) && !D.CCCIsCPP()) {
75 << A->getBaseArg().getAsString(Args)
83 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) {
85 if (Args.hasArg(options::OPT_static)
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 187 /// \brief Check if the attribute has exactly as many args as Num. May
196 /// \brief Check if the attribute has at least as many args as Num. May
205 /// \brief Check if the attribute has at most as many args as Num. May
499 SmallVectorImpl<Expr *> &Args,
507 Args.push_back(ArgExp);
516 Args.push_back(ArgExp);
524 Args.push_back(ArgExp);
567 Args.push_back(ArgExp);
588 SmallVector<Expr*, 1> Args;
590 checkAttrArgsAreCapabilityObjs(S, D, Attr, Args);
    [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp 838 MultiExprArg Args,
840 for (unsigned i = 0, e = Args.size(); i != e; ++i)
841 if (checkPlaceholderForOverload(S, Args[i], &unbridged))
    [all...]
SemaTemplate.cpp     [all...]
SemaChecking.cpp 209 // functions cannot be template args so they cannot be formed through template
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 380 ArrayRef<Expr *> Args) {
433 // the sentinel, and the args after the sentinel, complain.
434 if (Args.size() < numFormalParams + numArgsAfterSentinel + 1) {
441 Expr *sentinelExpr = Args[Args.size() - numArgsAfterSentinel - 1];
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 95 void ReadTemplateKWAndArgsInfo(ASTTemplateKWAndArgsInfo &Args,
109 ReadTemplateKWAndArgsInfo(ASTTemplateKWAndArgsInfo &Args,
118 Args.initializeFrom(TemplateKWLoc, ArgInfo);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 383 /// Args - a map of (index, ArgEffect) pairs, where index
385 /// populated; arguments with no entry in Args use 'DefaultArgEffect'.
386 ArgEffects Args;
389 /// do not have an entry in Args.
403 : Args(A), DefaultArgEffect(defaultEff), Receiver(ReceiverEff), Ret(R) {}
408 if (const ArgEffect *AE = Args.lookup(idx))
415 Args = af.add(Args, idx, e);
441 return Args == Other.Args && DefaultArgEffect == Other.DefaultArgEffect &
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 841 SmallVector<SDValue, 8> Args
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 415 Expr **args, unsigned nargs,
580 ArrayRef<QualType> args,
586 return Context->getFunctionType(result, args, fpi);
620 // All the args are checked/rewritten. Don't call twice!
    [all...]
RewriteObjC.cpp 349 Expr **args, unsigned nargs,
480 ArrayRef<QualType> args,
486 return Context->getFunctionType(result, args, fpi);
551 // All the args are checked/rewritten. Don't call twice!
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1121 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1227 os << *args[0]; local
1230 os << ", " << *args[1]; local
1233 os << ", " << *args[2]; local
1236 os << ", " << *args[3]; local
1277 BaseArgExprs args; local
1326 os << "{" << *args[0] << " | " << *args[1] << "}"; local
1533 ArgExprs args; local
1574 os << "(" << *args[0] << " ? " << *args[1] << " : " << *args[2] << ")"; local
1989 void doPrint (ostream& os, const BaseArgExprs& args) const { os << "-" << *args[0]; } local
2492 os << *args[0] << "[" << *args[1] << "]"; local
2723 os << "-(" << *args[0] << ")"; local
3417 os << "(" << *args[0] << " * " << *args[1] << ")"; local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 905 milliseconds

1 2 3 4 5 67 8