Home
last modified time | relevance | path

Searched defs:EnumTy (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp406 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
421 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
472 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
493 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
882 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1108 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
2055 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectReturnResult() local
2088 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectResult() local
2457 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
2603 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp933 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3599 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local