Home
last modified time | relevance | path

Searched defs:isRef (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h59 static const bool isRef = std::is_reference<T>::value; variable
DError.h437 static const bool isRef = std::is_reference<T>::value; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h70 static const bool isRef = std::is_reference<T>::value; variable
DError.h633 static const bool isRef = std::is_reference<T>::value; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h208 bool isRef() const { return Access & RefAccess; } in isRef() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.cpp350 bool isRef() { return (used_for_reference != 0); } in isRef() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoBaseDecodeUtils.cpp602 bool isRef () in isRef() function
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1470 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/); variable