HomeSort by relevance Sort by last modified time
    Searched refs:NumOperations (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 184 unsigned NumOperations = 0;
197 case 'd': ++NumOperations; Operation = Delete; break;
198 case 'm': ++NumOperations; Operation = Move ; break;
199 case 'p': ++NumOperations; Operation = Print; break;
200 case 'q': ++NumOperations; Operation = QuickAppend; break;
201 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break;
202 case 't': ++NumOperations; Operation = DisplayTable; break;
203 case 'x': ++NumOperations; Operation = Extract; break;
243 if (NumOperations == 0 && MaybeJustCreateSymTab) {
244 NumOperations = 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h     [all...]

Completed in 2787 milliseconds