Searched refs:ParseValue (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.h282 bool ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS);
283 bool ParseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { function in class:llvm::LLParser
284 return ParseValue(Ty, V, &PFS);
286 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, function in class:llvm::LLParser
289 return ParseValue(Ty, V, &PFS);
H A DLLParser.cpp1446 if (ParseOptionalAttrs(ArgAttrs1, 0) || ParseValue(ArgTy, V, PFS))
2642 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) {
2652 ParseValue(Ty, V, PFS);
3121 if (ParseValue(Ty, RV, PFS)) return true;
3364 ParseValue(LHS->getType(), RHS, PFS))
3392 ParseValue(LHS->getType(), RHS, PFS))
3415 ParseValue(LHS->getType(), RHS, PFS))
3559 ParseValue(Ty, Op0, PFS) ||
3561 ParseValue(Type::getLabelTy(Context), Op1, PFS) ||
3579 ParseValue(T
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DTGParser.cpp419 return ParseValue(CurRec, Type, ParseNameMode);
853 Init *LHS = ParseValue(CurRec);
956 InitList.push_back(ParseValue(CurRec));
962 InitList.push_back(ParseValue(CurRec));
1017 Init *LHS = ParseValue(CurRec);
1026 Init *MHS = ParseValue(CurRec);
1035 Init *RHS = ParseValue(CurRec);
1372 Init *Operator = ParseValue(CurRec);
1421 /// ParseValue - Parse a tblgen value. This returns null on error.
1428 Init *TGParser::ParseValue(Recor function in class:TGParser
[all...]
H A DTGParser.h171 Init *ParseValue(Record *CurRec, RecTy *ItemType = 0,
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dlexer.c57 static tmbstr ParseValue( TidyDocImpl* doc, ctmbstr name, Bool foldCase,
2727 av->value = ParseValue( doc, name, yes, &isempty, &pdelim );
3208 static tmbstr ParseValue( TidyDocImpl* doc, ctmbstr name, function
3603 value = ParseValue( doc, attribute, no, isempty, &delim );

Completed in 265 milliseconds