Searched defs:isSimple (Results 1 - 25 of 44) sorted by relevance

12

/external/clang/lib/AST/
H A DStmtViz.cpp33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DCFGPrinter.h29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
77 if (isSimple())
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScheduleDAGPrinter.cpp36 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DMachineFunction.cpp335 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
347 if (isSimple()) {
/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
93 if (isSimple())
H A DRegionInfoImpl.h206 bool RegionBase<Tr>::isSimple() const { function in class:llvm::RegionBase
/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h34 bool isSimple() { function in struct:llvm::DefaultDOTGraphTraits
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp31 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDOTGraphTraits.h34 bool isSimple() { function in struct:llvm::DefaultDOTGraphTraits
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDomPrinter.cpp31 DOTGraphTraits (bool isSimple=false) argument
32 : DefaultDOTGraphTraits(isSimple) {}
42 if (isSimple())
54 DOTGraphTraits (bool isSimple=false) argument
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
70 DOTGraphTraits (bool isSimple=false) argument
71 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
H A DRegionPrinter.cpp38 DOTGraphTraits (bool isSimple=false) argument
39 : DefaultDOTGraphTraits(isSimple) {}
46 if (isSimple())
61 DOTGraphTraits (bool isSimple=false) argument
62 : DOTGraphTraits<RegionNode*>(isSimple) {}
108 if (!onlySimpleRegions || R->isSimple()) {
H A DRegionInfo.cpp177 bool Region::isSimple() const { function in class:Region
560 if (R->isSimple()) ++numSimpleRegions;
/external/swiftshader/third_party/LLVM/tools/opt/
H A DGraphPrinters.cpp55 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DAliasOptions.java58 public boolean isSimple() method in class:AliasOptions
H A DPropertyOptions.java318 public boolean isSimple() method in class:PropertyOptions
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DAVT.java603 public boolean isSimple() { method in class:AVT
/external/clang/lib/Analysis/
H A DCallGraph.cpp214 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/llvm/lib/Analysis/
H A DDomPrinter.cpp31 DOTGraphTraits (bool isSimple=false) argument
32 : DefaultDOTGraphTraits(isSimple) {}
42 if (isSimple())
54 DOTGraphTraits (bool isSimple=false) argument
55 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
70 DOTGraphTraits (bool isSimple=false) argument
71 : DOTGraphTraits<DomTreeNode*>(isSimple) {}
H A DRegionPrinter.cpp41 DOTGraphTraits (bool isSimple=false) argument
42 : DefaultDOTGraphTraits(isSimple) {}
49 if (isSimple())
64 DOTGraphTraits (bool isSimple = false)
65 : DOTGraphTraits<RegionNode*>(isSimple) {}
109 if (!onlySimpleRegions || R.isSimple()) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp36 explicit DOTGraphTraits(bool isSimple=false) : argument
37 DefaultDOTGraphTraits(isSimple) {}
/external/skia/include/core/
H A DSkRRect.h101 inline bool isSimple() const { return kSimple_Type == this->getType(); } function in class:SkRRect
105 return this->isSimple() && SkScalarNearlyEqual(fRadii[0].fX, fRadii[0].fY);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp38 explicit DOTGraphTraits(bool isSimple=false) : argument
39 DefaultDOTGraphTraits(isSimple) {}
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h81 if (!isSimple())
99 if (isSimple())
105 /// isSimple - Test if the given EVT is simple (as opposed to being
107 bool isSimple() const { function in struct:llvm::EVT
114 return !isSimple();
119 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
124 return isSimple() ? V.isInteger() : isExtendedInteger();
129 return isSimple() ? V.isScalarInteger() : isExtendedScalarInteger();
134 return isSimple() ? V.isVector() : isExtendedVector();
139 return isSimple()
[all...]
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h104 bool isSimple() const { return Index < FirstNonSimpleIndex; } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
109 assert(isSimple());
114 assert(isSimple());
/external/skia/src/pathops/
H A DSkOpSegment.h258 SkOpSegment* isSimple(SkOpSpanBase** end, int* step) { function in class:SkOpSegment

Completed in 1000 milliseconds

12