Home
last modified time | relevance | path

Searched defs:emitNullabilityCheck (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp644 void CIRGenFunction::emitNullabilityCheck(LValue lhs, mlir::Value rhs, in emitNullabilityCheck() function in CIRGenFunction
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h203 static bool emitNullabilityCheck() { return false; } in emitNullabilityCheck() function