HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 326 - 350 of 537) sorted by null

<<11121314151617181920>>

  /external/clang/lib/CodeGen/
CGObjC.cpp 80 CallArgList Args;
81 Args.add(RV, ArgQT);
85 Args, ClassDecl, BoxingMethod);
162 CallArgList Args;
166 Args.add(RValue::get(Objects), ArgQT);
170 Args.add(RValue::get(Keys), ArgQT);
176 Args.add(RValue::get(Count), ArgQT);
191 Receiver, Args, Class, MethodWithObjects);
371 CallArgList Args;
372 EmitCallArgs(Args, method, E->arg_begin(), E->arg_end())
446 CallArgList args; variable
466 FunctionArgList args; local
527 CallArgList args; local
790 CallArgList args; local
891 CallArgList args; local
986 CallArgList args; local
1032 CallArgList args; local
1182 CallArgList args; local
1191 setOptimizedPropertyFn, ReturnValueSlot(), args); local
1204 setPropertyFn, ReturnValueSlot(), args); local
1868 llvm::Value *args[] = { local
1896 llvm::Value *args[] = { local
1943 SmallVector<llvm::Value*,1> args; local
2021 SmallVector<llvm::Value*,1> args; local
2066 llvm::Value *args[] = { local
2903 FunctionArgList args; local
2982 FunctionArgList args; local
    [all...]
CGBuiltin.cpp 97 llvm::Value *Args[2];
98 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
99 Args[1] = CGF.EmitScalarExpr(E->getArg(1));
100 llvm::Type *ValueType = Args[1]->getType();
101 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
104 CGF.Builder.CreateAtomicRMW(Kind, Args[0], Args[1],
131 llvm::Value *Args[2];
132 Args[1] = CGF.EmitScalarExpr(E->getArg(1))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 720 Value *Args[4] = { Source->getArgOperand(0),
726 return ReplaceInstUsesWith(CI, Builder->CreateCall(F, Args));
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 78 * @param args commandline parsedArgs
81 String filePath, boolean rop, Args args) {
83 rop, args);
92 boolean rop, Args args) {
93 super(bytes, out, filePath, args);
99 this.optimize = args.optimize;
146 return args.method == null || args.method.equals(name)
    [all...]
  /external/bison/src/
getargs.c 93 * \param args comma separated list of effective subarguments to decode.
103 int all, int *flags, char *args)
105 if (args)
107 args = strtok (args, ",");
108 while (args)
110 int no = strncmp (args, "no-", 3) == 0 ? 3 : 0;
111 int value = XARGMATCH (option, args + no, keys, values);
126 args = strtok (NULL, ",");
136 * \param Args the effective sub arguments to decode
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 892 assert((Num >> NumArgsBitWidth) == 0 && "Num of args is out of range!");
    [all...]
  /external/clang/include/clang/Sema/
Template.h 103 void addOuterTemplateArguments(ArgList Args) {
104 TemplateArgumentLists.push_back(Args);
AttributeList.h 67 /// 1: __attribute__(( const )). ParmName/Args/NumArgs will all be unused.
68 /// 2: __attribute__(( mode(byte) )). ParmName used, Args/NumArgs unused.
69 /// 3: __attribute__(( format(printf, 1, 2) )). ParmName/Args/NumArgs all used.
70 /// 4: __attribute__(( aligned(16) )). ParmName is unused, Args/Num used.
217 ArgsUnion *args, unsigned numArgs,
224 if (numArgs) memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion)); local
263 ArgsVector Args;
264 Args.push_back(Parm1);
265 Args.push_back(Parm2);
266 Args.push_back(Parm3)
    [all...]
  /external/lldb/source/Breakpoint/
BreakpointIDList.cpp 15 #include "lldb/Interpreter/Args.h"
162 BreakpointIDList::FindAndReplaceIDRanges (Args &old_args, Target *target, CommandReturnObject &result,
163 Args &new_args)
  /external/lldb/source/Commands/
CommandObjectRegister.cpp 22 #include "lldb/Interpreter/Args.h"
173 DoExecute (Args& command, CommandReturnObject &result)
413 DoExecute(Args& command, CommandReturnObject &result)
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 752 Type *Args[] = {
757 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
764 Type *Args[] = {
768 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
773 Type *Args[] = {
780 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
785 Type *Args[] = {
789 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 63 ArrayRef<BlockCommandComment::Argument> Args) {
64 Command->setArgs(Args);
369 ArrayRef<InlineCommandComment::Argument> Args;
376 Args);
409 ArrayRef<InlineCommandComment::Argument> Args;
413 Args);
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 73 Value *Args[] = {ConstantInt::get(Type::getInt8Ty(Ctx), 20),
76 std::unique_ptr<CallInst> Call(CallInst::Create(F, Args));
91 Value *Args[] = {ConstantInt::get(Type::getInt8Ty(Ctx), 20),
94 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create(F, BB1, BB2, Args));
492 Value *Args[] = {
497 std::unique_ptr<CallInst> Call(CallInst::Create(Callee, Args, "result"));
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 358 /// Args - a map of (index, ArgEffect) pairs, where index
360 /// populated; arguments with no entry in Args use 'DefaultArgEffect'.
361 ArgEffects Args;
364 /// do not have an entry in Args.
378 : Args(A), DefaultArgEffect(defaultEff), Receiver(ReceiverEff), Ret(R) {}
383 if (const ArgEffect *AE = Args.lookup(idx))
390 Args = af.add(Args, idx, e);
416 return Args == Other.Args && DefaultArgEffect == Other.DefaultArgEffect &
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 253 static void ParseFunctionArgs(const SmallVectorImpl<ArgT> &Args,
256 for (unsigned i = 0, e = Args.size(); i != e; i++) {
257 if (CurrentArgIndex == Args[i].OrigArgIndex) {
283 const SmallVectorImpl<ArgT> &Args) {
290 AnalyzeVarArgs(State, Args);
295 ParseFunctionArgs(Args, ArgsParts);
302 MVT ArgVT = Args[ValNo].VT;
303 ISD::ArgFlagsTy ArgFlags = Args[ValNo].Flags;
359 const SmallVectorImpl<ArgT> &Args) {
360 AnalyzeRetResult(State, Args);
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 54 #include "lldb/Interpreter/Args.h"
800 Args cmd_words (cmd_cstr); // Break up the command string into words, in case it's a multi-word command.
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp     [all...]
  /external/llvm/include/llvm/ADT/
STLExtras.h 384 /// \brief Constructs a `new T()` with the given args and returns a
391 template <class T, class... Args>
393 make_unique(Args &&... args) {
394 return std::unique_ptr<T>(new T(std::forward<Args>(args)...));
397 /// \brief Constructs a `new T[n]` with the given args and returns a
413 template <class T, class... Args>
415 make_unique(Args &&...) LLVM_DELETED_FUNCTION;
  /external/bison/data/
glr.c 70 # Optional effective arguments passed to yyerror: user args plus yylloc, and
512 # define YYDPRINTF(Args) \
515 YYFPRINTF Args; \
536 # define YYDPRINTF(Args)
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 465 const TemplateArgumentList &Args = Spec->getTemplateInstantiationArgs();
467 for (unsigned I = 0, N = Args.size(); I != N; ++I) {
469 VisitTemplateArgument(Args.get(I));
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 395 std::vector<std::string> Args = unescapeJsonCommandLine("a'\\\\b \\\"c\\\"'");
396 ASSERT_EQ(1ul, Args.size());
397 EXPECT_EQ("a\\b \"c\"", Args[0]);
  /external/e2fsprogs/intl/
plural.c 84 new_exp (int nargs, enum operator op, struct expression * const *args)
91 if (args[i] == NULL)
101 newp->val.args[i] = args[i];
107 FREE_EXPRESSION (args[i]);
121 struct expression *args[1]; local
123 args[0] = right;
124 return new_exp (1, op, args);
130 struct expression *args[2]; local
132 args[0] = left
141 struct expression *args[3]; local
    [all...]
  /external/elfutils/0.153/src/
ldscript.c     [all...]

Completed in 1637 milliseconds

<<11121314151617181920>>