Searched refs:typeName (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | bgenType.py | 14 def __init__(self, typeName, fmt): argument 19 self.typeName = typeName 47 return ["%s%s%s%s %s" % (const, self.typeName, ref, out, name)] 116 Output("/* XXX no err check for %s %s */", self.typeName, name) 166 raise RuntimeError, "Type '%s' can only be used for input parameters" % self.typeName 177 raise RuntimeError, "Type '%s' can only be used for output parameters" % self.typeName 218 self.typeName = None # Don't show this argument in __doc__ string 247 self.typeName = name
|
D | bgenGenerator.py | 155 typeName = arg.type.typeName 156 if typeName is None: # Suppressed type 159 typeName = "?" 162 str = typeName + ' ' + arg.name
|
D | bgenBuffer.py | 34 self.typeName = "Buffer" 202 self.typeName = self.type = type
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | Parser.h | 41 std::string* typeName, 64 std::string* typeName,
|
D | Parser.cpp | 119 std::string* typeName, in parseTypeDeclaration() argument 142 *typeName = buildTypeString(tokens, tokens.size()); in parseTypeDeclaration() 148 std::string* typeName, in parseParameterDeclaration() argument 189 *typeName = buildTypeString(tokens, tokens.size() - 1U); in parseParameterDeclaration()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_SUMMARY.txt | 739 LP typeName RP 743 typeName : <<isTypeName(LATEXT(1))>>? ID 748 of typeName, so it won't be hoisted into castExpr to help 755 LP typeName RP 766 LP typeName RP 784 LP typeName RP 788 typeName : <<isTypeName(LATEXT(1))>>? ID
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 975 LP typeName RP 979 typeName : <<isTypeName(LATEXT(1))>>? ID 983 The problem is that typeName isn't on the leading edge 991 LP typeName RP 1002 LP typeName RP 1020 LP typeName RP 1024 typeName : <<isTypeName(LATEXT(1))>>? ID
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_SUMMARY.txt | 739 LP typeName RP 743 typeName : <<isTypeName(LATEXT(1))>>? ID 748 of typeName, so it won't be hoisted into castExpr to help 755 LP typeName RP 766 LP typeName RP 784 LP typeName RP 788 typeName : <<isTypeName(LATEXT(1))>>? ID
|
D | CHANGES_FROM_133_before_mr13.txt | 975 LP typeName RP 979 typeName : <<isTypeName(LATEXT(1))>>? ID 984 of typeName, so it won't be hoisted into castExpr to help 991 LP typeName RP 1002 LP typeName RP 1020 LP typeName RP 1024 typeName : <<isTypeName(LATEXT(1))>>? ID
|