Searched refs:isSimple (Results 1 - 25 of 73) sorted by path

123

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java587 if ((avt.isSimple()) && (value.length() != 1)) {
634 if (!avt.isSimple()) return avt;
683 if (!avt.isSimple()) return avt;
798 if ((avt.isSimple()) && (!XML11Char.isXML11ValidNmtoken(value))) {
883 if (avt.isSimple())
980 if (avt.isSimple())
1043 if ((avt.isSimple()) && (!XML11Char.isXML11ValidNCName(value)))
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DAVT.java603 public boolean isSimple() { method in class:AVT
H A DElemAttribute.java266 if (v.isSimple())
H A DElemElement.java216 if ((nodeName != null) && (!m_name_avt.isSimple()) && (!XML11Char.isXML11ValidQName(nodeName)))
H A DElemNumber.java1105 if ((digitGroupSepValue != null) && (!m_groupingSeparator_avt.isSimple()) &&
H A DElemPI.java147 else if ((!m_name_atv.isSimple()) && (!XML11Char.isXML11ValidNCName(piName)))
/external/clang/include/clang/AST/
H A DStmt.h1399 bool isSimple() const { return IsSimple; } function in class:clang::AsmStmt
/external/clang/lib/AST/
H A DStmt.cpp473 if (isSimple()) {
H A DStmtProfile.cpp164 ID.AddBoolean(S->isSimple());
H A DStmtViz.cpp33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/clang/lib/Analysis/
H A DCFG.cpp4070 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DCallGraph.cpp172 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/clang/lib/CodeGen/
H A DCGCall.cpp515 assert(LV.isSimple() &&
1787 assert(L.isSimple());
H A DCGClass.cpp621 if (LHS.isSimple()) {
998 assert(LV.isSimple());
H A DCGExpr.cpp277 if (LV.isSimple())
432 if (LV.isSimple()) {
683 if (!isa<DeclRefExpr>(E) && !LV.isBitField() && LV.isSimple())
1134 if (LV.isSimple()) {
1269 if (!Dst.isSimple()) {
1784 assert(LV.isSimple() && "real/imag on non-ordinary l-value");
1984 assert(LHS.isSimple() && "Can only subscript lvalue vectors here!");
2132 if (Base.isSimple()) {
2359 if (!lhs.isSimple())
2370 if (!rhs.isSimple())
[all...]
H A DCGExprAgg.cpp557 if (LV.isSimple())
947 } else if (LV.isSimple()) {
970 assert(lv.isSimple());
1111 assert(LV.isSimple());
1125 if (!pushedCleanup && LV.isSimple())
H A DCGExprComplex.cpp67 assert(LV.isSimple() && "complex l-value must be simple");
78 assert(LV.isSimple() && "complex l-value must be simple");
H A DCGValue.h172 bool isSimple() const { return LVType == Simple; } function in class:clang::CodeGen::LValue
230 llvm::Value *getAddress() const { assert(isSimple()); return V; }
232 assert(isSimple());
/external/clang/lib/Sema/
H A DSemaStmt.cpp1183 bool isSimple() { return Simple; } function in class:__anon244::DeclExtractor
1331 if (!DE.isSimple()) return;
H A DTreeTransform.h5574 return getDerived().RebuildGCCAsmStmt(S->getAsmLoc(), S->isSimple(),
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp229 Record.push_back(S->isSimple());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp451 bool isSimple() const { function in class:__anon3914::RetainSummary
862 if (OldSumm.isSimple()) {
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1830 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/llvm/include/llvm/Analysis/
H A DCFGPrinter.h29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
77 if (isSimple())
H A DRegionInfo.h328 bool isSimple() const;
628 // isSimple - Check if a region is a simple region with exactly one entry
630 bool isSimple(Region* R) const;

Completed in 365 milliseconds

123