Home
last modified time | relevance | path

Searched defs:CSE (Results 1 – 10 of 10) sorted by relevance

/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Derror_test.cpp91 if (auto CSE = error_cast<CustomSubError>(E)) { in TEST() local
111 if (auto CSE = error_cast<CustomSubError>(E)) { in TEST() local
/llvm-project/mlir/lib/Transforms/
H A DCSE.cpp391 struct CSE : public impl::CSEBase<CSE> { struct
/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1135 } else if (auto *CSE = dyn_cast<ConceptSpecializationExpr>(SubstExpr)) { diagnoseWellFormedUnsatisfiedConstraintExpr() local
1307 substituteParameterMappings(Sema & S,NormalizedConstraint & N,const ConceptSpecializationExpr * CSE) substituteParameterMappings() argument
1361 } else if (auto *CSE = dyn_cast<const ConceptSpecializationExpr>(E)) { fromConstraintExpr() local
[all...]
H A DSemaChecking.cpp11415 if (auto *CSE = dyn_cast<CoroutineSuspendExpr>(E)) AnalyzeImplicitConversions() local
12101 VisitCoroutineSuspendExpr(const CoroutineSuspendExpr * CSE) VisitCoroutineSuspendExpr() argument
H A DSemaCodeComplete.cpp5359 if (auto *CSE = dyn_cast<ConceptSpecializationExpr>(E)) { believe() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1836 EarlyCSE CSE(F.getDataLayout(), TLI, TTI, DT, AC, MSSA); run() local
1890 EarlyCSE CSE(F.getDataLayout(), TLI, TTI, DT, AC, MSSA); runOnFunction() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp464 else if (const auto *CSE = dyn_cast<CStyleCastExpr>(CE)) { in VisitCastExpr() local
/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h731 VisitConceptSpecializationExpr(const ConceptSpecializationExpr * CSE) VisitConceptSpecializationExpr() argument
/llvm-project/llvm/unittests/Support/
H A DErrorTest.cpp925 __anon04a5a4b52602(CustomSubError &CSE) TEST() argument
/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp5411 auto *CSE = cast<ConceptSpecializationExpr>(E); mangleExpression() local