HomeSort by relevance Sort by last modified time
    Searched defs:ActionList (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Driver/
Util.h 26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Util.h 26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Util.h 26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Util.h 26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Util.h 26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Util.h 26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Util.h 26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Util.h 26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Util.h 26 /// ActionList - Type used for lists of actions.
27 typedef SmallVector<Action*, 3> ActionList;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
EfiCompressMain.c 136 COMPRESS_ACTION_LIST *ActionList;
141 ActionList = NULL;
144 if (!ParseCommandLine (argc, argv, &ActionList)) {
149 while (ActionList != NULL) {
152 ActionList->InFileName,
153 ActionList->OutFileName,
154 ActionList->CompressType)
158 NextAction = ActionList;
159 ActionList = ActionList->NextAction;
    [all...]

Completed in 568 milliseconds