Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DValue.cpp45 static inline Type *checkType(Type *Ty) { in checkType() function
53 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), HasValueHandle(0), in Value()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11695 bool checkType(ErrorInfoTy &ErrorInfo) const;
11910 bool OpenMPAtomicCompareChecker::checkType(ErrorInfoTy &ErrorInfo) const { in checkType() function in __anon7e4ded5b4111::OpenMPAtomicCompareChecker
11966 return checkType(ErrorInfo); in checkStmt()
11983 bool checkType(ErrorInfoTy &ErrorInfo);
12011 bool OpenMPAtomicCompareCaptureChecker::checkType(ErrorInfoTy &ErrorInfo) { in checkType() function in __anon7e4ded5b4111::OpenMPAtomicCompareCaptureChecker
12012 if (!OpenMPAtomicCompareChecker::checkType(ErrorInfo)) in checkType()
12139 return checkType(ErrorInfo); in checkForm3()
12264 return checkType(ErrorInfo); in checkForm45()
12393 return checkType(ErrorInfo); in checkStmt()