| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ASTUtils.cpp | 48 if (auto *cast = dyn_cast<CastExpr>(E)) { in tryToFindPtrOrigin() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | PointerSumType.h | 131 typename HelperT::template Lookup<N>::PointerT cast() const { in cast() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
| H A D | Value.h | 177 static T cast(const Value &V) { in cast() function
|
| /freebsd/contrib/libcxxrt/ |
| H A D | dynamic_cast.cc | 174 void *cast = ADD_TO_PTR(obj, offset); in __do_upcast() local
|
| /freebsd/crypto/openssl/test/testutil/ |
| H A D | tests.c | 211 #define DEFINE_COMPARISON(type, name, opname, op, fmt, cast) \ argument 224 #define DEFINE_COMPARISONS(type, name, fmt, cast) \ argument
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | Address.h | 325 template <class U> inline U cast(CodeGen::Address addr) { in cast() function
|
| H A D | CGExprAgg.cpp | 1179 } else if (const CastExpr *cast = dyn_cast<CastExpr>(E)) { in isBlockVarRef() local
|
| H A D | CGObjC.cpp | 3066 if (const CastExpr *cast = dyn_cast<CastExpr>(e)) { in shouldEmitSeparateBlockRetain() local
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | llimits.h | 90 #define cast(t, exp) ((t)(exp)) macro
|
| /freebsd/contrib/nvi/common/ |
| H A D | mem.h | 184 #define REALLOC(sp, p, cast, size) do { \ argument
|
| /freebsd/contrib/lua/src/ |
| H A D | llimits.h | 136 #define cast(t, exp) ((t)(exp)) macro
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 2597 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), in RewriteObjCStringLiteral() local 2611 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy, in RewriteObjCBoolLiteralExpr() local 2682 CastExpr *cast = NoTypeInfoCStyleCastExpr( in RewriteObjCBoxedExpr() local 2803 CastExpr *cast = NoTypeInfoCStyleCastExpr( in RewriteObjCArrayLiteralExpr() local 2955 CastExpr *cast = NoTypeInfoCStyleCastExpr( in RewriteObjCDictionaryLiteralExpr() local 3481 CastExpr *cast; in SynthMessageExpr() local
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | snprintf.c | 1450 cast(LDOUBLE value) in cast() function
|
| /freebsd/lib/libipsec/ |
| H A D | pfkey.c | 51 #define CALLOC(size, cast) (cast)calloc(1, (size)) argument
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_mesh.h | 438 #define IEEE80211_MESH_ROUTE_PRIV(rt, cast) ((cast *)rt->rt_priv) argument
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4531 if (CStyleCastExpr *cast = dyn_cast<CStyleCastExpr>(realCast)) { in diagnoseARCUnbridgedCast() local 4535 } else if (ExplicitCastExpr *cast = dyn_cast<ExplicitCastExpr>(realCast)) { in diagnoseARCUnbridgedCast() local
|
| H A D | SemaObjC.cpp | 789 if (CastExpr *cast = dyn_cast<CastExpr>(e)) { in findRetainCycleOwner() local
|
| H A D | SemaChecking.cpp | 13361 while (ImplicitCastExpr *cast = dyn_cast<ImplicitCastExpr>(RHS)) { in checkUnsafeAssignObject() local 13439 while (ImplicitCastExpr *cast = dyn_cast<ImplicitCastExpr>(RHS)) { in checkUnsafeExprAssigns() local
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 367 struct swig_cast_info *cast; /* linked list of types that can cast into this type */ member 549 swig_cast_info *cast = ti->cast; in SWIG_TypeClientData() local 2544 swig_cast_info *cast; in SWIG_Lua_ConvertPtr() local 83288 swig_cast_info *cast; in SWIG_InitializeModule() local 83366 swig_cast_info *cast = swig_module.cast_initial[i]; in SWIG_InitializeModule() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8637 SDValue cast = DAG.getNode(ARMISD::PREDICATE_CAST, dl, MVT::i32, V1); in LowerVECTOR_SHUFFLE_i1() local
|