Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp453 auto pairWiseOr = [&](std::vector<Value *> &InList) -> std::vector<Value *> { in getCompareLoadPairs()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp45 void ObjCListBase::set(void *const* InList, unsigned Elts, ASTContext &Ctx) { in set()
54 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h84 void set(T* const* InList, unsigned Elts, ASTContext &Ctx) { in set()