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

  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 316 DISubprogram DISP(SPs.getElement(i));
317 assert(DISP.Verify() && "DISP must verify as a DISubprogram.");
320 if (!VisitedSet.insert(DISP).second)
323 // If the function referenced by DISP is not null, the function is live.
324 if (DISP.getFunction())
325 LiveSubprograms.push_back(DISP);
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
example.js 121 } else if (command == 'DISP') {
  /external/f2fs-tools/include/
f2fs_fs.h 160 #define DISP(fmt, ptr, member) \

Completed in 521 milliseconds