/external/llvm-project/llvm/test/tools/dsymutil/X86/ |
D | modules-pruning.cpp | 47 static const bool isRef = is_reference<T>::value; member in M::Template 57 TB1.isRef; in foo()
|
/external/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;
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | ErrorOr.h | 58 static constexpr bool isRef = std::is_reference<T>::value; variable 63 using storage_type = std::conditional_t<isRef, wrap, T>;
|
D | Error.h | 442 static constexpr bool isRef = std::is_reference<T>::value; variable 449 using storage_type = std::conditional_t<isRef, wrap, T>;
|
/external/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;
|
/external/llvm/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 | 602 static const bool isRef = std::is_reference<T>::value; variable 608 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 334 bit isRef = MR.Value{1}; 353 bit isRef = 0; 357 bit isRef = 1; 361 bit isRef = 1;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 208 bool isRef() const { return Access & RefAccess; } in isRef() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 207 bool isRef() const { return Access & RefAccess; } in isRef() function
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 170 bool isRef() const { return Access & RefAccess; } in isRef() function
|
/external/llvm-project/llvm/docs/TableGen/ |
D | ProgRef.rst | 779 bit isRef = mrv.Value{1}; 797 bit isRef = 1; 801 bit isRef = 0; 805 bit isRef = 1;
|
/external/libxml2/ |
D | xmlschemas.c | 554 int isRef; member 7198 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local 7218 isRef = 1; in xmlSchemaParseLocalAttribute() 7227 if (isRef) { in xmlSchemaParseLocalAttribute() 7340 if (! isRef) { in xmlSchemaParseLocalAttribute() 7481 if (! isRef) { in xmlSchemaParseLocalAttribute() 7519 if (isRef) { in xmlSchemaParseLocalAttribute() 7534 if (isRef) { in xmlSchemaParseLocalAttribute() 8549 int min, max, isRef = 0; in xmlSchemaParseElement() local 8575 isRef = 1; in xmlSchemaParseElement() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1270 if (AS.isRef() || !AS.isMustAlias()) in canSinkOrHoistInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1219 if (AS.isRef() || !AS.isMustAlias()) in canSinkOrHoistInst()
|