HomeSort by: relevance | last modified time | path
    Searched defs:TIE (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
LazyRandomTypeCollection.cpp 193 TypeIndex TIE;
195 TIE = TypeIndex::fromArrayIndex(capacity());
197 TIE = Next->Type;
200 visitRange(TIB, Prev->Offset, TIE);
  /src/games/gomoku/
gomoku.h 77 #define TIE 4
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BranchFolding.cpp 1928 MachineBasicBlock::iterator TIE = TBB->end();
1930 while (TIB != TIE && FIB != FIE) {
1932 TIB = skipDebugInstructionsForward(TIB, TIE, false);
1934 if (TIB == TIE || FIB == FIE)
IfConversion.cpp 238 MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE,
255 MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE,
300 MachineBasicBlock::iterator TIE = TBBInfo.BB->end();
304 if (!CountDuplicatedInstructions(TIB, FIB, TIE, FIE, Dups1, Dups2,
326 for (auto &I : make_range(TIE, TBBInfo.BB->end())) {
357 for (auto &I : make_range(TIB, TIE)) {
721 /// @param TIE True Iterator End
725 /// Upon return [TIB, TIE), and [FIB, FIE) mark the un-duplicated portions of
738 MachineBasicBlock::iterator &TIE,
743 while (TIB != TIE && FIB != FIE)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 4634 const CXXTypeidExpr *TIE = cast<CXXTypeidExpr>(E);
4637 if (TIE->isTypeOperand()) {
4639 mangleType(TIE->getTypeOperand(Context.getASTContext()));
4642 mangleExpression(TIE->getExprOperand());

Completed in 19 milliseconds