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

  /external/clang/lib/Sema/
TypeLocBuilder.h 38 QualType LastTy;
84 LastTy = QualType();
93 LastTy = T;
107 assert(T == LastTy && "type doesn't match last type pushed!");
120 assert(T == LastTy && "type doesn't match last type pushed!");
133 assert(TLast == LastTy &&
135 LastTy = T;
173 assert(LastTy.isNull() && "pushing full on non-empty TypeLocBuilder");
174 LastTy = T;
193 assert(LastTy == T && "type doesn't match last type pushed!")
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 854 Type *LastTy = 0;
858 if (V->getType() != LastTy) {
859 LastTy = V->getType();
860 Record.push_back(VE.getTypeID(LastTy));
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 787 Type *LastTy = 0;
791 if (V->getType() != LastTy) {
792 LastTy = V->getType();
793 Record.push_back(VE.getTypeID(LastTy));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 741 Type *LastTy = 0;
745 if (V->getType() != LastTy) {
746 LastTy = V->getType();
747 Record.push_back(VE.getTypeID(LastTy));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 814 Type *LastTy = 0;
818 if (V->getType() != LastTy) {
819 LastTy = V->getType();
820 Record.push_back(VE.getTypeID(LastTy));
    [all...]

Completed in 425 milliseconds