HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 376 - 400 of 513) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 187 CallArgList &Args) override;
659 llvm::Value *Args[] = {Argument};
661 return CGF.EmitRuntimeCallOrInvoke(Fn, Args);
712 llvm::Value *Args[] = {
715 Value = CGF.EmitRuntimeCallOrInvoke(Function, Args).getInstruction();
732 llvm::Value *Args[] = {Value};
733 return CGF.EmitRuntimeCall(Function, Args);
    [all...]
CGDeclCXX.cpp 129 llvm::Value *Args[2] = { llvm::ConstantInt::getSigned(CGF.Int64Ty, Width),
131 CGF.Builder.CreateCall(InvariantStart, Args);
527 FunctionArgList args; local
530 args.push_back(&dst);
533 getContext().VoidTy, args, FunctionType::ExtInfo(), /*variadic=*/false);
538 StartFunction(VD, getContext().VoidTy, fn, FI, args);
CGCXXABI.h 328 /// \return The number of args added to the call, which is typically zero or
333 bool Delegating, CallArgList &Args) = 0;
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
CommentParser.cpp 297 Argument *Args =
302 Args[ParsedArgs] = Argument(SourceRange(Arg.getLocation(),
308 S.actOnBlockCommandArgs(BC, llvm::makeArrayRef(Args, ParsedArgs));
  /external/chromium_org/chrome/browser/resources/chromeos/network/
network_config.js 71 * @param {Array} args A list of arguments passed to the callback. The first
74 chromeCallbackSuccess: function(args) {
75 var callbackId = args.shift();
79 callback.apply(null, args);
87 * @param {Args} args A list of arguments. The first entry must be the
91 chromeCallbackError: function(args) {
92 var callbackId = args.shift();
93 this.lastError = args.shift();
95 // We still invoke the callback, but with null args. The callback shoul
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
host_gcc.mk 114 # $6 = Linker Args
nacl_llvm.mk 94 # $6 = Other Linker Args
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 561 typedef std::vector<PathArgument> Args;
572 Args args_;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_h264_unittest.cc 21 using ::testing::Args;
398 .With(Args<0, 1>(ElementsAreArray(data, length)))
rtp_format_vp8_unittest.cc 28 using ::testing::Args;
399 .With(Args<0, 1>(ElementsAreArray(data, length)))
  /external/chromium_org/tools/grit/grit/node/
base.py 104 Args:
129 Args:
145 Args:
161 Args:
326 Args:
377 Args:
429 Args:
549 Args:
601 Args:
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 123 Args:
406 Args:
427 Args:
625 (options, args) = parser.parse_args()
626 if len(args) == 0:
628 filenames = args
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 7 template<class ...Args> using first = typename first_impl<Args...>::type;
  /external/jsoncpp/chromium-overrides/include/json/
value.h 561 typedef std::vector<PathArgument> Args;
572 Args args_;
    [all...]
  /external/jsoncpp/include/json/
value.h 561 typedef std::vector<PathArgument> Args;
572 Args args_;
    [all...]
  /external/lldb/source/Interpreter/
OptionValueProperties.cpp 20 #include "lldb/Interpreter/Args.h"
164 // "target.run-args{arch==i386}" -- only set run args if the arch is i386
165 // "target.run-args{path=/tmp/a/b/c/a.out}" -- only set run args if the path matches
166 // "target.run-args{basename==test&&arch==x86_64}" -- only set run args if exectable basename is "test" and arch is "x86_64"
304 OptionValueProperties::GetPropertyAtIndexAsArgs (const ExecutionContext *exe_ctx, uint32_t idx, Args &args) const
314 return array->GetArgs(args);
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 79 SmallVector<Value *, 8> Args(ArgBegin, ArgEnd);
80 CallInst *NewCI = Builder.CreateCall(FCache, Args);
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 160 def ParseOptions(self, args):
164 (own_opts, args) = getopt.getopt(args, 'e:h:u:n:r', ['pre=', 'post='])
180 return args
182 def Run(self, opts, args):
183 args = self.ParseOptions(args)
184 if len(args) != 1:
190 path = args[0]
205 Args
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 775 MultiExprArg Args = Init;
777 Args =
780 InitializationSequence InitSeq(*this, Entity, Kind, Args)
    [all...]
  /external/lldb/include/lldb/Target/
Platform.h 329 ConnectRemote (Args& args);
  /external/bison/data/
yacc.c 95 # Arguments passed to yyerror: user args plus yylloc.
806 # define YYDPRINTF(Args) \
809 YYFPRINTF Args; \
887 # define YYDPRINTF(Args)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 733 # define YYDPRINTF(Args) \
736 YYFPRINTF Args; \
884 # define YYDPRINTF(Args)
    [all...]

Completed in 3819 milliseconds

<<11121314151617181920>>