Home
last modified time | relevance | path

Searched refs:parseType (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h2438 Node *parseType();
2693 Node *P = getDerived().parseType(); in parseUnnamedTypeName()
2823 Node *Ty = getDerived().parseType(); in parseOperatorName()
3455 Node *T = getDerived().parseType(); in parseFunctionType()
3471 Node *ReturnType = getDerived().parseType(); in parseFunctionType()
3490 Node *T = getDerived().parseType(); in parseFunctionType()
3518 Node *ElemType = getDerived().parseType(); in parseVectorType()
3530 Node *ElemType = getDerived().parseType(); in parseVectorType()
3535 Node *ElemType = getDerived().parseType(); in parseVectorType()
3581 Node *Ty = getDerived().parseType(); in parseArrayType()
[all …]
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.cpp319 void parseType<bool> (const char*, bool* dst) in parseType() function
325 void parseType<std::string> (const char* src, std::string* dst) in parseType() function
331 void parseType<int> (const char* src, int* dst) in parseType() function
DdeCommandLine.hpp42 void parseType (const char* src, ValueType* dst);
74 , parse (parseType<ValueType>) in Option()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DItaniumManglingCanonicalizer.cpp248 N = P->Demangler.parseType(); in addEquivalence()
255 N = P->Demangler.parseType(); in addEquivalence()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
DParser.h191 Type *parseType(StringRef Asm, SMDiagnostic &Err, const Module &M,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkParser.h85 Expected<Type> parseType(yaml::MappingNode &Node);
DYAMLRemarkParser.cpp210 Expected<Type> T = parseType(*Root); in parseRemark()
273 Expected<Type> YAMLRemarkParser::parseType(yaml::MappingNode &Node) { in parseType() function in YAMLRemarkParser
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dplurfmt.h592 void parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner,
/third_party/icu/icu4c/source/i18n/unicode/
Dplurfmt.h592 void parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner,
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dplurfmt.h593 void parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dplurfmt.h592 void parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner,
/third_party/vk-gl-cts/scripts/khr_util/
Dregistry.py290 def parseType(eType): function
305 return parseType(registry.types[name, api])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp296 Optional<wasm::ValType> parseType(const StringRef &Type) { in parseType() function in __anonf6188e060111::WebAssemblyAsmParser
331 auto Type = parseType(Lexer.getTok().getString()); in parseRegTypeList()
673 auto Type = parseType(TypeName); in ParseDirective()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DParser.cpp159 Type *llvm::parseType(StringRef Asm, SMDiagnostic &Err, const Module &M, in parseType() function in llvm
/third_party/typescript/src/compiler/
Dparser.ts2778 parseType(),
2867 …return parseBracketedList(ParsingContext.TypeArguments, parseType, SyntaxKind.LessThanToken, Synta…
2901 …ishNode(factory.createTypePredicateNode(/*assertsModifier*/ undefined, lhs, parseType()), lhs.pos);
2946 return finishNode(factory.createJSDocNullableType(parseType()), pos);
3036 constraint = parseType();
3050 const defaultType = parseOptional(SyntaxKind.EqualsToken) ? parseType() : undefined;
3450 const type = parseType();
3466 const nameType = parseOptional(SyntaxKind.AsKeyword) ? parseType() : undefined;
3484 return finishNode(factory.createRestTypeNode(parseType()), pos);
3486 const type = parseType();
[all …]
/third_party/libxml2/doc/
Dapibuild.py1062 token = self.parseType(token)
1169 token = self.parseType(token)
1271 def parseType(self, token): member in CParser
1445 token = self.parseType(token)
1510 token = self.parseType(token)
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralFormat.java699 /*package*/ String parseType(String source, RbnfLenientScanner scanner, FieldPosition pos) { in parseType() method in PluralFormat
DNFRule.java1276 pluralFormatKey.parseType(str, scanner, position); in findText()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralFormat.java718 /*package*/ String parseType(String source, RbnfLenientScanner scanner, FieldPosition pos) { in parseType() method in PluralFormat
DNFRule.java1279 pluralFormatKey.parseType(str, scanner, position); in findText()
/third_party/node/deps/icu-small/source/i18n/
Dplurfmt.cpp506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formatt… in parseType() function in PluralFormat
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dplurfmt.cpp499 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formatt… in parseType() function in PluralFormat
Dnfrule.cpp1483 rulePatternFormat->parseType(str, this, result, position); in findText()
/third_party/icu/icu4c/source/i18n/
Dplurfmt.cpp506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formatt… in parseType() function in PluralFormat
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurfmt.cpp506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formatt… in parseType() function in PluralFormat

12