Home
last modified time | relevance | path

Searched defs:cast (Results 1 – 20 of 20) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp22 if (auto *cast = dyn_cast<CastExpr>(E)) { tryToFindPtrOrigin() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerSumType.h131 typename HelperT::template Lookup<N>::PointerT cast() const { in cast() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h152 template <class U> inline U cast(CodeGen::Address addr) { cast() function
H A DCGExprAgg.cpp1165 } else if (const CastExpr *cast = dyn_cast<CastExpr>(E)) { isBlockVarRef() local
[all...]
H A DCGObjC.cpp3068 if (const CastExpr *cast = dyn_cast<CastExpr>(e)) { shouldEmitSeparateBlockRetain() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h176 static T cast(const Value &V) { cast() function
/freebsd-src/contrib/libcxxrt/
H A Ddynamic_cast.cc174 void *cast = ADD_TO_PTR(obj, offset); in __do_upcast() local
/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dllimits.h89 #define cast(t, exp) ((t)(exp)) macro
/freebsd-src/contrib/nvi/common/
H A Dmem.h184 #define REALLOC(sp, p, cast, size) do { \ argument
/freebsd-src/contrib/lua/src/
H A Dllimits.h136 #define cast(t, exp) ((t)(exp)) macro
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2598 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), RewriteObjCStringLiteral() local
2612 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy, RewriteObjCBoolLiteralExpr() local
2683 CastExpr *cast = NoTypeInfoCStyleCastExpr( RewriteObjCBoxedExpr() local
2804 CastExpr *cast = NoTypeInfoCStyleCastExpr( RewriteObjCArrayLiteralExpr() local
2956 CastExpr *cast = NoTypeInfoCStyleCastExpr( RewriteObjCDictionaryLiteralExpr() local
3482 CastExpr *cast; SynthMessageExpr() local
[all...]
H A DRewriteObjC.cpp2524 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), in RewriteObjCStringLiteral() local
2604 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, in SynthMsgSendStretCallExpr() local
2911 CastExpr *cast; in SynthMessageExpr() local
/freebsd-src/sys/dev/bxe/
H A Decore_sp.h303 #define ECORE_LIST_FIRST_ENTRY(_list, cast, _link) \ argument
307 #define ECORE_LIST_NEXT(_elem, _link, cast) \ argument
385 #define ECORE_LIST_FOR_EACH_ENTRY(pos, _list, _link, cast) \ argument
391 #define ECORE_LIST_FOR_EACH_ENTRY_SAFE(pos, n, _list, _link, cast) \ argument
/freebsd-src/contrib/ntp/libntp/
H A Dsnprintf.c1450 cast(LDOUBLE value) in cast() function
/freebsd-src/lib/libipsec/
H A Dpfkey.c51 #define CALLOC(size, cast) (cast)calloc(1, (size)) argument
/freebsd-src/sys/net80211/
H A Dieee80211_mesh.h438 #define IEEE80211_MESH_ROUTE_PRIV(rt, cast) ((cast *)rt->rt_priv) argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4520 if (CStyleCastExpr *cast = dyn_cast<CStyleCastExpr>(realCast)) { diagnoseARCUnbridgedCast() local
4524 } else if (ExplicitCastExpr *cast = dyn_cast<ExplicitCastExpr>(realCast)) { diagnoseARCUnbridgedCast() local
[all...]
H A DSemaChecking.cpp18276 if (CastExpr *cast = dyn_cast<CastExpr>(e)) { findRetainCycleOwner() local
18722 while (ImplicitCastExpr *cast = dyn_cast<ImplicitCastExpr>(RHS)) { checkUnsafeAssignObject() local
18800 while (ImplicitCastExpr *cast = dyn_cast<ImplicitCastExpr>(RHS)) { checkUnsafeExprAssigns() local
[all...]
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp337 struct swig_cast_info *cast; /* linked list of types that can cast into this type */ global() member
519 swig_cast_info *cast = ti->cast; SWIG_TypeClientData() local
2498 swig_cast_info *cast; SWIG_Lua_ConvertPtr() local
79892 swig_cast_info *cast; SWIG_InitializeModule() local
79970 swig_cast_info *cast = swig_module.cast_initial[i]; SWIG_InitializeModule() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8620 SDValue cast = DAG.getNode(ARMISD::PREDICATE_CAST, dl, MVT::i32, V1); LowerVECTOR_SHUFFLE_i1() local
[all...]