HomeSort by relevance Sort by last modified time
    Searched refs:LastTy (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Sema/
TypeLocBuilder.h 38 QualType LastTy;
80 LastTy = QualType();
90 LastTy = T;
106 assert(T == LastTy && "type doesn't match last type pushed!");
119 assert(T == LastTy && "type doesn't match last type pushed!");
143 assert(LastTy == T && "type doesn't match last type pushed!");
TypeLocBuilder.cpp 66 assert(TLast == LastTy &&
68 LastTy = T;
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 756 Type *LastTy = 0;
760 if (V->getType() != LastTy) {
761 LastTy = V->getType();
762 Record.push_back(VE.getTypeID(LastTy));
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 1049 milliseconds