Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h187 static bool cleanupsToDeactivate() { return false; } in cleanupsToDeactivate() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.h177 assert(!cir::MissingFeatures::cleanupsToDeactivate()); in addFrom()