Home
last modified time | relevance | path

Searched refs:parseType (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A 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()
3690 Node *AbstractManglingParser<Derived, Alloc>::parseType() { parseType() function in AbstractManglingParser
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.cpp324 void parseType<bool> (const char*, bool* dst) in parseType() function
330 void parseType<std::string> (const char* src, std::string* dst) in parseType() function
336 void parseType<int> (const char* src, int* dst) in parseType() function
H A 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/
H A 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/lib/Remarks/
H A DYAMLRemarkParser.h85 Expected<Type> parseType(yaml::MappingNode &Node);
H A 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
H A DParser.h191 Type *parseType(StringRef Asm, SMDiagnostic &Err, const Module &M,
/third_party/icu/icu4c/source/i18n/unicode/
H A Dplurfmt.h592 void parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner,
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dplurfmt.h592 void parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dplurfmt.h592 void parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner,
/third_party/vk-gl-cts/scripts/khr_util/
H A 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/
H A DWebAssemblyAsmParser.cpp296 Optional<wasm::ValType> parseType(const StringRef &Type) { in parseType() function in __anon24850::final
331 auto Type = parseType(Lexer.getTok().getString()); in parseRegTypeList()
673 auto Type = parseType(TypeName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DParser.cpp159 Type *llvm::parseType(StringRef Asm, SMDiagnostic &Err, const Module &M, in parseType() function in llvm
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralFormat.java718 /*package*/ String parseType(String source, RbnfLenientScanner scanner, FieldPosition pos) { in parseType() method in PluralFormat
H A DNFRule.java1279 pluralFormatKey.parseType(str, scanner, position); in findText()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralFormat.java699 /*package*/ String parseType(String source, RbnfLenientScanner scanner, FieldPosition pos) { in parseType() method in PluralFormat
H A DNFRule.java1276 pluralFormatKey.parseType(str, scanner, position); in findText()
/third_party/icu/icu4c/source/i18n/
H A Dplurfmt.cpp506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formattable& result, FieldPosition& pos) const { in parseType() function in PluralFormat
H A Dnfrule.cpp1487 rulePatternFormat->parseType(str, this, result, position);
/third_party/node/deps/icu-small/source/i18n/
H A Dplurfmt.cpp506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formattable& result, FieldPosition& pos) const { in parseType() function in PluralFormat
H A Dnfrule.cpp1487 rulePatternFormat->parseType(str, this, result, position);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurfmt.cpp506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formattable& result, FieldPosition& pos) const { in parseType() function in PluralFormat
H A Dnfrule.cpp1487 rulePatternFormat->parseType(str, this, result, position);
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp137 de::cmdline::parseType(val.c_str(), &intVal); in parseIntList()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp7837 // 'parseType' is the type part of the declaration (to the left)
7840 void HlslParseContext::declareTypedef(const TSourceLoc& loc, const TString& identifier, const TType& parseType) in declareTypedef() argument
7842 TVariable* typeSymbol = new TVariable(&identifier, parseType, true); in declareTypedef()
7973 // 'parseType' is the type part of the declaration (to the left)

Completed in 53 milliseconds

12