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

/external/llvm/include/llvm/IR/
H A DInstruction.h108 bool isCast() const { return isCast(getOpcode()); } function in class:llvm::Instruction
137 static inline bool isCast(unsigned OpCode) { function in class:llvm::Instruction
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstruction.h88 bool isCast() const { return isCast(getOpcode()); } function in class:llvm::Instruction
117 static inline bool isCast(unsigned OpCode) { function in class:llvm::Instruction
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DInstruction.h117 bool isCast() const { return isCast(getOpcode()); } function in class:llvm::Instruction
151 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/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp741 bool ConstantExpr::isCast() const { function in class:ConstantExpr
742 return Instruction::isCast(getOpcode());
1232 assert(Instruction::isCast(opc) && "opcode out of range");
2112 } else if (isCast()) {
/external/llvm/lib/IR/
H A DConstants.cpp1064 bool ConstantExpr::isCast() const { function in class:ConstantExpr
1065 return Instruction::isCast(getOpcode());
1460 assert(Instruction::isCast(opc) && "opcode out of range");
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 209 milliseconds