Home
last modified time | relevance | path

Searched refs:isRef (Results 1 – 14 of 14) 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
64 using storage_type = typename std::conditional<isRef, wrap, T>::type;
DError.h437 static const bool isRef = std::is_reference<T>::value; variable
444 using storage_type = typename std::conditional<isRef, wrap, T>::type;
/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
74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
DError.h633 static const bool isRef = std::is_reference<T>::value; variable
639 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
/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/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1470 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/);
1471 if (isRef) {
1477 path: isRef[1],
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1470 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/); variable
1471 if (isRef) {
1477 path: isRef[1],
3342 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/);
3343 if (isRef) {
3349 path: isRef[1],
Dparserharness.errors.txt1752 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/);
1753 if (isRef) {
1759 path: isRef[1],
Dparserharness.symbols4299 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/);
4300 >isRef : Symbol(isRef, Decl(parserharness.ts, 1468, 23))
4305 if (isRef) {
4306 >isRef : Symbol(isRef, Decl(parserharness.ts, 1468, 23))
4323 path: isRef[1],
4325 >isRef : Symbol(isRef, Decl(parserharness.ts, 1468, 23))
Dparserharness.types5958 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/);
5959 >isRef : RegExpMatchArray
5966 if (isRef) {
5967 >isRef : RegExpMatchArray
5971 …, startCol:0, path: isRef[1], …
5989 path: isRef[1],
5991 >isRef[1] : string
5992 >isRef : RegExpMatchArray
/third_party/libxml2/
Dxmlschemas.c554 int isRef; member
7204 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local
7224 isRef = 1; in xmlSchemaParseLocalAttribute()
7233 if (isRef) { in xmlSchemaParseLocalAttribute()
7346 if (! isRef) { in xmlSchemaParseLocalAttribute()
7487 if (! isRef) { in xmlSchemaParseLocalAttribute()
7525 if (isRef) { in xmlSchemaParseLocalAttribute()
7540 if (isRef) { in xmlSchemaParseLocalAttribute()
8555 int min, max, isRef = 0; in xmlSchemaParseElement() local
8581 isRef = 1; in xmlSchemaParseElement()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoBaseDecodeUtils.cpp602 bool isRef () in isRef() function
672 DE_ASSERT(isRef()); in setH265PictureData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.cpp602 bool isRef () in isRef() function
672 DE_ASSERT(isRef()); in setH265PictureData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1219 if (AS.isRef() || !AS.isMustAlias()) in canSinkOrHoistInst()