Home
last modified time | relevance | path

Searched refs:isRef (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/test/tools/dsymutil/X86/
Dmodules-pruning.cpp47 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/
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;
/external/llvm-project/llvm/include/llvm/Support/
DErrorOr.h58 static constexpr bool isRef = std::is_reference<T>::value; variable
63 using storage_type = std::conditional_t<isRef, wrap, T>;
DError.h442 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/
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;
/external/llvm/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.h602 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/
DLangIntro.rst334 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/
DAliasSetTracker.h208 bool isRef() const { return Access & RefAccess; } in isRef() function
/external/llvm-project/llvm/include/llvm/Analysis/
DAliasSetTracker.h207 bool isRef() const { return Access & RefAccess; } in isRef() function
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h170 bool isRef() const { return Access & RefAccess; } in isRef() function
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst779 bit isRef = mrv.Value{1};
797 bit isRef = 1;
801 bit isRef = 0;
805 bit isRef = 1;
/external/libxml2/
Dxmlschemas.c554 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/
DLICM.cpp1270 if (AS.isRef() || !AS.isMustAlias()) in canSinkOrHoistInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1219 if (AS.isRef() || !AS.isMustAlias()) in canSinkOrHoistInst()