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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Threading.h 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
102 std::forward<Args>(ArgList)...);
108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Threading.h 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
102 std::forward<Args>(ArgList)...);
108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Threading.h 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
102 std::forward<Args>(ArgList)...);
108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Threading.h 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
102 std::forward<Args>(ArgList)...);
108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Threading.h 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
102 std::forward<Args>(ArgList)...);
108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Threading.h 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
102 std::forward<Args>(ArgList)...);
108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 87 arglist = 330 variable
  /external/clang/lib/Driver/
MinGWToolChain.cpp 13 #include "llvm/Option/ArgList.h"
65 MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
190 void MinGW::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
219 void MinGW::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs,
Tools.cpp 33 #include "llvm/Option/ArgList.h"
55 static void handleTargetFeaturesGroup(const ArgList &Args,
113 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) {
126 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) {
181 static void addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs,
236 const ArgList &Args, ArgStringList &CmdArgs) {
279 static bool isObjCAutoRefCount(const ArgList &Args) {
284 static bool isObjCRuntimeLinked(const ArgList &Args) {
300 const Driver &D, const ArgList &Args,
654 static void getARMArchCPUFromArgs(const ArgList &Args, llvm::StringRef &Arch
    [all...]
  /external/pdfium/core/fxge/
cfx_facecache.cpp 48 va_list argList;
49 va_start(argList, count);
51 int p = va_arg(argList, int);
54 va_end(argList);
  /external/python/cpython2/Lib/
symbol.py 87 arglist = 330 variable
  /external/python/cpython3/Lib/
symbol.py 91 arglist = 334 variable
  /external/toybox/toys/net/
rfkill.c 43 struct arglist { struct
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 87 arglist = 330 variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 87 arglist = 330 variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 87 arglist = 330 variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 87 arglist = 330 variable
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 253 : ^(ARGLIST rewrite_template_arg+)
254 | ARGLIST
  /external/clang/include/clang/Driver/
Tool.h 18 class ArgList;
130 const llvm::opt::ArgList &TCArgs,
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 34 class ArgList;
49 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, llvm::opt::ArgList &Args,
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
Launcher.java 148 Object[] argList = { args };
149 m.invoke(null, argList);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/serializable/
SerializableChecker.java 178 List argList = Arrays.asList(args);
181 for (Iterator it = argList.iterator(); it.hasNext(); /*anything?*/) {
  /external/llvm/include/llvm/Option/
OptTable.h 21 class ArgList;
130 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
Option.h 21 class ArgList;
198 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /external/llvm/include/llvm/Support/
ThreadPool.h 78 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
80 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);

Completed in 1019 milliseconds

<<11121314151617181920>>