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

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 41 Args:
163 Args:
319 Args:
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 53 def Setup(self, globopt, args):
60 if len(args) and args[0] == '-l':
61 self.limits = util.ReadFile(args[1], util.RAW_TEXT).split('\n')
62 args = args[2:]
63 return self.rc2grd.ParseOptions(args)
65 def Run(self, globopt, args):
66 args = self.Setup(globopt, args)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 61 Args:
228 Args:
262 Args:
  /external/clang/include/clang/AST/
CommentSema.h 100 ArrayRef<BlockCommandComment::Argument> Args);
ASTContext.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 43 void AddTemplateKWAndArgsInfo(const ASTTemplateKWAndArgsInfo &Args);
53 AddTemplateKWAndArgsInfo(const ASTTemplateKWAndArgsInfo &Args) {
54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record);
55 Writer.AddSourceLocation(Args.LAngleLoc, Record);
56 Writer.AddSourceLocation(Args.RAngleLoc, Record);
57 for (unsigned i=0; i != Args.NumTemplateArgs; ++i)
58 Writer.AddTemplateArgumentLoc(Args.getTemplateArgs()[i], Record);
    [all...]
  /external/lldb/source/Core/
RegisterValue.cpp 21 #include "lldb/Interpreter/Args.h"
470 uint64_t uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 0, &success);
473 else if (!Args::UInt64ValueIsValidForByteSize (uval64, byte_size))
491 uint64_t sval64 = Args::StringToSInt64(value_str, INT64_MAX, 0, &success);
494 else if (!Args::SInt64ValueIsValidForByteSize (sval64, byte_size))
    [all...]
  /external/lldb/source/Host/freebsd/
Host.cpp 211 Args &proc_args = process_info.GetArguments();
  /external/lldb/source/Interpreter/
CommandObject.cpp 154 Args& args,
167 args.Unshift("dummy_string");
168 error = args.ParseOptions (*options);
376 Args &input,
584 // with certain option sets, this function returns the option set filtered args.
    [all...]
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 197 PlatformRemoteGDBServer::ConnectRemote (Args& args)
207 if (args.GetArgumentCount() == 1)
209 const char *url = args.GetArgumentAtIndex(0);
  /external/lldb/source/Target/
UnixSignals.cpp 16 #include "lldb/Interpreter/Args.h"
151 const int32_t signo = Args::StringToSInt32(name, LLDB_INVALID_SIGNAL_NUMBER, 0);
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 242 Value *SimplifyCall(Value *V, ArrayRef<Value *> Args,
  /external/llvm/lib/IR/
Instructions.cpp 266 void CallInst::init(Value *Func, ArrayRef<Value *> Args, const Twine &NameStr) {
267 assert(NumOperands == Args.size() + 1 && "NumOperands not set up?");
274 assert((Args.size() == FTy->getNumParams() ||
275 (FTy->isVarArg() && Args.size() > FTy->getNumParams())) &&
278 for (unsigned i = 0; i != Args.size(); ++i)
280 FTy->getParamType(i) == Args[i]->getType()) &&
284 std::copy(Args.begin(), Args.end(), op_begin());
532 ArrayRef<Value *> Args, const Twine &NameStr) {
533 assert(NumOperands == 3 + Args.size() && "NumOperands not set up?")
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 148 SDValue LowerF128_LibCallArg(SDValue Chain, ArgListTy &Args,
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 821 std::vector<Value*> args; local
826 args.push_back(I);
831 CallInst *call = CallInst::Create(oldMainProto, args, "", BB);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 121 void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) override;
315 void MCAsmStreamer::EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {
320 assert(NbArgs != -1 && ((size_t)NbArgs) == Args.size() && "Malformed LOH!");
326 for (MCLOHArgs::const_iterator It = Args.begin(), EndIt = Args.end();
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 334 ArrayRef<Expr *> Args) {
387 // the sentinel, and the args after the sentinel, complain.
388 if (Args.size() < numFormalParams + numArgsAfterSentinel + 1) {
395 Expr *sentinelExpr = Args[Args.size() - numArgsAfterSentinel - 1];
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 3253 milliseconds

<<11121314151617181920>>