Home
last modified time | relevance | path

Searched defs:builtin (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/contrib/
H A Dwarmup.cmd23 :builtin label
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h19 #define _HLSL_BUILTIN_ALIAS(builtin) \ argument
/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h372 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) builtin (a, b, r) argument
374 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ argument
393 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ argument
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.c933 tabe_t builtin[] = { variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2223 unsigned builtin = E->getBuiltinCallee(); in VisitCallExpr() local