Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/magic/support/
H A DSmartType.cpp527 bool SmartType::isTy(bool isTyType, bool isTyEDIType, const char* source) const { in isTy() argument
528 bool check = (isTyType && isTyEDIType) || (!isTyType && !isTyEDIType); in isTy()
/minix3/minix/llvm/passes/include/magic/support/
H A DSmartType.h102 bool isTy(bool isTyType, bool isTyEDIType, const char* source) const;