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

  /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
  /external/clang/lib/Driver/
Job.cpp 96 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote,
118 OS << Terminator;
141 void FallbackCommand::Print(raw_ostream &OS, const char *Terminator,
145 Fallback->Print(OS, Terminator, Quote, CrashReport);
181 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote,
184 (*it)->Print(OS, Terminator, Quote, CrashReport);
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 46 Terminator,
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 33 const Stmt *Terminator;
ThreadSafetyTIL.h 1439 const SExpr *terminator() const { return Terminator.get(); } function in class:clang::threadSafety::BasicBlock
1440 SExpr *terminator() { return Terminator.get(); } function in class:clang::threadSafety::BasicBlock
    [all...]
  /external/llvm/include/llvm/Object/
Archive.h 33 char Terminator[2];
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 94 // Represents the state of a block terminator.
96 // If this terminator is a relaxable branch, this points to the branch
100 // The address that we currently assume the terminator has.
103 // The current size of the terminator in bytes.
145 void skipTerminator(BlockPosition &Position, TerminatorInfo &Terminator,
149 bool mustRelaxBranch(const TerminatorInfo &Terminator, uint64_t Address);
154 void relaxBranch(TerminatorInfo &Terminator);
174 // accordingly and move Position to the end of the block's non-terminator
197 // Position describes the state immediately before Terminator.
198 // Update Terminator accordingly and move Position past it
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 253 Instruction* Terminator = IBuilder.CreateRetVoid();
261 DBuilder.insertDbgValueIntrinsic(AllocaContent, 0, Variable, Terminator);
  /external/clang/lib/AST/
DeclPrinter.cpp 285 const char *Terminator = nullptr;
287 Terminator = nullptr;
290 Terminator = nullptr;
292 Terminator = nullptr;
299 Terminator = nullptr;
304 Terminator = ",";
306 Terminator = ";";
308 if (Terminator)
309 Out << Terminator;
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 107 Terminator,
243 /// \brief Returns true if this instruction part of the terminator for
250 return Flags & (1 << MCID::Terminator);
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 188 << "' with terminator: " << *BB->getTerminator() << '\n');
203 // If the terminator is the only non-phi instruction, try to nuke it.
244 // Sum up the cost of each instruction until we get to the terminator. Don't
245 // include the terminator because the copy won't include it.
315 /// terminator with the given value as its condition, and if so what value to
372 /// predecessor based on its terminator.
687 // Look to see if the terminator is a conditional branch, switch or indirect
690 Instruction *Terminator = BB->getTerminator();
691 if (BranchInst *BI = dyn_cast<BranchInst>(Terminator)) {
695 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(Terminator)) {
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
ThreadSafety.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 811 class Terminator (Exception):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 811 class Terminator (Exception):
    [all...]

Completed in 644 milliseconds