Home
last modified time | relevance | path

Searched refs:InList (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp381 auto pairWiseOr = [&](std::vector<Value *> &InList) -> std::vector<Value *> { in getCompareLoadPairs() argument
383 for (unsigned i = 0; i < InList.size() - 1; i = i + 2) { in getCompareLoadPairs()
384 Value *Or = Builder.CreateOr(InList[i], InList[i + 1]); in getCompareLoadPairs()
387 if (InList.size() % 2 != 0) in getCompareLoadPairs()
388 OutList.push_back(InList.back()); in getCompareLoadPairs()
/external/llvm-project/llvm/lib/CodeGen/
DExpandMemCmp.cpp395 auto pairWiseOr = [&](std::vector<Value *> &InList) -> std::vector<Value *> { in getCompareLoadPairs() argument
397 for (unsigned i = 0; i < InList.size() - 1; i = i + 2) { in getCompareLoadPairs()
398 Value *Or = Builder.CreateOr(InList[i], InList[i + 1]); in getCompareLoadPairs()
401 if (InList.size() % 2 != 0) in getCompareLoadPairs()
402 OutList.push_back(InList.back()); in getCompareLoadPairs()
/external/clang/lib/AST/
DDeclObjC.cpp27 void ObjCListBase::set(void *const* InList, unsigned Elts, ASTContext &Ctx) { in set() argument
34 memcpy(List, InList, sizeof(void*)*Elts); in set()
37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set() argument
44 set(InList, Elts, Ctx); in set()
/external/clang/include/clang/AST/
DDeclObjC.h49 void set(void *const* InList, unsigned Elts, ASTContext &Ctx);
60 void set(T* const* InList, unsigned Elts, ASTContext &Ctx) { in set() argument
61 ObjCListBase::set(reinterpret_cast<void*const*>(InList), Elts, Ctx); in set()
88 void set(ObjCProtocolDecl* const* InList, unsigned Elts,
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp45 void ObjCListBase::set(void *const* InList, unsigned Elts, ASTContext &Ctx) { in set() argument
51 memcpy(List, InList, sizeof(void*)*Elts); in set()
54 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set() argument
61 set(InList, Elts, Ctx); in set()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h75 void set(void *const* InList, unsigned Elts, ASTContext &Ctx);
85 void set(T* const* InList, unsigned Elts, ASTContext &Ctx) { in set() argument
86 ObjCListBase::set(reinterpret_cast<void*const*>(InList), Elts, Ctx); in set()
115 void set(ObjCProtocolDecl* const* InList, unsigned Elts,
/external/openscreen/third_party/abseil/src/absl/base/
Dexception_safety_testing_test.cc504 TEST(ThrowingAllocatorTest, InList) { in TEST() argument
/external/webrtc/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc504 TEST(ThrowingAllocatorTest, InList) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc504 TEST(ThrowingAllocatorTest, InList) { in TEST() argument
/external/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc504 TEST(ThrowingAllocatorTest, InList) { in TEST() argument
/external/libtextclassifier/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc504 TEST(ThrowingAllocatorTest, InList) { in TEST() argument