/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 255 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc); 256 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
|
D | LLParser.cpp | 1699 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/ |
D | Bench.cpp | 174 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/ |
D | LLParser.h | 338 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc); 339 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
|
D | LLParser.cpp | 2487 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/ |
D | cmscgats.c | 978 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/ |
D | test_objects.pb.go | 681 func (m *KnownTypes) GetVal() *google_protobuf2.Value { func
|