Home
last modified time | relevance | path

Searched defs:Cast (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
Dvertexconversion.h40 struct Cast struct
53 struct Cast<T, T> argument
/external/javassist/src/main/javassist/expr/
DCast.java26 public class Cast extends Expr { class
30 protected Cast(int pos, CodeIterator i, CtClass declaring, MethodInfo m) { in Cast() method in Cast
/external/llvm/lib/Analysis/
DPHITransAddr.cpp189 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in PHITranslateSubExpr() local
384 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
DScalarEvolution.cpp2912 if (const SCEVCastExpr *Cast = dyn_cast<SCEVCastExpr>(V)) { in getPointerBase() local
5266 if (const SCEVZeroExtendExpr *Cast = dyn_cast<SCEVZeroExtendExpr>(V)) { in computeSCEVAtScope() local
5273 if (const SCEVSignExtendExpr *Cast = dyn_cast<SCEVSignExtendExpr>(V)) { in computeSCEVAtScope() local
5280 if (const SCEVTruncateExpr *Cast = dyn_cast<SCEVTruncateExpr>(V)) { in computeSCEVAtScope() local
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
DRenderQueue.java146 Cast, enumConstant
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h407 static inline Matcher<T> Cast(M polymorphic_matcher) { in Cast() function
421 static inline Matcher<T> Cast(const Matcher<U>& matcher) { in Cast() function
615 static Matcher<T> Cast(M polymorphic_matcher) { in Cast() function
626 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function
661 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp356 CastInst *Cast = dyn_cast<CastInst>(UseOper.first); in simplifyUsers() local
DSimplifyLibCalls.cpp1064 FPTruncInst *Cast = dyn_cast<FPTruncInst>(*UseI); in callOptimizer() local
1071 FPExtInst *Cast = dyn_cast<FPExtInst>(CI->getArgOperand(0)); in callOptimizer() local
DSimplifyCFG.cpp3290 if (CastInst *Cast = dyn_cast<CastInst>(I)) { in ConstantFold() local
/external/v8/include/
Dv8.h239 template <class S> static inline Handle<T> Cast(Handle<S> that) { in Cast() function
277 template <class S> static inline Local<T> Cast(Local<S> that) { in Cast() function
353 template <class S> static inline Persistent<T> Cast(Persistent<S> that) { in Cast() function
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp246 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1110 if (TruncInst *Cast = dyn_cast<TruncInst>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local
1128 if (ZExtInst *Cast = dyn_cast<ZExtInst>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local
DInstructionCombining.cpp966 if (CastInst *Cast = dyn_cast<CastInst>(Op)) { in Descale() local
/external/openfst/src/include/fst/
Dfst.h929 template<class F, class G> void Cast(const F &ifst, G *ofst) { in Cast() function
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp617 void WideIVVisitor::visitCast(CastInst *Cast) { in visitCast()
DLoopStrengthReduce.cpp4410 Instruction *Cast = in Expand() local
4527 Instruction *Cast = in Rewrite() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp124 if (const CastInst *Cast = dyn_cast<CastInst>(I)) in hasTrivialKill() local
DDAGCombiner.cpp8734 SDValue Cast = N->getOperand(i); in reduceBuildVecExtToExtBuildVec() local
/external/clang/lib/CodeGen/
DCGException.cpp1037 llvm::Value *Cast = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy); in InitCatchParam() local
DCGExpr.cpp1128 llvm::Value *Cast = Builder.CreateBitCast(Addr, ptVec4Ty, in EmitLoadOfScalar() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1744 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI); in TryToOptimizeStoreOfMallocToGlobal() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp2278 if (ImplicitCastExpr *Cast = dyn_cast<ImplicitCastExpr>(From)) in IsStringLiteralToNonConstPointerConversion() local
DSemaTemplate.cpp3996 while (ImplicitCastExpr *Cast = dyn_cast<ImplicitCastExpr>(Arg)) in CheckTemplateArgumentPointerToMember() local
DSemaChecking.cpp1449 if (ImplicitCastExpr *Cast = dyn_cast<ImplicitCastExpr>(OrigArg)) { in SemaBuiltinFPClassification() local