Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
/external/clang/test/CodeGenCXX/
Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
/external/clang/lib/CodeGen/
DTargetInfo.cpp630 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
645 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
788 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
809 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1304 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1569 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
2658 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectReturnResult() local
2691 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectResult() local
3060 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
3206 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
[all …]
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp729 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
752 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
973 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
1006 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1553 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1873 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
3145 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectReturnResult() local
3187 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectResult() local
3570 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
3715 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
[all …]
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp933 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp940 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp8535 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { in addGenericBinaryPointerOrEnumeralOverloads() local
8748 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { in addAssignmentMemberPointerOrEnumeralOverloads() local
9098 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { in addConditionalOperatorOverloads() local
DSemaChecking.cpp8636 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local
11405 if (const auto *EnumTy = OriginalInit->getType()->getAs<EnumType>()) { in AnalyzeBitFieldAssignment() local
/external/clang/lib/Sema/
DSemaChecking.cpp5165 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local