Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTypeLocBuilder.h38 QualType LastTy; variable
80 LastTy = QualType(); in clear()
90 LastTy = T; in TypeWasModifiedSafely()
106 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeSourceInfo()
119 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeLocInContext()
143 assert(LastTy == T && "type doesn't match last type pushed!"); in getTemporaryTypeLoc()
DTypeLocBuilder.cpp66 assert(TLast == LastTy && in pushImpl()
68 LastTy = T; in pushImpl()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp756 Type *LastTy = 0; in WriteConstants() local
760 if (V->getType() != LastTy) { in WriteConstants()
761 LastTy = V->getType(); in WriteConstants()
762 Record.push_back(VE.getTypeID(LastTy)); in WriteConstants()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp2207 Type *LastTy = 0; in ConstantFoldGetElementPtrImpl() local
2210 LastTy = *I; in ConstantFoldGetElementPtrImpl()
2212 if ((LastTy && LastTy->isArrayTy()) || Idx0->isNullValue()) { in ConstantFoldGetElementPtrImpl()
/external/llvm/lib/IR/
DConstantFold.cpp2093 Type *LastTy = nullptr; in ConstantFoldGetElementPtrImpl() local
2096 LastTy = *I; in ConstantFoldGetElementPtrImpl()
2119 else if (SequentialType *STy = dyn_cast_or_null<SequentialType>(LastTy)) in ConstantFoldGetElementPtrImpl()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2014 Type *LastTy = nullptr; in writeConstants() local
2018 if (V->getType() != LastTy) { in writeConstants()
2019 LastTy = V->getType(); in writeConstants()
2020 Record.push_back(VE.getTypeID(LastTy)); in writeConstants()