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

  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 31 bool IsSimple;
34 bool isSimple() {
35 return IsSimple;
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 603 public boolean isSimple() {
  /external/webkit/Source/WebCore/css/
CSSParserValues.h 118 bool isSimple() const { return !m_tagHistory && m_selector->isSimple(); }
CSSSelector.cpp 727 bool CSSSelector::isSimple() const
  /frameworks/base/libs/hwui/
Matrix.cpp 71 bool Matrix4::isSimple() {
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 445 if (!isSimple())
456 /// isSimple - Test if the given EVT is simple (as opposed to being
458 bool isSimple() const {
465 return !isSimple();
470 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
475 return isSimple() ? V.isInteger() : isExtendedInteger();
480 return isSimple() ? V.isVector() : isExtendedVector();
485 if (!isSimple())
494 if (!isSimple())
502 if (!isSimple())
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 177 bool Region::isSimple() const {
560 if (R->isSimple()) ++numSimpleRegions;
  /external/clang/lib/CodeGen/
CGValue.h 174 bool isSimple() const { return LVType == Simple; }
232 llvm::Value *getAddress() const { assert(isSimple()); return V; }
234 assert(isSimple());
  /external/llvm/include/llvm/
Instructions.h 218 bool isSimple() const { return !isAtomic() && !isVolatile(); }
338 bool isSimple() const { return !isAtomic() && !isVolatile(); }
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 625 public boolean isSimple() {
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 529 milliseconds