HomeSort by relevance Sort by last modified time
    Searched refs:isSingleElement (Results 1 - 20 of 20) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleElementStream.h 34 BOOL isSingleElement;
44 @property (assign) BOOL isSingleElement;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 39 BOOL isSingleElement;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 39 BOOL isSingleElement;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 39 BOOL isSingleElement;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantRange.h 117 /// isSingleElement - Return true if this set contains exactly one member.
119 bool isSingleElement() const { return getSingleElement() != 0; }
  /external/llvm/include/llvm/IR/
ConstantRange.h 171 bool isSingleElement() const { return getSingleElement() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 181 bool isSingleElement() const { return getSingleElement() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 181 bool isSingleElement() const { return getSingleElement() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 181 bool isSingleElement() const { return getSingleElement() != nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 181 bool isSingleElement() const { return getSingleElement() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 181 bool isSingleElement() const { return getSingleElement() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 181 bool isSingleElement() const { return getSingleElement() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 181 bool isSingleElement() const { return getSingleElement() != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantRange.h 181 bool isSingleElement() const { return getSingleElement() != nullptr; }
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 109 EXPECT_FALSE(Full.isSingleElement());
110 EXPECT_FALSE(Empty.isSingleElement());
111 EXPECT_TRUE(One.isSingleElement());
112 EXPECT_FALSE(Some.isSingleElement());
113 EXPECT_FALSE(Wrap.isSingleElement());
664 EXPECT_TRUE(NSWForAllValues.isSingleElement() &&
670 EXPECT_TRUE(NUWForAllValues.isSingleElement() &&
676 EXPECT_TRUE(NUWAndNSWForAllValues.isSingleElement() &&
  /external/swiftshader/third_party/LLVM/unittests/Support/
ConstantRangeTest.cpp 109 EXPECT_FALSE(Full.isSingleElement());
110 EXPECT_FALSE(Empty.isSingleElement());
111 EXPECT_TRUE(One.isSingleElement());
112 EXPECT_FALSE(Some.isSingleElement());
113 EXPECT_FALSE(Wrap.isSingleElement());
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 303 Val.getConstantRange().isSingleElement())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 62 if (CR.isSingleElement())
  /external/llvm/lib/IR/
ConstantRange.cpp 66 if (CR.isSingleElement())

Completed in 1383 milliseconds