| /external/ply/ply/example/GardenSnake/ |
| GardenSnake.py | 622 # trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME 626 "trailer : LPAR arglist RPAR" 670 # arglist: (argument ',')* (argument [',']| '*' test [',' '**' test] | '**' test) 673 """arglist : arglist COMMA argument
|
| /external/llvm/lib/AsmParser/ |
| LLParser.cpp | [all...] |
| /external/google-benchmark/src/ |
| benchmark_register.cc | 283 std::vector<int> arglist; local 284 AddRange(&arglist, start, limit, range_multiplier_); 286 for (int i : arglist) {
|
| /external/libcxx/utils/google-benchmark/src/ |
| benchmark_register.cc | 283 std::vector<int> arglist; local 284 AddRange(&arglist, start, limit, range_multiplier_); 286 for (int i : arglist) {
|
| /external/llvm/test/DebugInfo/COFF/ |
| types-non-virtual-methods.ll | 31 ; CHECK: ArgList (0x1000) { 168 ; CHECK: ArgList (0x100D) { 187 ; CHECK: ArgList (0x100F) {
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/ |
| benchmark_register.cc | 269 std::vector<int> arglist; local 270 AddRange(&arglist, start, limit, range_multiplier_); 272 for (int i : arglist) {
|
| /external/clang/lib/Driver/ |
| MSVCToolChain.cpp | 21 #include "llvm/Option/ArgList.h" 49 const ArgList &Args) 569 const ArgList &DriverArgs, ArgStringList &CC1Args, 577 void MSVCToolChain::AddClangSystemIncludeArgs(const ArgList &DriverArgs, 661 void MSVCToolChain::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs, 667 MSVCToolChain::ComputeEffectiveClangTriple(const ArgList &Args,
|
| /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
| Python.g | 332 trailer: LPAREN (arglist)? RPAREN 367 arglist: argument (COMMA argument)*
|
| /external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
| control | 40 test_that <DUT-IPADDR> autoupdate_EndToEndTest --args="<ARGLIST>" 42 where ARGLIST is a whitespace separated list of the following key=value pairs.
|
| /external/llvm/utils/ |
| llvm.grm | 298 ArgList ::= ArgListH | ArgListH ^ "," "..." | "..." | _ ; 301 GlobalName ^ "(" ^ ArgList ^ ")"
|
| /external/swiftshader/third_party/LLVM/utils/ |
| llvm.grm | 297 ArgList ::= ArgListH | ArgListH ^ "," "..." | "..." | _ ; 300 GlobalName ^ "(" ^ ArgList ^ ")"
|
| /frameworks/compile/slang/ |
| rs_cc_options.cpp | 23 #include "llvm/Option/ArgList.h" 136 for (llvm::opt::ArgList::const_iterator it = Args.begin(), ie = Args.end();
|
| slang_rs_object_ref_count.cpp | 316 llvm::SmallVector<clang::Expr*, 1> ArgList; 317 ArgList.push_back(AddrRefRSVar); 322 ArgList, 713 llvm::SmallVector<clang::Expr*, 2> ArgList; 714 ArgList.push_back(new(C) clang::UnaryOperator(DstExpr, 720 ArgList.push_back(SrcExpr); 725 ArgList, [all...] |
| /frameworks/rs/rsov/compiler/ |
| Builtin.cpp | 205 for (auto argList : argTypes) { 208 for (auto argType : argList) {
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| signalmodule.c | 928 PyObject *arglist = Py_BuildValue("(iO)", i, f);
local 931 if (arglist) {
933 arglist);
934 Py_DECREF(arglist);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
| fix_idioms.py | 51 power< list='list' trailer< '(' (not arglist<any+>) any ')' > >
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| signalmodule.c | 920 PyObject *arglist = Py_BuildValue("(iO)", i, f);
local 923 if (arglist) {
925 arglist);
926 Py_DECREF(arglist);
|
| /external/clang/docs/ |
| DriverInternals.rst | 136 inside an ArgList structure, which contains the original vector of 278 The ArgList class provides a number of simple helper methods to 322 a new ArgList data structure). Although this allows the clang driver to 351 This bit usually doesn't need to be set by hand, as the key ArgList
|
| /external/clang/test/Analysis/ |
| NoReturn.m | 40 + (void)raise:(NSString *)name format:(NSString *)format arguments:(va_list)argList;
|
| /external/clang/tools/driver/ |
| cc1_main.cpp | 29 #include "llvm/Option/ArgList.h"
|
| /external/llvm/lib/LibDriver/ |
| LibDriver.cpp | 19 #include "llvm/Option/ArgList.h"
|
| /external/one-true-awk/ |
| main.c | 167 argv[0] = cmdname; /* put prog name at front of arglist */
|
| /external/python/cpython2/Lib/ctypes/test/ |
| test_prototypes.py | 18 # If the arglist would be destroyed BEFORE the result has been built,
|
| /external/python/cpython2/Lib/lib2to3/fixes/ |
| fix_idioms.py | 51 power< list='list' trailer< '(' (not arglist<any+>) any ')' > >
|
| /external/python/cpython2/Modules/ |
| signalmodule.c | 927 PyObject *arglist = Py_BuildValue("(iO)", i, f); local 930 if (arglist) { 932 arglist); 933 Py_DECREF(arglist);
|