Home
last modified time | relevance | path

Searched refs:checkType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp46 static inline Type *checkType(Type *Ty) { in checkType() function
56 HasMetadata(false), VTy(checkType(ty)), UseList(nullptr) { in Value()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11963 bool checkType(ErrorInfoTy &ErrorInfo) const;
12178 bool OpenMPAtomicCompareChecker::checkType(ErrorInfoTy &ErrorInfo) const { in checkType() function in __anon8e68b8fa4111::OpenMPAtomicCompareChecker
12234 return checkType(ErrorInfo); in checkStmt()
12251 bool checkType(ErrorInfoTy &ErrorInfo);
12279 bool OpenMPAtomicCompareCaptureChecker::checkType(ErrorInfoTy &ErrorInfo) { in checkType() function in __anon8e68b8fa4111::OpenMPAtomicCompareCaptureChecker
12280 if (!OpenMPAtomicCompareChecker::checkType(ErrorInfo)) in checkType()
12407 return checkType(ErrorInfo); in checkForm3()
12532 return checkType(ErrorInfo); in checkForm45()
12661 return checkType(ErrorInfo); in checkStmt()