/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 428 void *TypeData = LoadPointer(Data, Offset); 429 TypeLoc TL(Qualifier->getAsType(), TypeData); 445 void *TypeData = LoadPointer(Data, Offset); 446 return TypeLoc(Qualifier->getAsType(), TypeData);
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
TypeData.java | 26 public abstract class TypeData { 31 protected TypeData() {} 33 public abstract void merge(TypeData neighbor); 42 static void setType(TypeData td, String className, ClassPool cp) throws BadBytecode { 57 public TypeData getSelf() { return this; } 62 public abstract TypeData copy(); 76 protected static class BasicType extends TypeData { 85 public void merge(TypeData neighbor) {} 101 public TypeData copy() { 122 protected static abstract class TypeName extends TypeData { [all...] |
Tracer.java | 36 protected TypeData[] stackTypes; 37 protected TypeData[] localsTypes; 45 stackTypes = new TypeData[maxStack]; 46 localsTypes = new TypeData[maxLocals]; 56 stackTypes = new TypeData[size]; 61 localsTypes = new TypeData[size2]; 65 protected static int copyFrom(int n, TypeData[] srcTypes, TypeData[] destTypes) { 68 TypeData t = srcTypes[i]; 155 TypeData[] stackTypes = this.stackTypes [all...] |
MapMaker.java | 139 TypeData[] srcTypes = first.localsTypes; 151 * is Object. To avoid this, fixParamTypes calls TypeData.setType() 155 TypeData[] types = first.localsTypes; 158 TypeData t = types[i]; 159 if (t instanceof TypeData.ClassName) { 163 TypeData.setType(t, t.getName(), classPool); 231 private void merge(TypeData td, TypeData target) { 248 TypeData[] tStackTypes = new TypeData[stackTypes.length] [all...] |
/external/clang/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/ |
CGFunctionInfo.h | 80 llvm::Type *TypeData; // canHaveCoerceToType() 118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0), 270 return TypeData; 275 TypeData = T; 280 return cast<llvm::StructType>(TypeData);
|
/frameworks/compile/slang/ |
slang_rs_reflection.cpp | [all...] |
/prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/ |
javassist-3.19.0-GA.jar | |
/external/guice/extensions/struts2/lib/ |
javassist.jar | |
/external/robolectric/v1/lib/main/ |
javassist-3.14.0-GA.jar | |