Home
last modified time | relevance | path

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

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