HomeSort by relevance Sort by last modified time
    Searched defs:Cast (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
vertexconversion.h 35 struct Cast
48 struct Cast<T, T>
  /external/chromium_org/third_party/libjingle/source/talk/base/
window.h 59 static WindowId Cast(uint64 id) {
100 static DesktopId Cast(int id, int index) {
  /frameworks/base/tools/aidl/
AST.cpp 262 cast(NULL)
269 cast(c)
282 if (this->cast != NULL) {
283 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
474 Cast::Cast()
480 Cast::Cast(Type* t, Expression* e)
486 Cast::~Cast()
    [all...]
AST.h 142 Type* cast; member in struct:Assignment
145 Assignment(Variable* lvalue, Expression* rvalue, Type* cast);
218 struct Cast : public Expression
223 Cast();
224 Cast(Type* type, Expression* expression);
225 virtual ~Cast();
232 Type* cast; member in struct:VariableDeclaration
236 VariableDeclaration(Variable* lvalue, Expression* rvalue, Type* cast = NULL);
  /external/javassist/src/main/javassist/expr/
Cast.java 24 * Explicit type cast.
26 public class Cast extends Expr {
30 protected Cast(int pos, CodeIterator i, CtClass declaring, MethodInfo m) {
35 * Returns the method or constructor containing the type cast
42 * type-cast expression.
51 * Returns the source file containing the type-cast expression.
61 * the type specified by the cast.
82 * Replaces the explicit cast operator with the bytecode derived from
150 + "for cast");
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
RenderQueue.java 146 Cast,
221 * {@link ShadowMode#CastAndReceive}, it is added to both the cast
230 case Cast:
284 case Cast:
289 throw new IllegalArgumentException("Only Cast or Receive are allowed");
313 case Cast:
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 114 ConstantInt *D = cast<ConstantInt>(UseInst->getOperand(1));
117 uint32_t BitWidth = cast<IntegerType>(UseInst->getType())->getBitWidth();
275 Instruction *User = cast<Instruction>(*UI);
356 CastInst *Cast = dyn_cast<CastInst>(UseOper.first);
357 if (V && Cast) {
358 V->visitCast(Cast);
388 Changed |= simplifyUsersOfIV(cast<PHINode>(I), SE, LPM, Dead);
SimplifyLibCalls.cpp 895 ICmpInst *Old = cast<ICmpInst>(*UI++);
    [all...]
  /external/openfst/src/include/fst/
fst.h 929 template<class F, class G> void Cast(const F &ifst, G *ofst) {
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 59 static CCurrentAppUi* Cast(CEikAppUi* aUi);
64 CCurrentAppUi* CCurrentAppUi::Cast(CEikAppUi* aUi)
1019 return CCurrentAppUi::Cast(gEpocEnv->iAppUi)->DisableKeyBlocking();
  /external/clang/lib/CodeGen/
CGException.cpp 295 llvm::Constant *CVal = cast<llvm::Constant>(Val);
299 cast<llvm::GlobalVariable>((*II)->stripPointerCasts()))
383 // __cxa_allocate_exception returns a void*; we need to cast this
399 CGF.DeactivateCleanupBlock(cleanup, cast<llvm::Instruction>(typedAddr));
470 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordTy->getDecl());
573 EHFilterScope &filterScope = cast<EHFilterScope>(*EHStack.begin());
631 EHCatchScope &catchScope = cast<EHCatchScope>(scope);
666 return !cast<EHCleanupScope>(S).isEHCleanup();
807 hasCleanup = (hasCleanup || cast<EHCleanupScope>(*I).isEHCleanup());
815 EHFilterScope &filter = cast<EHFilterScope>(*I)
    [all...]
CGExpr.cpp 41 cast<llvm::PointerType>(value->getType())->getAddressSpace();
247 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(RT->getDecl());
263 cast<llvm::Constant>(ReferenceTemporary), E->getType(),
269 CleanupArg = cast<llvm::Constant>(ReferenceTemporary);
272 CGF, *cast<VarDecl>(M->getExtendingDecl()), CleanupFn, CleanupArg);
425 return cast<llvm::ConstantInt>(Elts->getAggregateElement(Idx))
743 LV = EmitArraySubscriptExpr(cast<ArraySubscriptExpr>(E), /*Accessed*/true);
775 return EmitObjCSelectorLValue(cast<ObjCSelectorExpr>(E));
777 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E));
779 return EmitBinaryOperatorLValue(cast<BinaryOperator>(E))
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 407 static inline Matcher<T> Cast(M polymorphic_matcher) {
421 static inline Matcher<T> Cast(const Matcher<U>& matcher) {
446 return SafeMatcherCastImpl<T>::Cast(polymorphic_matcher);
615 static Matcher<T> Cast(M polymorphic_matcher) {
626 static Matcher<T> Cast(const Matcher<U>& source_matcher) {
661 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; }
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 247 cast<LoadInst>(StoredVal)->getOperand(0) == GV) {
319 Types.push_back(cast<PointerType>(GV->getType())->getElementType());
329 SequentialType *STy = cast<SequentialType>(Ty);
334 StructType *STy = cast<StructType>(Ty);
366 Instruction *I = cast<Instruction>(V);
497 // Pointer cast, delete any stores and memsets to the global.
569 !cast<Constant>(GEPI->getOperand(1))->isNullValue())
587 cast<ConstantExpr>(U)->getOpcode() != Instruction::GetElementPtr))
595 !cast<Constant>(U->getOperand(1))->isNullValue() ||
605 ConstantInt *Idx = cast<ConstantInt>(U->getOperand(2))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 694 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
697 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
700 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
889 (isa<SCEVUnknown>(cast<SCEVAddRecExpr>(Reg)->getStart()) ||
890 isa<SCEVConstant>(cast<SCEVAddRecExpr>(Reg)->getStart()))))
    [all...]
  /external/v8/include/
v8.h 239 template <class S> static inline Handle<T> Cast(Handle<S> that) {
242 // that the handle isn't empty before doing the checked cast.
245 return Handle<T>(T::Cast(*that));
249 return Handle<S>::Cast(*this);
277 template <class S> static inline Local<T> Cast(Local<S> that) {
280 // that the handle isn't empty before doing the checked cast.
283 return Local<T>(T::Cast(*that));
287 return Local<S>::Cast(*this);
353 template <class S> static inline Persistent<T> Cast(Persistent<S> that) {
356 // that the handle isn't empty before doing the checked cast
    [all...]
  /external/chromium_org/v8/include/
v8.h 335 template <class S> V8_INLINE(static Handle<T> Cast(Handle<S> that)) {
338 // that the handle isn't empty before doing the checked cast.
341 return Handle<T>(T::Cast(*that));
345 return Handle<S>::Cast(*this);
422 template <class S> V8_INLINE(static Local<T> Cast(Local<S> that)) {
425 // that the handle isn't empty before doing the checked cast.
428 return Local<T>(T::Cast(*that));
438 return Local<S>::Cast(*this);
576 template <class S> V8_INLINE(static Persistent<T> Cast(Persistent<S> that)) {
579 // that the handle isn't empty before doing the checked cast
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 482 APFloat V = cast<ConstantFPSDNode>(Op)->getValueAPF();
565 cast<ConstantSDNode>(N.getOperand(2))->getAPIntValue() == 1 &&
566 cast<ConstantSDNode>(N.getOperand(3))->isNullValue()) {
593 cast<ConstantSDNode>(N0.getOperand(1)),
594 cast<ConstantSDNode>(N1));
611 cast<ConstantSDNode>(N1.getOperand(1)),
612 cast<ConstantSDNode>(N0));
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 

Completed in 434 milliseconds

1 2