Home
last modified time | relevance | path

Searched refs:GetVal (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h255 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
256 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
DLLParser.cpp1699 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, in GetVal() function in LLParser::PerFunctionState
1741 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, in GetVal() function in LLParser::PerFunctionState
1845 return cast_or_null<BasicBlock>(GetVal(Name, in GetBB()
1850 return cast_or_null<BasicBlock>(GetVal(ID, in GetBB()
2446 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc); in ConvertValIDToValue()
2450 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc); in ConvertValIDToValue()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp174 static UInt32 GetVal(UInt32 &res, unsigned numBits) in GetVal() function in CBenchRandomGenerator
183 UInt32 len = GetVal(r, 2); in GetLen()
184 return GetVal(r, 1 + len); in GetLen()
211 if (GetVal(r, 1) == 0 || pos < 1024) in GenerateLz()
218 if (GetVal(r, 3) != 0) in GenerateLz()
236 UInt32 ppp = GetVal(r, numLogBits) + kAddBits; in GenerateLz()
240 rep0 = GetVal(r, ppp); in GenerateLz()
/external/llvm/lib/AsmParser/
DLLParser.h338 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
339 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
DLLParser.cpp2487 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty, in GetVal() function in LLParser::PerFunctionState
2529 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc) { in GetVal() function in LLParser::PerFunctionState
2634 return dyn_cast_or_null<BasicBlock>(GetVal(Name, in GetBB()
2639 return dyn_cast_or_null<BasicBlock>(GetVal(ID, in GetBB()
4389 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc); in ConvertValIDToValue()
4393 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc); in ConvertValIDToValue()
/external/pdfium/third_party/lcms/src/
Dcmscgats.c978 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle) in GetVal() function
1891 if (!GetVal(it8, Buffer, 255, "Sample data expected")) in DataSection()
1936 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection()
1944 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection()
1965 if (!GetVal(it8, Buffer, MAXSTR-1, "Property data expected")) return FALSE; in HeaderSection()
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go681 func (m *KnownTypes) GetVal() *google_protobuf2.Value { func