Home
last modified time | relevance | path

Searched defs:notassignable (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/ADT/
DSmallVectorTest.cpp736 struct notassignable { struct
737 int &x;
738 notassignable(int &x) : x(x) {} in notassignable() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSmallVectorTest.cpp807 struct notassignable { struct
808 int &x;
809 notassignable(int &x) : x(x) {} in notassignable() argument