Searched refs:LastTy (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Sema/
H A DTypeLocBuilder.h38 QualType LastTy; member in class:clang::TypeLocBuilder
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!");
H A DTypeLocBuilder.cpp66 assert(TLast == LastTy &&
68 LastTy = T;
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp756 Type *LastTy = 0; local
760 if (V->getType() != LastTy) {
761 LastTy = V->getType();
762 Record.push_back(VE.getTypeID(LastTy));
/external/llvm/lib/IR/
H A DConstantFold.cpp2093 Type *LastTy = nullptr; local
2096 LastTy = *I;
2119 else if (SequentialType *STy = dyn_cast_or_null<SequentialType>(LastTy))
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp2207 Type *LastTy = 0; local
2210 LastTy = *I;
2212 if ((LastTy && LastTy->isArrayTy()) || Idx0->isNullValue()) {
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2014 Type *LastTy = nullptr; local
2018 if (V->getType() != LastTy) {
2019 LastTy = V->getType();
2020 Record.push_back(VE.getTypeID(LastTy));

Completed in 184 milliseconds