Home
last modified time | relevance | path

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

/freebsd/sys/tools/syscalls/core/
H A Dsyscall.lua62 local function checkType(type) function
202 checkType(self.type)
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11628 bool checkType(ErrorInfoTy &ErrorInfo) const;
11843 bool OpenMPAtomicCompareChecker::checkType(ErrorInfoTy &ErrorInfo) const { in checkType() function in __anon1dd12e444411::OpenMPAtomicCompareChecker
11899 return checkType(ErrorInfo); in checkStmt()
11916 bool checkType(ErrorInfoTy &ErrorInfo);
11944 bool OpenMPAtomicCompareCaptureChecker::checkType(ErrorInfoTy &ErrorInfo) { in checkType() function in __anon1dd12e444411::OpenMPAtomicCompareCaptureChecker
11945 if (!OpenMPAtomicCompareChecker::checkType(ErrorInfo)) in checkType()
12072 return checkType(ErrorInfo); in checkForm3()
12197 return checkType(ErrorInfo); in checkForm45()
12326 return checkType(ErrorInfo); in checkStmt()