Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h253 static bool appleKext() { return false; } in appleKext() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp621 assert(!cir::MissingFeatures::appleKext()); in emitDestructorBody()