Home
last modified time | relevance | path

Searched defs:useExceptions (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/llvm/passes/magic/support/
H A DSmartType.cpp21 SmartType::SmartType(TYPECONST Type *type, const DIType *aDIType, bool useExceptions, bool forceRaw… in SmartType()
27 SmartType::SmartType(TYPECONST Type *type, const EDIType *aEDIType, bool useExceptions, bool forceR… in SmartType()
432 void SmartType::init(TYPECONST Type *type, const EDIType *aEDIType, bool useExceptions, bool forceR… in init()
630 bool useExceptions = true; in isTypeConsistent2() local
/minix3/minix/llvm/passes/include/magic/support/
H A DSmartType.h91 bool useExceptions; variable