Home
last modified time | relevance | path

Searched refs:WithoutIndex (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1247 unsigned WithoutIndex) const { in removeAttributes()
1250 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributes()
1251 if (WithoutIndex >= getNumAttrSets()) in removeAttributes()
1254 AttrSets[WithoutIndex] = AttributeSet(); in removeAttributes()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1383 unsigned WithoutIndex) const { in removeAttributes()
1386 WithoutIndex = attrIdxToArrayIdx(WithoutIndex); in removeAttributes()
1387 if (WithoutIndex >= getNumAttrSets()) in removeAttributes()
1390 AttrSets[WithoutIndex] = AttributeSet(); in removeAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h741 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h799 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp804 auto WithoutIndex = completions(TU, Test.point(), {}, Opts); in TEST() local
805 EXPECT_THAT(WithoutIndex.Completions, in TEST()