HomeSort by relevance Sort by last modified time
    Searched defs:LastTy (Results 1 - 6 of 6) 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!");
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 786 Type *LastTy = 0;
790 if (V->getType() != LastTy) {
791 LastTy = V->getType();
792 Record.push_back(VE.getTypeID(LastTy));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 740 Type *LastTy = 0;
744 if (V->getType() != LastTy) {
745 LastTy = V->getType();
746 Record.push_back(VE.getTypeID(LastTy));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 809 Type *LastTy = 0;
813 if (V->getType() != LastTy) {
814 LastTy = V->getType();
815 Record.push_back(VE.getTypeID(LastTy));
    [all...]

Completed in 93 milliseconds