Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/feature_tests/commands/penalty/
Dexpect_watch_type.cpp21 T GetVal() { in GetVal() function in Doubled
41 return int(double(myInt.GetVal()) in main()
43 + myDouble.GetVal() in main()
/external/llvm-project/debuginfo-tests/dexter/feature_tests/commands/perfect/
Dexpect_watch_type.cpp20 T GetVal() { in GetVal() function in Doubled
40 return int(double(myInt.GetVal()) in main()
42 + myDouble.GetVal() in main()
/external/webrtc/rtc_base/
Dchecks.h139 T GetVal() const { return val; } in GetVal() function
148 const std::string* GetVal() const { return &val; } in GetVal() function
240 FatalLog(file, line, message, t, args.GetVal()...); in Call()
250 FatalLog(file, line, message, t, args.GetVal()...); in CallCheckOp()
Dlogging.h195 T GetVal() const { return val; } in GetVal() function
204 const std::string* GetVal() const { return &val; } in GetVal() function
342 Log(t, args.GetVal()...);
/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.c983 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle) in GetVal() function
1902 if (!GetVal(it8, Buffer, 255, "Sample data expected")) in DataSection()
1947 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection()
1955 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection()
1976 if (!GetVal(it8, Buffer, MAXSTR - 1, "Property data expected")) return FALSE; in HeaderSection()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp172 static UInt32 GetVal(UInt32 &res, unsigned numBits) in GetVal() function in CBenchRandomGenerator
181 UInt32 len = GetVal(r, 2); in GetLen()
182 return GetVal(r, 1 + len); in GetLen()
209 if (GetVal(r, 1) == 0 || pos < 1024) in GenerateLz()
216 if (GetVal(r, 3) != 0) in GenerateLz()
234 UInt32 ppp = GetVal(r, numLogBits) + kAddBits; in GenerateLz()
238 rep0 = GetVal(r, ppp); in GenerateLz()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h434 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall);
435 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall);
DLLParser.cpp2879 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty, in GetVal() function in LLParser::PerFunctionState
2914 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc, in GetVal() function in LLParser::PerFunctionState
3014 GetVal(Name, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in GetBB()
3019 GetVal(ID, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in GetBB()
5146 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc, IsCall); in ConvertValIDToValue()
5150 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc, IsCall); in ConvertValIDToValue()
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go893 func (m *KnownTypes) GetVal() *_struct.Value { func