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

<<11121314151617181920>>

  /external/lldb/tools/lldb-platform/
lldb-platform.cpp 75 Args log_args;
  /external/llvm/include/llvm/Option/
Option.h 197 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 160 SmallVector<Value*,16> Args;
174 Args.clear();
176 Args.append(CS.arg_begin(), CS.arg_end());
180 Args, CI->getName(), CallBB);
  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 110 void genArguments(const ArgumentList &Args, int Offset);
  /external/clang/lib/AST/
Expr.cpp 563 const TemplateArgumentList &Args = (*I)->getTemplateArgs();
564 assert(Params->size() == Args.size());
569 Args.get(i).print(Policy, TOut);
579 const TemplateArgumentList* Args = FSI->TemplateArguments;
580 assert(Params->size() == Args->size());
585 Args->get(i).print(Policy, TOut);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 901 std::vector<Init*> Args;
904 Args.push_back(LHSs->getArg(i));
908 Args.push_back(RHSs->getArg(i));
911 return DagInit::get(LHSs->getOperator(), "", Args, ArgNames);
919 std::vector<Init *> Args;
920 Args.insert(Args.end(), LHSs->begin(), LHSs->end());
921 Args.insert(Args.end(), RHSs->begin(), RHSs->end());
923 Args, static_cast<ListRecTy *>(LHSs->getType())->getElementType())
1093 std::vector<std::pair<Init *, std::string> > args; local
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 51 * @param args commandline parsedArgs
54 String filePath, Args args) {
55 SsaDumper sd = new SsaDumper(bytes, out, filePath, args);
66 * @param args commandline parsedArgs
69 Args args) {
70 super(bytes, out, filePath, true, args);
98 if (args.ssaStep == null) {
102 } else if ("edge-split".equals(args.ssaStep))
    [all...]
  /external/chromium_org/tools/grit/grit/node/
message.py 166 Args:
182 Args:
  /external/clang/include/clang/Tooling/
Tooling.h 150 /// \param Args Additional flags to pass on.
155 const std::vector<std::string> &Args,
170 /// \param Args Additional flags to pass on.
176 const std::vector<std::string> &Args,
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 134 llvm::Value *Args[] = {EmitOpenMPUpdateLocation(CGF, Loc)};
136 CreateRuntimeFunction(OMPRTL__kmpc_global_thread_num), Args);
CodeGenFunction.h     [all...]
  /external/clang/lib/Driver/
Compilation.cpp 27 : TheDriver(D), DefaultToolChain(_DefaultToolChain), Args(_Args),
33 delete Args;
224 // to avoid emitting warnings about unused args.
WindowsToolChain.cpp 42 const ArgList &Args)
43 : ToolChain(D, Triple, Args) {
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 266 template<typename... Args>
267 auto f() -> int(&)[sizeof...(Args)];
  /external/clang/test/Parser/
cxx-altivec.cpp 174 template<typename... Args> void PR16874() {
175 (void) (Args::foo()...); // expected-error {{expression contains unexpanded parameter pack 'Args'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
  /external/clang/tools/clang-check/
ClangCheck.cpp 155 Adjust(const CommandLineArguments &Args) override {
156 CommandLineArguments Return(Args);
  /external/lldb/include/lldb/Interpreter/
CommandInterpreter.h 25 #include "lldb/Interpreter/Args.h"
257 HandleCompletionMatches (Args &input,
360 Args &cmd_args,
  /external/llvm/lib/Target/R600/
R600TextureIntrinsicsReplacer.cpp 135 Value *Args[] = {
153 I.replaceAllUsesWith(Builder.CreateCall(F, Args));
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 179 SmallVector<Value*, 8> Args(II->op_begin(), II->op_end() - 3);
181 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II);
  /external/chromium_org/tools/grit/grit/
util.py 57 Args:
67 Args:
78 def _GetCommonBaseDirectory(*args):
81 Args:
84 prefix = os.path.commonprefix(args)
98 for path in args:
152 Args:
200 Args:
276 Args:
293 Args
    [all...]
  /external/lldb/source/Commands/
CommandObjectBreakpointCommand.cpp 434 m_script_language = (lldb::ScriptLanguage) Args::StringToOptionEnum (option_arg,
452 m_stop_on_error = Args::StringToBoolean(option_arg, false, &success);
509 DoExecute (Args& command, CommandReturnObject &result)
691 DoExecute (Args& command, CommandReturnObject &result)
788 DoExecute (Args& command,
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 29 #include "lldb/Interpreter/Args.h"
366 reg_info.byte_size = Args::StringToUInt32(value.c_str(), 0, 0) / CHAR_BIT;
370 uint32_t offset = Args::StringToUInt32(value.c_str(), UINT32_MAX, 0);
378 const Encoding encoding = Args::StringToEncoding (value.c_str());
385 if (Args::StringToFormat (value.c_str(), format, NULL).Success())
418 reg_info.kinds[eRegisterKindGCC] = Args::StringToUInt32(value.c_str(), LLDB_INVALID_REGNUM, 0);
422 reg_info.kinds[eRegisterKindDWARF] = Args::StringToUInt32(value.c_str(), LLDB_INVALID_REGNUM, 0);
426 reg_info.kinds[eRegisterKindGeneric] = Args::StringToGenericRegister (value.c_str());
437 uint32_t reg = Args::StringToUInt32 (value_pair.first.str().c_str(), LLDB_INVALID_REGNUM, 16);
452 uint32_t reg = Args::StringToUInt32 (value_pair.first.str().c_str(), LLDB_INVALID_REGNUM, 16)
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 521 /// Args - This is a list of all of the arguments to this pattern (for
523 std::vector<std::string> Args;
575 unsigned getNumArgs() const { return Args.size(); }
577 assert(i < Args.size() && "Argument reference out of range!");
578 return Args[i];
580 std::vector<std::string> &getArgList() { return Args; }
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 291 SourceRange Range, const MacroArgs *Args) override {}
539 std::unique_ptr<std::vector<const char *>> Args(
544 ArgsCleanup(Args.get());
546 Args->insert(Args->end(), command_line_args,
555 Args->push_back(source_filename);
558 CInvok(createInvocationFromCommandLine(*Args, Diags));
    [all...]

Completed in 1432 milliseconds

<<11121314151617181920>>