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.h163 bool isRef() const { return Access & RefAccess; } in isRef() function
/external/libxml2/
Dxmlschemas.c546 int isRef; member
7126 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local
7146 isRef = 1; in xmlSchemaParseLocalAttribute()
7155 if (isRef) { in xmlSchemaParseLocalAttribute()
7268 if (! isRef) { in xmlSchemaParseLocalAttribute()
7409 if (! isRef) { in xmlSchemaParseLocalAttribute()
7447 if (isRef) { in xmlSchemaParseLocalAttribute()
7462 if (isRef) { in xmlSchemaParseLocalAttribute()
8477 int min, max, isRef = 0; in xmlSchemaParseElement() local
8503 isRef = 1; in xmlSchemaParseElement()
[all …]