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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Terminator.java 22 public interface Terminator {
  /external/webkit/Source/JavaScriptCore/runtime/
Terminator.h 34 class Terminator {
36 Terminator() : m_shouldTerminate(false) { }
  /external/clang/lib/Driver/
Compilation.cpp 74 const char *Terminator, bool Quote) const {
95 OS << Terminator;
100 PrintJob(OS, **it, Terminator, Quote);
  /external/llvm/lib/Object/
Archive.cpp 31 char Terminator[2];
  /external/clang/lib/AST/
DeclPrinter.cpp 276 const char *Terminator = 0;
279 Terminator = 0;
281 Terminator = 0;
288 Terminator = 0;
293 Terminator = ",";
295 Terminator = ";";
297 if (Terminator)
298 Out << Terminator;
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 104 Terminator,
313 /// isTerminator - Returns true if this instruction part of the terminator for
320 return Flags & (1 << MCID::Terminator);
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 167 << "' with terminator: " << *BB->getTerminator() << '\n');
182 // If the terminator is the only non-phi instruction, try to nuke it.
223 // Sum up the cost of each instruction until we get to the terminator. Don't
224 // include the terminator because the copy won't include it.
285 /// terminator with the given value as its condition, and if so what value to
342 /// predecessor based on its terminator.
657 // Look to see if the terminator is a conditional branch, switch or indirect
660 Instruction *Terminator = BB->getTerminator();
661 if (BranchInst *BI = dyn_cast<BranchInst>(Terminator)) {
665 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(Terminator)) {
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 841 /// happens to be logical end. Use blocks terminator as statement that specifies
    [all...]

Completed in 2506 milliseconds