Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp997 bool needsCast = false; in rewriteToNumericBoxedExpression() local
1021 needsCast = true; in rewriteToNumericBoxedExpression()
1037 needsCast = true; in rewriteToNumericBoxedExpression()
1086 if (needsCast) { in rewriteToNumericBoxedExpression()
/external/clang/lib/CodeGen/
DCGDecl.cpp606 bool needsCast = false; in tryEmitARCCopyWeakInit() local
614 needsCast = true; in tryEmitARCCopyWeakInit()
629 if (needsCast) { in tryEmitARCCopyWeakInit()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp2512 bool needsCast = false; in visitBinaryOperator() local
2516 needsCast = true; in visitBinaryOperator()
2586 if (needsCast) { in visitBinaryOperator()
2593 bool needsCast = false; in visitICmpInst() local
2626 if (needsCast) { in visitICmpInst()