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

/external/llvm/include/llvm/IR/
H A DInstruction.h92 bool isCast() const { return isCast(getOpcode()); } function in class:llvm::Instruction
121 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.cpp1074 bool ConstantExpr::isCast() const { function in class:ConstantExpr
1075 return Instruction::isCast(getOpcode());
1495 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/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 774 milliseconds