Home
last modified time | relevance | path

Searched refs:TempTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h289 LLTCodeGenOrTempType(TempTypeIdx TempTy) : Data(TempTy) {} in LLTCodeGenOrTempType() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3204 bool Expr::isTemporaryObject(ASTContext &C, const CXXRecordDecl *TempTy) const { in isTemporaryObject()
3205 if (!C.hasSameUnqualifiedType(getType(), C.getTypeDeclType(TempTy))) in isTemporaryObject()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h988 bool isTemporaryObject(ASTContext &Ctx, const CXXRecordDecl *TempTy) const;