Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h190 static bool constantFoldSwitchStatement() { return false; } in constantFoldSwitchStatement() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp866 assert(!cir::MissingFeatures::constantFoldSwitchStatement()); in emitSwitchStmt()