/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/clang/lib/Driver/ |
Job.cpp | 149 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, 201 // Avoiding duplicated newline terminator, since FileLists are 208 OS << Terminator; 265 void FallbackCommand::Print(raw_ostream &OS, const char *Terminator, 269 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);
|
/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 | 251 Instruction* Terminator = IBuilder.CreateRetVoid(); 262 Terminator);
|
/external/clang/lib/AST/ |
DeclPrinter.cpp | 297 const char *Terminator = nullptr; 299 Terminator = nullptr; 302 Terminator = nullptr; 304 Terminator = nullptr; 311 Terminator = nullptr; 316 Terminator = ","; 318 Terminator = ";"; 320 if (Terminator) 321 Out << Terminator; [all...] |
/external/llvm/lib/CodeGen/ |
MachineBlockPlacement.cpp | [all...] |
WinEHPrepare.cpp | 655 // temporarily inserted as its terminator. 791 TerminatorInst *Terminator = BB.getTerminator() [all...] |
/external/llvm/include/llvm/MC/ |
MCInstrDesc.h | 108 Terminator, 247 /// \brief Returns true if this instruction part of the terminator for 254 return Flags & (1 << MCID::Terminator);
|
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | 191 << "' with terminator: " << *BB->getTerminator() << '\n'); 206 // If the terminator is the only non-phi instruction, try to nuke it. 247 // Sum up the cost of each instruction until we get to the terminator. Don't 248 // include the terminator because the copy won't include it. 318 /// terminator with the given value as its condition, and if so what value to 376 /// predecessor based on its terminator. 688 // Look to see if the terminator is a conditional branch, switch or indirect 691 Instruction *Terminator = BB->getTerminator(); 692 if (BranchInst *BI = dyn_cast<BranchInst>(Terminator)) { 696 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(Terminator)) { [all...] |
/external/clang/lib/Lex/ |
Lexer.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...] |
/external/clang/lib/Analysis/ |
CFG.cpp | 444 /// CXXBindTemporaryExpr as terminator, and branches to the current block [all...] |