| /system/update_engine/common/ |
| terminator.h | 27 class Terminator { 29 // Initializes the terminator and sets up signal handlers. 36 // Set to true if the terminator should block termination requests in an
|
| /external/llvm/lib/Analysis/ |
| EHPersonalities.cpp | 93 TerminatorInst *Terminator = Visiting->getTerminator(); 94 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) {
|
| /external/clang/lib/Driver/ |
| Job.cpp | 154 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, 202 // Avoiding duplicated newline terminator, since FileLists are 209 OS << Terminator; 267 void FallbackCommand::Print(raw_ostream &OS, const char *Terminator, 271 Fallback->Print(OS, Terminator, Quote, CrashInfo); 300 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, 303 Job.Print(OS, Terminator, Quote, CrashInfo);
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| EhFrameReader.h | 43 enum TokenKind { CIE, FDE, Terminator, Unknown, NumOfTokenKinds };
|
| /external/clang/include/clang/Analysis/Analyses/ |
| UninitializedValues.h | 33 const Stmt *Terminator;
|
| ThreadSafetyTIL.h | 1585 const Terminator *terminator() const { return TermInstr; } function in class:clang::threadSafety::BasicBlock 1586 Terminator *terminator() { return TermInstr; } function in class:clang::threadSafety::BasicBlock [all...] |
| /external/llvm/include/llvm/Object/ |
| Archive.h | 34 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(); 264 Terminator);
|
| /external/clang/lib/AST/ |
| DeclPrinter.cpp | 335 const char *Terminator = nullptr; 337 Terminator = nullptr; 340 Terminator = nullptr; 342 Terminator = nullptr; 349 Terminator = nullptr; 354 Terminator = ","; 356 Terminator = ";"; 358 if (Terminator) 359 Out << Terminator; [all...] |
| /external/llvm/include/llvm/MC/ |
| MCInstrDesc.h | 104 Terminator, 221 /// \brief Returns true if this instruction part of the terminator for 227 bool isTerminator() const { return Flags & (1 << MCID::Terminator); }
|
| /external/llvm/lib/CodeGen/ |
| MachineBlockPlacement.cpp | [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| JumpThreading.cpp | 233 << "' with terminator: " << *BB->getTerminator() << '\n'); 248 // If the terminator is the only non-phi instruction, try to nuke it. 289 // Sum up the cost of each instruction until we get to the terminator. Don't 290 // include the terminator because the copy won't include it. 365 /// terminator with the given value as its condition, and if so what value to 423 /// predecessor based on its terminator. 736 // Look to see if the terminator is a conditional branch, switch or indirect 739 Instruction *Terminator = BB->getTerminator(); 740 if (BranchInst *BI = dyn_cast<BranchInst>(Terminator)) { 744 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(Terminator)) { [all...] |
| /external/clang/lib/Lex/ |
| Lexer.cpp | [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
| turtle.py | 811 class Terminator (Exception): [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
| turtle.py | 811 class Terminator (Exception): [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...] |
| /external/clang/lib/Analysis/ |
| CFG.cpp | 516 /// CXXBindTemporaryExpr as terminator, and branches to the current block [all...] |