HomeSort by relevance Sort by last modified time
    Searched refs:LastTy (Results 1 - 5 of 5) 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 765 Type *LastTy = 0;
769 if (V->getType() != LastTy) {
770 LastTy = V->getType();
771 Record.push_back(VE.getTypeID(LastTy));
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 803 Type *LastTy = 0;
807 if (V->getType() != LastTy) {
808 LastTy = V->getType();
809 Record.push_back(VE.getTypeID(LastTy));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 757 Type *LastTy = 0;
761 if (V->getType() != LastTy) {
762 LastTy = V->getType();
763 Record.push_back(VE.getTypeID(LastTy));
    [all...]

Completed in 337 milliseconds