Home
last modified time | relevance | path

Searched refs:parseValue (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h467 bool parseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
468 bool parseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in parseValue() function
469 return parseValue(Ty, V, &PFS); in parseValue()
472 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue() function
474 return parseValue(Ty, V, &PFS); in parseValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp373 bool parseValue(Value &Out);
411 bool Parser::parseValue(Value &Out) { in parseValue() function in llvm::json::__anon755f40010911::Parser
447 if (!parseValue(A.back())) in parseValue()
479 if (!parseValue(O[std::move(K)])) in parseValue()
671 if (P.parseValue(E)) in parse()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Ddemangle.d1431 void parseValue(scope char[] name = null, char type = '\0' ) scope
1511 parseValue();
1525 parseValue();
1527 parseValue();
1542 parseValue();
1697 parseValue( name, t );
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Djson.d910 void parseValue(ref JSONValue value) in parseValue() function
934 parseValue(member); in parseValue()
954 parseValue(element); in parseValue()
1073 parseValue(root);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2699 if (parseOptionalParamAttrs(ArgAttrs) || parseValue(ArgTy, V, PFS)) in parseParameterList()
2784 if (parseType(Ty) || parseValue(Ty, Input, PFS)) in parseOptionalOperandBundles()
5504 if (parseValue(Ty, V, PFS)) in parseValueAsMetadata()
5731 bool LLParser::parseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in parseValue() function in LLParser
5740 return parseType(Ty) || parseValue(Ty, V, PFS); in parseTypeAndValue()
6412 if (parseValue(Ty, RV, PFS)) in parseRet()
6669 if (parseValue(ArgTy, V, PFS)) in parseExceptionArgs()
6687 if (parseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in parseCleanupRet()
6716 if (parseValue(Type::getTokenTy(Context), CatchPad, PFS)) in parseCatchRet()
6740 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCatchSwitch()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Djson.d1179 void parseValue(ref JSONValue value)
1208 parseValue(member);
1233 parseValue(element);
1381 parseValue(root);