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

  /external/webkit/Source/JavaScriptCore/runtime/
Terminator.h 34 class Terminator {
36 Terminator() : m_shouldTerminate(false) { }
JSGlobalData.h 41 #include "Terminator.h"
220 Terminator terminator; member in class:JSC::JSGlobalData
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 104 Terminator,
220 /// isTerminator - Returns true if this instruction part of the terminator for
227 return Flags & (1 << MCID::Terminator);
  /external/clang/include/clang/Driver/
Compilation.h 138 /// \param Terminator - A string to print at the end of the line.
141 const char *Terminator, bool Quote) const;
  /external/clang/lib/Driver/
Compilation.cpp 74 const char *Terminator, bool Quote) const {
95 OS << Terminator;
100 PrintJob(OS, **it, Terminator, Quote);
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
ThreadSafety.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 287 const char *Terminator = 0;
290 Terminator = 0;
292 Terminator = 0;
299 Terminator = 0;
304 Terminator = ",";
306 Terminator = ";";
308 if (Terminator)
309 Out << Terminator;
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 213 /// CFGTerminator - Represents CFGBlock terminator statement.
215 /// TemporaryDtorsBranch bit is set to true if the terminator marks a branch
216 /// in control flow of destructors of temporaries. In this case terminator
247 /// (2) A "terminator" statement (not in the set of statements).
250 /// Terminator: The terminator represents the type of control-flow that occurs
251 /// at the end of the basic block. The terminator is a Stmt* referring to an
259 /// currently have the following orderings based on the terminator:
261 /// Terminator Successor Ordering
316 /// Terminator - The terminator for a basic block tha
    [all...]
  /external/llvm/lib/Object/
Archive.cpp 32 char Terminator[2];
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 428 const Stmt *Terminator,
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 356 /// isTerminator - Returns true if this instruction part of the terminator for
363 return hasProperty(MCID::Terminator, Type);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 172 << "' with terminator: " << *BB->getTerminator() << '\n');
187 // If the terminator is the only non-phi instruction, try to nuke it.
228 // Sum up the cost of each instruction until we get to the terminator. Don't
229 // include the terminator because the copy won't include it.
290 /// terminator with the given value as its condition, and if so what value to
347 /// predecessor based on its terminator.
662 // Look to see if the terminator is a conditional branch, switch or indirect
665 Instruction *Terminator = BB->getTerminator();
666 if (BranchInst *BI = dyn_cast<BranchInst>(Terminator)) {
670 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(Terminator)) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 140 (* Terminator Instructions *)
    [all...]
llvm.mli 190 (* Terminator Instructions *)
750 characters in the string [s] and a null terminator in the context [c]. This
    [all...]

Completed in 825 milliseconds