Searched defs:isCast (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstruction.h89 bool isCast() const { return isCast(getOpcode()); } function in class:llvm::Instruction
118 static inline bool isCast(unsigned OpCode) { function in class:llvm::Instruction
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java899 boolean isCast)
907 else if (isCast && srcDim == 0 && srcType == CLASS
897 invalidDim(int srcType, int srcDim, String srcClass, int destType, int destDim, String destClass, boolean isCast) argument
/external/llvm/lib/IR/
H A DConstants.cpp1031 bool ConstantExpr::isCast() const { function in class:ConstantExpr
1032 return Instruction::isCast(getOpcode());
1440 assert(Instruction::isCast(opc) && "opcode out of range");
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 301 milliseconds