HomeSort by relevance Sort by last modified time
    Searched refs:Terminator (Results 1 - 22 of 22) 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/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 33 const Stmt *Terminator;
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.cpp 19 void TNodeBuffer::TNode::Terminator(TNodeBuffer::TNode* aNode)
48 node->iSucc->iSucc = NULL; //terminator
vectorbuffer.h 32 void Terminator(TNode* aNode);
118 iBottom->Terminator(p);
177 TNode* t = iTop->Size() > 0 ? iTop : iTop->Succ(); //eliminate terminator
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 48 Terminator,
  /external/clang/include/clang/Driver/
Compilation.h 156 /// \param Terminator - A string to print at the end of the line.
159 const char *Terminator, bool Quote) const;
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
ThreadSafety.cpp     [all...]
UninitializedValues.cpp 574 // as the 'terminator', not the switch statement itself. Suppress
583 Branch.Terminator = Label;
588 Branch.Terminator = Term;
  /external/clang/lib/Driver/
Compilation.cpp 73 const char *Terminator, bool Quote) const {
94 OS << Terminator;
99 PrintJob(OS, **it, Terminator, Quote);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 106 Terminator,
224 /// \brief Returns true if this instruction part of the terminator for
231 return Flags & (1 << MCID::Terminator);
  /external/clang/lib/AST/
DeclPrinter.cpp 293 const char *Terminator = 0;
296 Terminator = 0;
298 Terminator = 0;
305 Terminator = 0;
310 Terminator = ",";
312 Terminator = ";";
314 if (Terminator)
315 Out << Terminator;
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 245 /// CFGTerminator - Represents CFGBlock terminator statement.
247 /// TemporaryDtorsBranch bit is set to true if the terminator marks a branch
248 /// in control flow of destructors of temporaries. In this case terminator
279 /// (2) A "terminator" statement (not in the set of statements).
282 /// Terminator: The terminator represents the type of control-flow that occurs
283 /// at the end of the basic block. The terminator is a Stmt* referring to an
291 /// currently have the following orderings based on the terminator:
293 /// Terminator Successor Ordering
349 /// Terminator - The terminator for a basic block tha
    [all...]
  /external/llvm/include/llvm/Object/
Archive.h 34 char Terminator[2];
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 59 // terminator
60 result.kind = Terminator;
  /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.
299 /// terminator with the given value as its condition, and if so what value to
356 /// predecessor based on its terminator.
671 // Look to see if the terminator is a conditional branch, switch or indirect
674 Instruction *Terminator = BB->getTerminator();
675 if (BranchInst *BI = dyn_cast<BranchInst>(Terminator)) {
679 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(Terminator)) {
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 360 /// isTerminator - Returns true if this instruction part of the terminator for
367 return hasProperty(MCID::Terminator, Type);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 501 const Stmt *Term = I->Terminator;
    [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 602 milliseconds