Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrorOr.h84 static const bool isRef = std::is_reference<T>::value; variable
88 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/llvm/include/llvm/Analysis/
DAliasSetTracker.h156 bool isRef() const { return AccessTy & Refs; } in isRef() function
/external/libxml2/
Dxmlschemas.c546 int isRef; member
7113 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local
7133 isRef = 1; in xmlSchemaParseLocalAttribute()
7142 if (isRef) { in xmlSchemaParseLocalAttribute()
7255 if (! isRef) { in xmlSchemaParseLocalAttribute()
7396 if (! isRef) { in xmlSchemaParseLocalAttribute()
7434 if (isRef) { in xmlSchemaParseLocalAttribute()
7449 if (isRef) { in xmlSchemaParseLocalAttribute()
8464 int min, max, isRef = 0; in xmlSchemaParseElement() local
8490 isRef = 1; in xmlSchemaParseElement()
[all …]