Home
last modified time | relevance | path

Searched refs:computeOSLogBufferLayout (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h155 bool computeOSLogBufferLayout(clang::ASTContext &Ctx, const clang::CallExpr *E,
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp181 bool clang::analyze_os_log::computeOSLogBufferLayout( in computeOSLogBufferLayout() function in clang::analyze_os_log
H A DExprConstant.cpp12447 analyze_os_log::computeOSLogBufferLayout(Info.Ctx, E, Layout); in VisitBuiltinCallExpr()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2170 analyze_os_log::computeOSLogBufferLayout(Ctx, &E, Layout); in emitBuiltinOSLogFormat()