Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Dvertexconversion.h39 struct Cast struct
52 struct Cast<T, T> argument
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp90 static bool IsEliminableAddrSpaceCast(Operator *Cast) { in IsEliminableAddrSpaceCast()
113 Operator *Cast = dyn_cast<Operator>(GEP->getPointerOperand()); in hoistAddrSpaceCastFromGEP() local
164 if (Operator *Cast = dyn_cast<Operator>(MI->getOperand(Idx))) { in optimizeMemoryInstruction() local
/external/chromium_org/content/child/webcrypto/nss/
Dkey_nss.cc39 SymKeyNss* SymKeyNss::Cast(const blink::WebCryptoKey& key) { in Cast() function in content::webcrypto::SymKeyNss
56 PublicKeyNss* PublicKeyNss::Cast(const blink::WebCryptoKey& key) { in Cast() function in content::webcrypto::PublicKeyNss
73 PrivateKeyNss* PrivateKeyNss::Cast(const blink::WebCryptoKey& key) { in Cast() function in content::webcrypto::PrivateKeyNss
/external/chromium_org/content/child/webcrypto/openssl/
Dkey_openssl.cc35 SymKeyOpenSsl* SymKeyOpenSsl::Cast(const blink::WebCryptoKey& key) { in Cast() function in content::webcrypto::SymKeyOpenSsl
51 AsymKeyOpenSsl* AsymKeyOpenSsl::Cast(const blink::WebCryptoKey& key) { in Cast() function in content::webcrypto::AsymKeyOpenSsl
/external/chromium_org/third_party/webrtc/base/
Dwindow.h43 static WindowId Cast(uint64 id) { in Cast() function
84 static DesktopId Cast(int id, int index) { in Cast() function
/external/chromium_org/content/common/input/
Dsynthetic_tap_gesture_params.cc28 const SyntheticTapGestureParams* SyntheticTapGestureParams::Cast( in Cast() function in content::SyntheticTapGestureParams
Dsynthetic_pinch_gesture_params.cc30 const SyntheticPinchGestureParams* SyntheticPinchGestureParams::Cast( in Cast() function in content::SyntheticPinchGestureParams
Dsynthetic_smooth_scroll_gesture_params.cc35 SyntheticSmoothScrollGestureParams::Cast( in Cast() function in content::SyntheticSmoothScrollGestureParams
/external/chromium_org/v8/test/cctest/compiler/
Dcall-tester.h29 static R Cast(uintptr_t r) { return reinterpret_cast<R>(r); } in Cast() function
/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
381 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) { in InsertPHITranslatedSubExpr() local
/external/vixl/src/a64/
Ddebugger-a64.cc90 static RegisterToken* Cast(Token* tok) { in Cast() function in vixl::RegisterToken
112 static FPRegisterToken* Cast(Token* tok) { in Cast() function in vixl::FPRegisterToken
136 static IdentifierToken* Cast(Token* tok) { in Cast() function in vixl::IdentifierToken
154 static AddressToken* Cast(Token* tok) { in Cast() function in vixl::AddressToken
171 static IntegerToken* Cast(Token* tok) { in Cast() function in vixl::IntegerToken
198 static FormatToken* Cast(Token* tok) { in Cast() function in vixl::FormatToken
Dinstructions-a64.h348 template<typename T> static inline Instruction* Cast(T src) { in Cast() function
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp434 CastInst *Cast = dyn_cast<CastInst>(UseOper.first); in simplifyUsers() local
DSimplifyLibCalls.cpp1127 FPTruncInst *Cast = dyn_cast<FPTruncInst>(U); in callOptimizer() local
1134 FPExtInst *Cast = dyn_cast<FPExtInst>(CI->getArgOperand(0)); in callOptimizer() local
1163 FPTruncInst *Cast = dyn_cast<FPTruncInst>(U); in callOptimizer() local
/external/llvm/lib/IR/
DAutoUpgrade.cpp346 Value *Cast = Builder.CreateBitCast(CI->getArgOperand(0), in UpgradeIntrinsicCall() local
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp246 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase()
/external/chromium_org/v8/src/arm64/
Dinstructions-arm64.h371 template<typename T> V8_INLINE static Instruction* Cast(T src) { in Cast() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp278 Constant *Cast in visitAllocaInst() local
DInstCombineCompares.cpp1150 if (TruncInst *Cast = dyn_cast<TruncInst>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local
1168 if (ZExtInst *Cast = dyn_cast<ZExtInst>(LHSI->getOperand(0))) { in visitICmpInstWithInstAndIntCst() local
/external/llvm/lib/CodeGen/
DStackColoring.cpp488 BitCastInst *Cast = new BitCastInst(Inst, From->getType()); in remapInstructions() local
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp480 if (CastInst *Cast = dyn_cast<CastInst>(U)) { in distributeExtsAndCloneChain() local
DIndVarSimplify.cpp663 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE, in visitIVCast()
1142 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, DL); } in visitCast()
/external/chromium_org/v8/include/
Dv8.h277 template <class S> V8_INLINE static Handle<T> Cast(Handle<S> that) { in Cast() function
348 template <class S> V8_INLINE static Local<T> Cast(Local<S> that) { in Cast() function
685 V8_INLINE static Persistent<T>& Cast(Persistent<S>& that) { // NOLINT in Cast() function
/external/lldb/source/Core/
DScalar.cpp560 Scalar::Cast(Scalar::Type type) in Cast() function in Scalar

12