Home
last modified time | relevance | path

Searched refs:localType (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDToken.h71 uint64_t localType,
95 uint64_t localType() const;
DEDToken.cpp25 uint64_t localType, in EDToken() argument
30 LocalType(localType), in EDToken()
56 uint64_t EDToken::localType() const { in localType() function in EDToken
/external/guava/guava/src/com/google/common/collect/
DEnumMultiset.java99 Class<E> localType = (Class<E>) stream.readObject(); in readObject() local
100 type = localType; in readObject()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java299 Type localType = Type.getType(local.desc); in buildPrelude() local
300 int localRegister = state.getLocalRegister(local.index, localType); in buildPrelude()
302 assert exitingLocalType == null || exitingLocalType == moveType(localType); in buildPrelude()
304 int localRegister2 = state.writeLocal(local.index, localType); in buildPrelude()
306 initializedLocals.put(localRegister, moveType(localType)); in buildPrelude()
307 builder.addDebugUninitialized(localRegister, constType(localType)); in buildPrelude()
/external/libxml2/
Dxmlschemas.c24912 xmlSchemaTypePtr *localType, in xmlSchemaProcessXSIType() argument
24923 if (localType == NULL) in xmlSchemaProcessXSIType()
24925 *localType = NULL; in xmlSchemaProcessXSIType()
24954 *localType = xmlSchemaGetType(vctxt->schema, local, nsName); in xmlSchemaProcessXSIType()
24955 if (*localType == NULL) { in xmlSchemaProcessXSIType()
25012 if (xmlSchemaCheckCOSDerivedOK(ACTXT_CAST vctxt, *localType, in xmlSchemaProcessXSIType()
25022 (*localType)->targetNamespace, in xmlSchemaProcessXSIType()
25023 (*localType)->name), in xmlSchemaProcessXSIType()
25027 *localType = NULL; in xmlSchemaProcessXSIType()
25126 xmlSchemaTypePtr localType = NULL; in xmlSchemaValidateElemDecl() local
[all …]