HomeSort by relevance Sort by last modified time
    Searched defs:SetB (Results 1 - 5 of 5) sorted by null

  /external/llvm/unittests/IR/
AttributesTest.cpp 30 AttributeSet SetB = AttributeSet::get(C, ASs);
31 EXPECT_EQ(SetA, SetB);
52 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]);
53 EXPECT_NE(SetA, SetB);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
AttributesTest.cpp 28 AttributeList SetB = AttributeList::get(C, ASs);
29 EXPECT_EQ(SetA, SetB);
48 AttributeList SetB = SetA.removeAttributes(C, 1, ASs[1].getAttributes(1));
49 EXPECT_NE(SetA, SetB);
  /art/runtime/
jvalue.h 39 void SetB(int8_t new_b) {
  /external/llvm/lib/Analysis/
CFLSteensAliasAnalysis.cpp 319 auto SetB = *MaybeB;
321 auto AttrsB = Sets.getLink(SetB.Index).Attrs;
333 if (SetA.Index == SetB.Index)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CFLSteensAliasAnalysis.cpp 307 auto SetB = *MaybeB;
309 auto AttrsB = Sets.getLink(SetB.Index).Attrs;
321 if (SetA.Index == SetB.Index)

Completed in 166 milliseconds