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.lua63 local function checkType(type) function
203 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)) { in Value()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11702 bool checkType(ErrorInfoTy &ErrorInfo) const;
11939 bool OpenMPAtomicCompareChecker::checkType(ErrorInfoTy &ErrorInfo) const { in checkType() function in __anon1dd12e444711::OpenMPAtomicCompareChecker
11995 return checkType(ErrorInfo); in checkStmt()
12012 bool checkType(ErrorInfoTy &ErrorInfo);
12040 bool OpenMPAtomicCompareCaptureChecker::checkType(ErrorInfoTy &ErrorInfo) { in checkType() function in __anon1dd12e444711::OpenMPAtomicCompareCaptureChecker
12041 if (!OpenMPAtomicCompareChecker::checkType(ErrorInfo)) in checkType()
12178 return checkType(ErrorInfo); in checkForm3()
12303 return checkType(ErrorInfo); in checkForm45()
12432 return checkType(ErrorInfo); in checkStmt()