Home
last modified time | relevance | path

Searched refs:Descr (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/
Dtest_module.py283 class Descr: class
287 melon = Descr()
Dtest_pydoc.py1247 class Descr: class
1253 attr = Descr()
1272 class Descr: class
1280 attr = Descr()
Dtest_descr.py4472 class Descr(object): class
4477 attr = Descr()
4633 class Descr(object): class
4640 descr = Descr("a")
4656 Meta.a = Descr("a")
4927 class Descr: class
4931 descr = Descr()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerLoop.cpp412 std::string Descr = DescribePC("%L", PC); in CheckExitOnSrcPosOrItem() local
413 if (Descr.find(Options.ExitOnSrcPos) != std::string::npos) { in CheckExitOnSrcPosOrItem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp394 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp293 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, argument
DMemorySanitizer.cpp3509 Value *Descr = getLocalVarDescription(I); in poisonAllocaUserspace() local
3512 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()), in poisonAllocaUserspace()
3518 Value *Descr = getLocalVarDescription(I); in poisonAllocaKmsan() local
3522 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy())}); in poisonAllocaKmsan()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h233 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
DInstrProfData.inc174 #define VALUE_PROF_KIND(Enumerator, Value, Descr)