Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DTypeLocBuilder.h37 QualType LastTy; variable
82 LastTy = QualType(); in clear()
93 LastTy = T; in TypeWasModifiedSafely()
109 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeSourceInfo()
122 assert(T == LastTy && "type doesn't match last type pushed!"); in getTypeLocInContext()
146 assert(LastTy == T && "type doesn't match last type pushed!"); in getTemporaryTypeLoc()
H A DTypeLocBuilder.cpp88 assert(TLast == LastTy && in pushImpl()
90 LastTy = T; in pushImpl()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1058 Type *Ty = FTy.getReturnType(), *LastTy = Ty; in isValidProtoForLibFunc() local
1076 if (Ty != LastTy) in isValidProtoForLibFunc()
1081 LastTy = Ty; in isValidProtoForLibFunc()
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1961 Type *LastTy = nullptr; in writeConstants() local
1965 if (V->getType() != LastTy) { in writeConstants()
1966 LastTy = V->getType(); in writeConstants()
1967 Record.push_back(getTypeID(LastTy, V)); in writeConstants()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2526 Type *LastTy = nullptr; in writeConstants() local
2530 if (V->getType() != LastTy) { in writeConstants()
2531 LastTy = V->getType(); in writeConstants()
2532 Record.push_back(VE.getTypeID(LastTy)); in writeConstants()