Home
last modified time | relevance | path

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

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