Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h155 bool computeOSLogBufferLayout(clang::ASTContext &Ctx, const clang::CallExpr *E,
/freebsd/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/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp1099 analyze_os_log::computeOSLogBufferLayout(S.getCtx(), Call, Layout); in interp__builtin_os_log_format_buffer_size()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2170 analyze_os_log::computeOSLogBufferLayout(Ctx, &E, Layout); in emitBuiltinOSLogFormat()