Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h99 static bool opCallNoPrototypeFunc() { return false; } in opCallNoPrototypeFunc() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1236 assert(!cir::MissingFeatures::opCallNoPrototypeFunc()); in emitCall()