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

12

/external/clang/lib/AST/
H A DStmtViz.cpp33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Djquery.js34 var isSimple = /^.[^:#\[\.]*$/; variable
351 if ( isSimple.test( selector ) )
1692 r = isSimple.test( m[3] ) ?
/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
93 if (isSimple())
/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h34 bool isSimple() { function in struct:llvm::DefaultDOTGraphTraits
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DMachineBlockFrequencyInfo.cpp83 explicit DOTGraphTraits(bool isSimple=false) : argument
84 DefaultDOTGraphTraits(isSimple) {}
H A DMachineFunction.cpp380 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
392 if (isSimple()) {
H A DMachineScheduler.cpp3217 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/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSParserValues.cpp181 bool CSSParserSelector::isSimple() const function in class:WebCore::CSSParserSelector
195 return m_tagHistory->isSimple();
/external/clang/lib/Analysis/
H A DCallGraph.cpp217 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.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 DBlockFrequencyInfo.cpp76 explicit DOTGraphTraits(bool isSimple=false) : argument
77 DefaultDOTGraphTraits(isSimple) {}
H A DRegionInfo.cpp205 bool Region::isSimple() const { function in class:Region
578 if (R->isSimple()) ++numSimpleRegions;
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h106 inline bool isSimple() const { return kSimple_Type == this->getType(); } function in class:SkRRect
108 return this->isSimple() && fRadii[0].fX == fRadii[0].fY;
/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.h106 inline bool isSimple() const { return kSimple_Type == this->getType(); } function in class:SkRRect
108 return this->isSimple() && fRadii[0].fX == fRadii[0].fY;
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h82 if (!isSimple())
93 /// isSimple - Test if the given EVT is simple (as opposed to being
95 bool isSimple() const { function in struct:llvm::EVT
102 return !isSimple();
107 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
112 return isSimple() ? V.isInteger() : isExtendedInteger();
117 return isSimple() ? V.isVector() : isExtendedVector();
122 return isSimple() ? V.is16BitVector() : isExtended16BitVector();
127 return isSimple() ? V.is32BitVector() : isExtended32BitVector();
132 return isSimple()
[all...]
/external/clang/lib/CodeGen/
H A DCGValue.h192 bool isSimple() const { return LVType == Simple; } function in class:clang::CodeGen::LValue
264 llvm::Value *getAddress() const { assert(isSimple()); return V; }
266 assert(isSimple());
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2292 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/llvm/include/llvm/IR/
H A DInstructions.h235 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::LoadInst
355 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::StoreInst
/external/clang/include/clang/AST/
H A DStmt.h1420 bool isSimple() const { return IsSimple; } function in class:clang::AsmStmt

Completed in 670 milliseconds

12