/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ErrorOr.h | 59 static const bool isRef = std::is_reference<T>::value; variable 64 using storage_type = typename std::conditional<isRef, wrap, T>::type;
|
D | Error.h | 437 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/ |
D | ErrorOr.h | 70 static const bool isRef = std::is_reference<T>::value; variable 74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
|
D | Error.h | 633 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/ |
D | AliasSetTracker.h | 208 bool isRef() const { return Access & RefAccess; } in isRef() function
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserharness.ts | 1470 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/); 1471 if (isRef) { 1477 path: isRef[1],
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.js | 1470 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],
|
D | parserharness.errors.txt | 1752 var isRef = line.match(/reference\spath='(\w*_?\w*\.?d?\.ts)'/); 1753 if (isRef) { 1759 path: isRef[1],
|
D | parserharness.symbols | 4299 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))
|
D | parserharness.types | 5958 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/ |
D | xmlschemas.c | 554 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/ |
D | vktVideoBaseDecodeUtils.cpp | 602 bool isRef () in isRef() function 672 DE_ASSERT(isRef()); in setH265PictureData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
D | vktVideoBaseDecodeUtils.cpp | 602 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/ |
D | LICM.cpp | 1219 if (AS.isRef() || !AS.isMustAlias()) in canSinkOrHoistInst()
|