HomeSort by relevance Sort by last modified time
    Searched full:arglist (Results 451 - 475 of 811) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Driver.h 32 class ArgList;
318 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
345 /// ArgList.
442 Action *ConstructPhaseAction(Compilation &C, const llvm::opt::ArgList &Args,
502 void setLTOMode(const llvm::opt::ArgList &Args);
508 const ToolChain &getToolChain(const llvm::opt::ArgList &Args,
550 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
  /system/libufdt/utils/src/
mkdtboimg.py 448 def parse_dt_entry(global_args, arglist):
457 arglist: Command line argument list for this DtEntry.
483 return parser.parse_args(arglist)
654 def parse_dump_cmd_args(arglist):
658 arglist: List of all command line arguments including the outfile
672 return parser.parse_args(arglist)
674 def parse_config_create_cmd_args(arglist):
678 arglist: A list of all command line arguments including the
691 return parser.parse_args(arglist)
    [all...]
  /external/tensorflow/tensorflow/tools/git/
gen_git_source.py 193 def generate(arglist):
197 arglist: should be a sequence that contains
218 spec, head_symlink, _, dest_file = arglist
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 215 // Fun(ArgList[0], ArgList[1], ...)
218 ArgList []Expr
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 215 // Fun(ArgList[0], ArgList[1], ...)
218 ArgList []Expr
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 33 #include "llvm/Option/ArgList.h"
81 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK,
106 static unsigned getOptimizationLevelSize(ArgList &Args) {
122 static void addDiagnosticArgs(ArgList &Args, OptSpecifier Group,
141 static void getAllNoBuiltinFuncValues(ArgList &Args,
155 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args,
307 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) {
313 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) {
318 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) {
332 GenerateOptimizationRemarkRegex(DiagnosticsEngine &Diags, ArgList &Args
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_util.py 54 def ArgList(args, lparen=LParen(), rparen=RParen()):
58 node.insert_child(1, Node(syms.arglist, args))
63 node = Node(syms.power, [func_name, ArgList(args)])
203 trailer< '(' arglist<node=any any*> ')' >
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_dict.py 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
  /external/libcxx/test/support/
uses_alloc_types.hpp 116 template <bool IsZero, size_t N, class ArgList, class ...Args>
119 template <class ArgList, class ...Args>
120 struct TakeNImp<true, 0, ArgList, Args...> {
121 typedef ArgList type;
  /external/llvm/test/tools/llvm-readobj/
codeview-types.test 16 // CHECK-DAG: {{^ *ArgList (.*) {$}}
  /external/ltp/testcases/misc/math/float/bessel/
genj0.c 121 printf("Bad arglist code for: '%s'\n", argv[0]);
genj1.c 122 printf("Bad arglist code for: '%s'\n", argv[0]);
genlgamma.c 129 printf("Bad arglist code for: '%s'\n", argv[0]);
geny0.c 122 printf("Bad arglist code for: '%s'\n", argv[0]);
geny1.c 122 printf("Bad arglist code for: '%s'\n", argv[0]);
  /external/ltp/testcases/misc/math/float/exp_log/
genexp.c 120 printf("Bad arglist code for: '%s'\n", argv[0]);
genfrexp.c 127 printf("Bad arglist code for: '%s'\n", argv[0]);
genhypot.c 123 printf("Bad arglist code for: '%s'\n", argv[0]);
genldexp.c 161 printf("Bad arglist code for: '%s'\n", argv[0]);
genlog.c 119 printf("Bad arglist code for: '%s'\n", argv[0]);
genlog10.c 120 printf("Bad arglist code for: '%s'\n", argv[0]);
genmodf.c 141 printf("Bad arglist code for: '%s'\n", argv[0]);
  /external/ltp/testcases/misc/math/float/iperb/
gencosh.c 120 printf("Bad arglist code for: '%s'\n", argv[0]);
gensinh.c 120 printf("Bad arglist code for: '%s'\n", argv[0]);
gentanh.c 120 printf("Bad arglist code for: '%s'\n", argv[0]);

Completed in 766 milliseconds

<<11121314151617181920>>