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

/external/llvm/include/llvm/Support/
H A DErrorOr.h84 static const bool isRef = std::is_reference<T>::value; member in class:llvm::ErrorOr
88 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h155 bool isRef() const { return AccessTy & Refs; }
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c546 int isRef; member in struct:_xmlSchemaAttributeUseProhib
7092 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; local
7112 isRef = 1;
7121 if (isRef) {
7234 if (! isRef) {
7375 if (! isRef) {
7413 if (isRef) {
7428 if (isRef) {
8443 int min, max, isRef = 0; local
8469 isRef
[all...]
/external/libxml2/
H A Dxmlschemas.c546 int isRef; member in struct:_xmlSchemaAttributeUseProhib
7111 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; local
7131 isRef = 1;
7140 if (isRef) {
7253 if (! isRef) {
7394 if (! isRef) {
7432 if (isRef) {
7447 if (isRef) {
8462 int min, max, isRef = 0; local
8488 isRef
[all...]

Completed in 127 milliseconds