Home
last modified time | relevance | path

Searched defs:InList (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp321 auto pairWiseOr = [&](std::vector<Value *> &InList) -> std::vector<Value *> { in getCompareLoadPairs()
/external/v8/src/
Dfeedback-vector.cc1160 bool InList(Handle<ArrayList> types, Handle<String> type) { in InList() function
/external/clang/lib/AST/
DDeclObjC.cpp27 void ObjCListBase::set(void *const* InList, unsigned Elts, ASTContext &Ctx) { in set()
37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
/external/clang/include/clang/AST/
DDeclObjC.h60 void set(T* const* InList, unsigned Elts, ASTContext &Ctx) { in set()