Home
last modified time | relevance | path

Searched defs:isRef (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
DErrorOr.h70 static const bool isRef = std::is_reference<T>::value; variable
DError.h602 static const bool isRef = std::is_reference<T>::value; variable
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h170 bool isRef() const { return Access & RefAccess; } in isRef() function
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasSetTracker.h157 bool isRef() const { return AccessTy & Refs; } in isRef() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.h48 enum ModRef { isRef = 1, isMod = 2, isModRef = 3 }; enumerator
/external/libxml2/
Dxmlschemas.c546 int isRef; member
7126 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local
8477 int min, max, isRef = 0; in xmlSchemaParseElement() local