Home
last modified time | relevance | path

Searched refs:needsCast (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp999 bool needsCast = false; in rewriteToNumericBoxedExpression() local
1023 needsCast = true; in rewriteToNumericBoxedExpression()
1039 needsCast = true; in rewriteToNumericBoxedExpression()
1099 if (needsCast) { in rewriteToNumericBoxedExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp683 bool needsCast = false; in tryEmitARCCopyWeakInit() local
691 needsCast = true; in tryEmitARCCopyWeakInit()
706 if (needsCast) { in tryEmitARCCopyWeakInit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtoh.d2346 static bool needsCast(AST.Type target, AST.Expression exp)
2433 else if (needsCast(target, exp))